Re: Lua fails to build

2023-01-28 Thread Tim Hardisty
I can't fully explain it...I think DKIM might be a clue. I am coming to the conclusion that email is a broken communication medium these days! On 28/01/2023, 18:14, "Russell Haley" mailto:russ.ha...@gmail.com>> wrote: On Sat, Jan 28, 2023 at 3:18 AM Tim Hardisty mailto:t...@hardisty.co.uk>>

Re: Lua fails to build

2023-01-28 Thread Russell Haley
On Sat, Jan 28, 2023 at 3:18 AM Tim Hardisty wrote: > > On 28/01/2023, 08:51, "Russell Haley" wrote: > > > I am not receiving emails on this email account. > > I believe that the apache mail reflector is the root cause of this, if > emails are sent with a DKIM signature. The reflector adds new

Re: Lua fails to build

2023-01-28 Thread Tim Hardisty
> On 28/01/2023, 08:51, "Russell Haley" wrote: > I am not receiving emails on this email account. I believe that the apache mail reflector is the root cause of this, if emails are sent with a DKIM signature. The reflector adds new headers which cause the DKIM signature to fail. Any email

RE: Lua fails to build

2023-01-28 Thread Russell Haley
due to that previous cancelation? I have now subscribed from my gmail account and hope to have better luck. Regards, Russell Sent from Mail for Windows From: Russell Haley Sent: Thursday, January 26, 2023 9:37 PM To: dev@nuttx.apache.org Subject: Lua fails to build Hi, I am trying to build

Re: Lua fails to build

2023-01-27 Thread Xiang Xiao
Please try this stock config before making your own one: https://github.com/apache/nuttx/blob/master/boards/sim/sim/sim/configs/lua/defconfig On Fri, Jan 27, 2023 at 4:28 PM Russell Haley wrote: > Hi, > > I am trying to build the Lua interpreter into the sim:nsh sample code > using the

Lua fails to build

2023-01-27 Thread Russell Haley
Hi, I am trying to build the Lua interpreter into the sim:nsh sample code using the menuconfig (Applications->Interpreters->Lua). The Lua interpreter seems to be missing libmath. I tried adding `CFLAGS += -lm` but it didn’t seem to help. Can anyone tell me how to add the Lua interpreter