Fwd: Recent newlib/cygwin change breaking cris targets
Jeff Law
law@redhat.com
Mon Aug 19 15:09:00 GMT 2019
-------- Forwarded Message --------
Subject: Re: Recent newlib/cygwin change breaking cris targets
Date: Sat, 17 Aug 2019 10:18:37 +0200
From: Corinna Vinschen <vinschen@redhat.com>
To: Jeff Law <law@redhat.com>
On Aug 16 12:35, Jeff Law wrote:
> Your most recent change to newlib-cygwin is breaking the cris-elf and
> crisv32-elf targets:
>
>
>
> In file included from fstat.c:7:
> fstat.c: In function â_fstatâ:
> fstat.c:29:22: error: âstruct new_statâ has no member named âst_atimâ;
> did you mean âst_atimeâ?
> 29 | buf->st_atime = ks.st_atime;
> | ^~~~~~~~
> fstat.c:30:22: error: âstruct new_statâ has no member named âst_mtimâ;
> did you mean âst_mtimeâ?
> 30 | buf->st_mtime = ks.st_mtime;
> | ^~~~~~~~
> fstat.c:31:22: error: âstruct new_statâ has no member named âst_ctimâ;
> did you mean âst_ctimeâ?
> 31 | buf->st_ctime = ks.st_ctime;
> | ^~~~~~~~
>
> I think you need to update libgloss/cris/gensyscalls.
Can you please send this to the newlib ML, ideally with patch?
My patch was the result of a discussion starting at
https://sourceware.org/ml/newlib/2019/msg00479.html
Thanks,
Corinna
More information about the Newlib
mailing list