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]

Re: build error in 2.4.0-20160923 snapshot




On 11/9/2016 2:48 PM, Joel Sherrill wrote:
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?

I just confirmed this is fixed on the master. I thought
I recalled a discussion about this issue.

If so, should there be a new snapshot?

So this is now the question. :)

Thanks.

--joel



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