[eLua-svn] error while building elua

classic Classic list List threaded Threaded
11 messages Options
rogerb rogerb
Reply | Threaded
Open this post in threaded view
|

[eLua-svn] error while building elua

        I'm getting this error
inc/newlib/devman.h:7:19: fatal error: reent.h: No such file or
directory compilation terminated.
board=ET-STM32
toolchain=codesourcer 10-9
I haven't rebuilt elua in a while and I seem to have forgotten
how to fix this.


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
BogdanM BogdanM
Reply | Threaded
Open this post in threaded view
|

Re: [eLua-svn] error while building elua

Hi,

On Mon, Mar 28, 2011 at 6:48 PM, rogerb <[hidden email]> wrote:
       I'm getting this error
inc/newlib/devman.h:7:19: fatal error: reent.h: No such file or
directory compilation terminated.
board=ET-STM32
toolchain=codesourcer 10-9

What is "10-9"? What version of codesourcery are you using?

Thanks,
Bogdan


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
rogerb rogerb
Reply | Threaded
Open this post in threaded view
|

Re: [eLua-svn] error while building elua

On Mon, 28 Mar 2011 19:22:05 +0300
Bogdan Marinescu <[hidden email]> wrote:

> Hi,
>
> On Mon, Mar 28, 2011 at 6:48 PM, rogerb <[hidden email]> wrote:
>
> >        I'm getting this error
> > inc/newlib/devman.h:7:19: fatal error: reent.h: No such file or
> > directory compilation terminated.
> > board=ET-STM32
> > toolchain=codesourcer 10-9
> >
>
> What is "10-9"? What version of codesourcery are you using?
>
> Thanks,
> Bogdan
The last release Sept 2010

_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
BogdanM BogdanM
Reply | Threaded
Open this post in threaded view
|

Re: [eLua-svn] error while building elua

On Mon, Mar 28, 2011 at 7:27 PM, rogerb <[hidden email]> wrote:
On Mon, 28 Mar 2011 19:22:05 +0300
Bogdan Marinescu <[hidden email]> wrote:

> Hi,
>
> On Mon, Mar 28, 2011 at 6:48 PM, rogerb <[hidden email]> wrote:
>
> >        I'm getting this error
> > inc/newlib/devman.h:7:19: fatal error: reent.h: No such file or
> > directory compilation terminated.
> > board=ET-STM32
> > toolchain=codesourcer 10-9
> >
>
> What is "10-9"? What version of codesourcery are you using?
>
> Thanks,
> Bogdan
The last release Sept 2010

What is your exact command line ?
 

_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
rogerb rogerb
Reply | Threaded
Open this post in threaded view
|

Re: [eLua-svn] error while building elua

On Mon, 28 Mar 2011 19:29:07 +0300
Bogdan Marinescu <[hidden email]> wrote:

> On Mon, Mar 28, 2011 at 7:27 PM, rogerb <[hidden email]> wrote:
>
> > On Mon, 28 Mar 2011 19:22:05 +0300
> > Bogdan Marinescu <[hidden email]> wrote:
> >
> > > Hi,
> > >
> > > On Mon, Mar 28, 2011 at 6:48 PM, rogerb <[hidden email]> wrote:
> > >
> > > >        I'm getting this error
> > > > inc/newlib/devman.h:7:19: fatal error: reent.h: No such file or
> > > > directory compilation terminated.
> > > > board=ET-STM32
> > > > toolchain=codesourcer 10-9
> > > >
> > >
> > > What is "10-9"? What version of codesourcery are you using?
> > >
> > > Thanks,
> > > Bogdan
> > The last release Sept 2010
> >
>
> What is your exact command line ?

scons board=ET-STM32 toolchain=codesourcery allocator=simple prog
>
>
> >
> > _______________________________________________
> > eLua-dev mailing list
> > [hidden email]
> > https://lists.berlios.de/mailman/listinfo/elua-dev
> >

_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
jbsnyder jbsnyder
Reply | Threaded
Open this post in threaded view
|

Re: [eLua-svn] error while building elua

In reply to this post by rogerb
Is this using one of the binary releases of G++ Lite for Windows or
Linux?  Or was this built some other way?

On Mon, Mar 28, 2011 at 11:27 AM, rogerb <[hidden email]> wrote:

> On Mon, 28 Mar 2011 19:22:05 +0300
> Bogdan Marinescu <[hidden email]> wrote:
>
>> Hi,
>>
>> On Mon, Mar 28, 2011 at 6:48 PM, rogerb <[hidden email]> wrote:
>>
>> >        I'm getting this error
>> > inc/newlib/devman.h:7:19: fatal error: reent.h: No such file or
>> > directory compilation terminated.
>> > board=ET-STM32
>> > toolchain=codesourcer 10-9
>> >
>>
>> What is "10-9"? What version of codesourcery are you using?
>>
>> Thanks,
>> Bogdan
> The last release Sept 2010
>
> _______________________________________________
> eLua-dev mailing list
> [hidden email]
> https://lists.berlios.de/mailman/listinfo/elua-dev
>



--
James Snyder
Biomedical Engineering
Northwestern University
[hidden email]
PGP: http://fanplastic.org/key.txt
Phone: (847) 448-0386
_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
BogdanM BogdanM
Reply | Threaded
Open this post in threaded view
|

Re: [eLua-svn] error while building elua

In reply to this post by rogerb


On Mon, Mar 28, 2011 at 7:31 PM, rogerb <[hidden email]> wrote:
On Mon, 28 Mar 2011 19:29:07 +0300
Bogdan Marinescu <[hidden email]> wrote:

> On Mon, Mar 28, 2011 at 7:27 PM, rogerb <[hidden email]> wrote:
>
> > On Mon, 28 Mar 2011 19:22:05 +0300
> > Bogdan Marinescu <[hidden email]> wrote:
> >
> > > Hi,
> > >
> > > On Mon, Mar 28, 2011 at 6:48 PM, rogerb <[hidden email]> wrote:
> > >
> > > >        I'm getting this error
> > > > inc/newlib/devman.h:7:19: fatal error: reent.h: No such file or
> > > > directory compilation terminated.
> > > > board=ET-STM32
> > > > toolchain=codesourcer 10-9
> > > >
> > >
> > > What is "10-9"? What version of codesourcery are you using?
> > >
> > > Thanks,
> > > Bogdan
> > The last release Sept 2010
> >
>
> What is your exact command line ?

scons board=ET-STM32 toolchain=codesourcery allocator=simple prog

I cannot reproduce this. Try to reinstall your toolchain. 

Best,
Bogdan


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
rogerb rogerb
Reply | Threaded
Open this post in threaded view
|

Re: [eLua-svn] error while building elua

On Mon, 28 Mar 2011 19:37:44 +0300
Bogdan Marinescu <[hidden email]> wrote:

> On Mon, Mar 28, 2011 at 7:31 PM, rogerb <[hidden email]> wrote:
>
> > On Mon, 28 Mar 2011 19:29:07 +0300
> > Bogdan Marinescu <[hidden email]> wrote:
> >
> > > On Mon, Mar 28, 2011 at 7:27 PM, rogerb <[hidden email]> wrote:
> > >
> > > > On Mon, 28 Mar 2011 19:22:05 +0300
> > > > Bogdan Marinescu <[hidden email]> wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > On Mon, Mar 28, 2011 at 6:48 PM, rogerb <[hidden email]>
> > > > > wrote:
> > > > >
> > > > > >        I'm getting this error
> > > > > > inc/newlib/devman.h:7:19: fatal error: reent.h: No such
> > > > > > file or directory compilation terminated.
> > > > > > board=ET-STM32
> > > > > > toolchain=codesourcer 10-9
> > > > > >
> > > > >
> > > > > What is "10-9"? What version of codesourcery are you using?
> > > > >
> > > > > Thanks,
> > > > > Bogdan
> > > > The last release Sept 2010
> > > >
> > >
> > > What is your exact command line ?
> >
> > scons board=ET-STM32 toolchain=codesourcery allocator=simple prog
> >
>
> I cannot reproduce this. Try to reinstall your toolchain.

I'll give it a try
thanks
>
> Best,
> Bogdan

_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
jbsnyder jbsnyder
Reply | Threaded
Open this post in threaded view
|

Re: [eLua-svn] error while building elua

In reply to this post by BogdanM
Could you perhaps check the version of the compiler in your path,
maybe you have more than one and it's picking up a different one
that's missing that header:
 arm-none-eabi-gcc --version

For the latest binary release of G++ Lite on Linux, I get:
arm-none-eabi-gcc (Sourcery G++ Lite 2010.09-51) 4.5.1
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

And the scons incantation you listed works to build an image for me with that.

On Mon, Mar 28, 2011 at 11:37 AM, Bogdan Marinescu
<[hidden email]> wrote:

>
>
> On Mon, Mar 28, 2011 at 7:31 PM, rogerb <[hidden email]> wrote:
>>
>> On Mon, 28 Mar 2011 19:29:07 +0300
>> Bogdan Marinescu <[hidden email]> wrote:
>>
>> > On Mon, Mar 28, 2011 at 7:27 PM, rogerb <[hidden email]> wrote:
>> >
>> > > On Mon, 28 Mar 2011 19:22:05 +0300
>> > > Bogdan Marinescu <[hidden email]> wrote:
>> > >
>> > > > Hi,
>> > > >
>> > > > On Mon, Mar 28, 2011 at 6:48 PM, rogerb <[hidden email]> wrote:
>> > > >
>> > > > >        I'm getting this error
>> > > > > inc/newlib/devman.h:7:19: fatal error: reent.h: No such file or
>> > > > > directory compilation terminated.
>> > > > > board=ET-STM32
>> > > > > toolchain=codesourcer 10-9
>> > > > >
>> > > >
>> > > > What is "10-9"? What version of codesourcery are you using?
>> > > >
>> > > > Thanks,
>> > > > Bogdan
>> > > The last release Sept 2010
>> > >
>> >
>> > What is your exact command line ?
>>
>> scons board=ET-STM32 toolchain=codesourcery allocator=simple prog
>
> I cannot reproduce this. Try to reinstall your toolchain.
> Best,
> Bogdan
>
> _______________________________________________
> eLua-dev mailing list
> [hidden email]
> https://lists.berlios.de/mailman/listinfo/elua-dev
>
>



--
James Snyder
Biomedical Engineering
Northwestern University
[hidden email]
PGP: http://fanplastic.org/key.txt
Phone: (847) 448-0386
_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
rogerb rogerb
Reply | Threaded
Open this post in threaded view
|

Re: [eLua-svn] error while building elua

On Mon, 28 Mar 2011 12:11:49 -0500
James Snyder <[hidden email]> wrote:

> Could you perhaps check the version of the compiler in your path,
> maybe you have more than one and it's picking up a different one
> that's missing that header:
>  arm-none-eabi-gcc --version
>
> For the latest binary release of G++ Lite on Linux, I get:
> arm-none-eabi-gcc (Sourcery G++ Lite 2010.09-51) 4.5.1
> Copyright (C) 2010 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There
> is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
> PARTICULAR PURPOSE.
>
> And the scons incantation you listed works to build an image for me
> with that.

Sorry I didn't back sooner got called out
GCC=arm-none-linux-gnueabi-gcc
gcc-4.5-2010.09-50
the path is \usr so gcc is in \usr\bin
but the problem is the missing file reent.h which I think
should be in /usr/lib/sys Would newlib for arm use
a Linux header because there is none in any version of codesourcer
that I have.

>
> On Mon, Mar 28, 2011 at 11:37 AM, Bogdan Marinescu
> <[hidden email]> wrote:
> >
> >
> > On Mon, Mar 28, 2011 at 7:31 PM, rogerb <[hidden email]> wrote:
> >>
> >> On Mon, 28 Mar 2011 19:29:07 +0300
> >> Bogdan Marinescu <[hidden email]> wrote:
> >>
> >> > On Mon, Mar 28, 2011 at 7:27 PM, rogerb <[hidden email]> wrote:
> >> >
> >> > > On Mon, 28 Mar 2011 19:22:05 +0300
> >> > > Bogdan Marinescu <[hidden email]> wrote:
> >> > >
> >> > > > Hi,
> >> > > >
> >> > > > On Mon, Mar 28, 2011 at 6:48 PM, rogerb <[hidden email]>
> >> > > > wrote:
> >> > > >
> >> > > > >        I'm getting this error
> >> > > > > inc/newlib/devman.h:7:19: fatal error: reent.h: No such
> >> > > > > file or directory compilation terminated.
> >> > > > > board=ET-STM32
> >> > > > > toolchain=codesourcer 10-9
> >> > > > >
> >> > > >
> >> > > > What is "10-9"? What version of codesourcery are you using?
> >> > > >
> >> > > > Thanks,
> >> > > > Bogdan
> >> > > The last release Sept 2010
> >> > >
> >> >
> >> > What is your exact command line ?
> >>
> >> scons board=ET-STM32 toolchain=codesourcery allocator=simple prog
> >
> > I cannot reproduce this. Try to reinstall your toolchain.
> > Best,
> > Bogdan
> >
> > _______________________________________________
> > eLua-dev mailing list
> > [hidden email]
> > https://lists.berlios.de/mailman/listinfo/elua-dev
> >
> >
>
>
>

_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev
BogdanM BogdanM
Reply | Threaded
Open this post in threaded view
|

Re: [eLua-svn] error while building elua



On Mon, Mar 28, 2011 at 10:09 PM, rogerb <[hidden email]> wrote:
On Mon, 28 Mar 2011 12:11:49 -0500
James Snyder <[hidden email]> wrote:

> Could you perhaps check the version of the compiler in your path,
> maybe you have more than one and it's picking up a different one
> that's missing that header:
>  arm-none-eabi-gcc --version
>
> For the latest binary release of G++ Lite on Linux, I get:
> arm-none-eabi-gcc (Sourcery G++ Lite 2010.09-51) 4.5.1
> Copyright (C) 2010 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There
> is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
> PARTICULAR PURPOSE.
>
> And the scons incantation you listed works to build an image for me
> with that.

Sorry I didn't back sooner got called out
GCC=arm-none-linux-gnueabi-gcc

There's your problem right there. You should download and install the EABI version which in turn should install a arm-none-eabi-gcc (note the different prefix).

Best,
Bogdan

>
> On Mon, Mar 28, 2011 at 11:37 AM, Bogdan Marinescu
> <[hidden email]> wrote:
> >
> >
> > On Mon, Mar 28, 2011 at 7:31 PM, rogerb <[hidden email]> wrote:
> >>
> >> On Mon, 28 Mar 2011 19:29:07 +0300
> >> Bogdan Marinescu <[hidden email]> wrote:
> >>
> >> > On Mon, Mar 28, 2011 at 7:27 PM, rogerb <[hidden email]> wrote:
> >> >
> >> > > On Mon, 28 Mar 2011 19:22:05 +0300
> >> > > Bogdan Marinescu <[hidden email]> wrote:
> >> > >
> >> > > > Hi,
> >> > > >
> >> > > > On Mon, Mar 28, 2011 at 6:48 PM, rogerb <[hidden email]>
> >> > > > wrote:
> >> > > >
> >> > > > >        I'm getting this error
> >> > > > > inc/newlib/devman.h:7:19: fatal error: reent.h: No such
> >> > > > > file or directory compilation terminated.
> >> > > > > board=ET-STM32
> >> > > > > toolchain=codesourcer 10-9
> >> > > > >
> >> > > >
> >> > > > What is "10-9"? What version of codesourcery are you using?
> >> > > >
> >> > > > Thanks,
> >> > > > Bogdan
> >> > > The last release Sept 2010
> >> > >
> >> >
> >> > What is your exact command line ?
> >>
> >> scons board=ET-STM32 toolchain=codesourcery allocator=simple prog
> >
> > I cannot reproduce this. Try to reinstall your toolchain.
> > Best,
> > Bogdan
> >
> > _______________________________________________
> > eLua-dev mailing list
> > [hidden email]
> > https://lists.berlios.de/mailman/listinfo/elua-dev
> >
> >
>
>
>

_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev


_______________________________________________
eLua-dev mailing list
[hidden email]
https://lists.berlios.de/mailman/listinfo/elua-dev