Re: Fw: Lua was Re: Quickstart Build instructions

2018-05-07 Thread Russell Haley
On Mon, Apr 9, 2018 at 11:02 PM, Chris Johns wrote: > On 10/04/2018 15:58, Russell Haley wrote: > > On Mon, Apr 9, 2018 at 5:53 PM, Chris Johns > > wrote: > > On 10/04/2018 10:40, Gedare Bloom wrote: > > > On Mon, Apr 9, 2018 at 4:17 PM, Russell Haley < > russ.ha

Re: Fw: Lua was Re: Quickstart Build instructions

2018-04-09 Thread Chris Johns
On 10/04/2018 15:58, Russell Haley wrote: > On Mon, Apr 9, 2018 at 5:53 PM, Chris Johns > wrote: > On 10/04/2018 10:40, Gedare Bloom wrote: > > On Mon, Apr 9, 2018 at 4:17 PM, Russell Haley > >

Re: Fw: Lua was Re: Quickstart Build instructions

2018-04-09 Thread Russell Haley
On Mon, Apr 9, 2018 at 5:53 PM, Chris Johns wrote: > On 10/04/2018 10:40, Gedare Bloom wrote: > > On Mon, Apr 9, 2018 at 4:17 PM, Russell Haley > > wrote: > > I'd like to start with getting other Lua scripts running. My > goal is > > to load a

Re: Fw: Lua was Re: Quickstart Build instructions

2018-04-09 Thread Chris Johns
On 10/04/2018 10:40, Gedare Bloom wrote: > On Mon, Apr 9, 2018 at 4:17 PM, Russell Haley > wrote: > I'd like to start with getting other Lua scripts running. My goal > is > to load a library called penlight that's a few dozens of files. Is >

Re: Fw: Lua was Re: Quickstart Build instructions

2018-04-09 Thread Gedare Bloom
gt; Russ >>> Sent from my BlackBerry 10 smartphone on the Virgin Mobile network. >>> *From: *Russell Haley >>> *Sent: *Sunday, April 8, 2018 10:51 PM >>> *To: *Gedare Bloom >>> *Subject: *Re: Lua was Re: Quickstart Build instructions >>> >

Re: Fw: Lua was Re: Quickstart Build instructions

2018-04-09 Thread Russell Haley
ting >> that rtems mailing list does not. >> >> Original question below... >> Thanks >> Russ >> Sent from my BlackBerry 10 smartphone on the Virgin Mobile network. >> *From: *Russell Haley >> *Sent: *Sunday, April 8, 2018 10:51 PM >> *To: *Gedar

Re: Fw: Lua was Re: Quickstart Build instructions

2018-04-09 Thread Joel Sherrill
e to `logf' >> > lmathlib.c:(.text+0x904): undefined reference to `log2f' >> > lmathlib.c:(.text+0x93c): undefined reference to `log10f' >> > lmathlib.c:(.text+0x954): undefined reference to `logf' >> > lmathlib.c:(.text+0x964): undefined reference to `logf' &g

Fw: Lua was Re: Quickstart Build instructions

2018-04-09 Thread Russell Haley
ems/5/sparc-rtems5/erc32/lib/liblua.a(lmathlib.o): > In function `math_log10': > lmathlib.c:(.text+0x11c4): undefined reference to `log10f' > collect2: error: ld returned 1 exit status > > Waf: Leaving directory > `/usr/home/russellh/development/examples-v2/build/sparc

Re: Lua was Re: Quickstart Build instructions

2018-04-01 Thread Gedare Bloom
lmathlib.o): > In function `math_log10': > lmathlib.c:(.text+0x11c4): undefined reference to `log10f' > collect2: error: ld returned 1 exit status > > Waf: Leaving directory > `/usr/home/russellh/development/examples-v2/build/sparc-rtems5-erc32' > Build failed

Re: Lua was Re: Quickstart Build instructions

2018-03-31 Thread Russell Haley
tems5-gcc', '-qrtems', '-B/home/russellh/development/rtems/5/sparc-rtems5/lib/', '-B/home/russellh/development/rtems/5/sparc-rtems5/erc32/lib/', '--specs', 'bsp_specs', '-mcpu=cypress', '-mcpu=cypress', '-ffu

Re: Lua was Re: Quickstart Build instructions

2018-03-30 Thread Russell Haley
> > --joel > > >> >> Thanks! >> Russ >> >> On Wed, Mar 28, 2018 at 6:48 AM, Joel Sherrill wrote: >> >>> >>> >>> On Wed, Mar 28, 2018 at 12:51 AM, Russell Haley >>> wrote: >>> >>>> >>

Lua was Re: Quickstart Build instructions

2018-03-30 Thread Joel Sherrill
Needs an RSB recipe though. :) --joel > > Thanks! > Russ > > On Wed, Mar 28, 2018 at 6:48 AM, Joel Sherrill wrote: > >> >> >> On Wed, Mar 28, 2018 at 12:51 AM, Russell Haley >> wrote: >> >>> >>> ------ Forwarded message ---

Re: Quickstart Build instructions

2018-03-29 Thread Russell Haley
rote: > >> >> -- Forwarded message -- >> From: Russell Haley >> Date: Tue, Mar 27, 2018 at 10:45 PM >> Subject: Re: Quickstart Build instructions >> To: Sebastian Huber >> >> >> >> On Tue, Mar 27, 2018 at 10:36 PM, Sebastian Huber &l

Re: Quickstart Build instructions

2018-03-28 Thread Joel Sherrill
On Wed, Mar 28, 2018 at 12:51 AM, Russell Haley wrote: > > -- Forwarded message -- > From: Russell Haley > Date: Tue, Mar 27, 2018 at 10:45 PM > Subject: Re: Quickstart Build instructions > To: Sebastian Huber > > > > On Tue, Mar 27, 201

Fwd: Quickstart Build instructions

2018-03-27 Thread Russell Haley
-- Forwarded message -- From: Russell Haley Date: Tue, Mar 27, 2018 at 10:45 PM Subject: Re: Quickstart Build instructions To: Sebastian Huber On Tue, Mar 27, 2018 at 10:36 PM, Sebastian Huber wrote: > Please send e-mails to the mailing list. Sorry, my mistake. > >

Re: Quickstart Build instructions

2018-03-27 Thread Russell Haley
Thanks! Russ On Tue, Mar 27, 2018 at 10:23 PM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 28/03/18 07:14, Russell Haley wrote: > >> Hi, the quick start indicates using ./bootstrap -p, but using said >> parameter only results in the error/hep output. Using ./bootstrap withou

Re: Quickstart Build instructions

2018-03-27 Thread Sebastian Huber
On 28/03/18 07:14, Russell Haley wrote: Hi, the quick start indicates using ./bootstrap -p, but using said parameter only results in the error/hep output. Using ./bootstrap without any parameters started the the process for me? https://docs.rtems.org/branches/master/user/start/index.html Sor

Re: Quickstart Build instructions

2018-03-27 Thread Russell Haley
On Tue, Mar 27, 2018 at 10:14 PM, Russell Haley wrote: > Hi, the quick start indicates using ./bootstrap -p, but using said > parameter only results in the error/hep output. Using ./bootstrap without > any parameters started the the process for me? > > https://docs.rtems.org/branches/master/user/

Quickstart Build instructions

2018-03-27 Thread Russell Haley
Hi, the quick start indicates using ./bootstrap -p, but using said parameter only results in the error/hep output. Using ./bootstrap without any parameters started the the process for me? https://docs.rtems.org/branches/master/user/start/index.html Thanks, Russ ___