Re: Trying to build nxflat example in simulator

2021-04-26 Thread Xiang Xiao
Sure, thanks for your contribution. On Tue, Apr 27, 2021 at 12:03 AM Tanushree Baindur < tanushree.bain...@gmail.com> wrote: > Thank you so much for your replies. > > > I tried to edit some makefiles in order to disable the document generation > but I still get the same error. I need to look at t

Re: Trying to build nxflat example in simulator

2021-04-26 Thread Tanushree Baindur
Thank you so much for your replies. I tried to edit some makefiles in order to disable the document generation but I still get the same error. I need to look at the makefiles a bit more to find other places I might have missed. I also don’t have a board at the moment and I’m just running all the

Re: Trying to build nxflat example in simulator

2021-04-25 Thread Gregory Nutt
It seams the error is related to documentation, maybe if you disable generating it the binutils will compile. NxFLAT is currently only supported on ARM 32-bit and ARM Thumb ISAs.  Some development would be required to extend that to other architectures.

Re: Trying to build nxflat example in simulator

2021-04-25 Thread Alan Carvalho de Assis
Hi Tanushree, It seams the error is related to documentation, maybe if you disable generating it the binutils will compile. BR, Alan On 4/25/21, Tanushree Baindur wrote: > Hi, > > I started working on issue Illegal calls to romdisk_register() #246 a while > back. I've been able to figure out h

Fwd: Trying to build nxflat example in simulator

2021-04-24 Thread Tanushree Baindur
Hi, I started working on issue Illegal calls to romdisk_register() #246 a while back. I've been able to figure out how to run all of the examples listed in the issue on the simulator, except for these two : examples/ nxflat and examples/thttpd. I found information regarding nxflat on this website