public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* build error in 2.4.0-20160923 snapshot
@ 2016-11-09 20:48 Joel Sherrill
  2016-11-09 21:15 ` Joel Sherrill
  0 siblings, 1 reply; 6+ messages in thread
From: Joel Sherrill @ 2016-11-09 20:48 UTC (permalink / raw)
  To: newlib

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: build error in 2.4.0-20160923 snapshot
  2016-11-09 20:48 build error in 2.4.0-20160923 snapshot Joel Sherrill
@ 2016-11-09 21:15 ` Joel Sherrill
  2016-11-09 21:55   ` Jeff Johnston
  0 siblings, 1 reply; 6+ messages in thread
From: Joel Sherrill @ 2016-11-09 21:15 UTC (permalink / raw)
  To: newlib



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
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: build error in 2.4.0-20160923 snapshot
  2016-11-09 21:15 ` Joel Sherrill
@ 2016-11-09 21:55   ` Jeff Johnston
  2016-11-09 21:56     ` Joel Sherrill
  0 siblings, 1 reply; 6+ messages in thread
From: Jeff Johnston @ 2016-11-09 21:55 UTC (permalink / raw)
  To: Joel Sherrill; +Cc: newlib

Yes, there should be.  I will build the October snapshot.

-- Jeff J.

----- Original Message -----
> 
> 
> 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
> >
> 
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: build error in 2.4.0-20160923 snapshot
  2016-11-09 21:55   ` Jeff Johnston
@ 2016-11-09 21:56     ` Joel Sherrill
  2016-11-09 22:13       ` Jeff Johnston
  0 siblings, 1 reply; 6+ messages in thread
From: Joel Sherrill @ 2016-11-09 21:56 UTC (permalink / raw)
  To: Jeff Johnston; +Cc: newlib

Thank you. When it is available, I will bump the
RTEMS tools.

--joel

On 11/9/2016 3:53 PM, Jeff Johnston wrote:
> Yes, there should be.  I will build the October snapshot.
>
> -- Jeff J.
>
> ----- Original Message -----
>>
>>
>> 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
>>>
>>
>>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: build error in 2.4.0-20160923 snapshot
  2016-11-09 21:56     ` Joel Sherrill
@ 2016-11-09 22:13       ` Jeff Johnston
  2016-11-09 22:18         ` Joel Sherrill
  0 siblings, 1 reply; 6+ messages in thread
From: Jeff Johnston @ 2016-11-09 22:13 UTC (permalink / raw)
  To: Joel Sherrill; +Cc: newlib

The October 25th snapshot is now available on the ftp site.

-- Jeff J.

----- Original Message -----
> Thank you. When it is available, I will bump the
> RTEMS tools.
> 
> --joel
> 
> On 11/9/2016 3:53 PM, Jeff Johnston wrote:
> > Yes, there should be.  I will build the October snapshot.
> >
> > -- Jeff J.
> >
> > ----- Original Message -----
> >>
> >>
> >> 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
> >>>
> >>
> >>
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: build error in 2.4.0-20160923 snapshot
  2016-11-09 22:13       ` Jeff Johnston
@ 2016-11-09 22:18         ` Joel Sherrill
  0 siblings, 0 replies; 6+ messages in thread
From: Joel Sherrill @ 2016-11-09 22:18 UTC (permalink / raw)
  To: Jeff Johnston; +Cc: newlib

Thanks. Configuration file changed and attempting to build
using it now.

--joel

On 11/9/2016 4:13 PM, Jeff Johnston wrote:
> The October 25th snapshot is now available on the ftp site.
>
> -- Jeff J.
>
> ----- Original Message -----
>> Thank you. When it is available, I will bump the
>> RTEMS tools.
>>
>> --joel
>>
>> On 11/9/2016 3:53 PM, Jeff Johnston wrote:
>>> Yes, there should be.  I will build the October snapshot.
>>>
>>> -- Jeff J.
>>>
>>> ----- Original Message -----
>>>>
>>>>
>>>> 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
>>>>>
>>>>
>>>>
>>

-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35806
Support Available                (256) 722-9985

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-11-09 22:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-09 20:48 build error in 2.4.0-20160923 snapshot Joel Sherrill
2016-11-09 21:15 ` Joel Sherrill
2016-11-09 21:55   ` Jeff Johnston
2016-11-09 21:56     ` Joel Sherrill
2016-11-09 22:13       ` Jeff Johnston
2016-11-09 22:18         ` Joel Sherrill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).