This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

build error in 2.4.0-20160923 snapshot


Hi

I was updating the RTEMS tools to use the latest snapshot
and got this build error:

../../../../../../gcc-6-20160609/newlib/libc/ctype/ctype_.c:92:6: error: conflicting types for '_ctype_b'
 char _ctype_b[128 + 256] = {
      ^~~~~~~~
In file included from ../../../../../../gcc-6-20160609/newlib/libc/ctype/ctype_.c:38:0:
../../../../../../gcc-6-20160609/newlib/libc/ctype/ctype_.h:9:15: note: previous declaration of '_ctype_b' was here
   extern char _ctype_b[];


Is this fixed on master?

If so, should there be a new snapshot?

Thanks.

--joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]