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 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 examples in issue #246 on the > simulator. > > > The purpose of running the example/nxflat was to test that the code still > compiles properly after replacing romdisk_register() with boardctl() in > nxflat_main.c. > > > But before I spend more time on tweaking the makefile, is it ok if I create > a PR with the examples I have tested with the boardctl(), namely: > > examples/bastest, examples/elf, examples/module, > > examples/posix_spawn, examples/romfs, > > examples/sotest, examples/unionfs ? > > > Thanks, > > Tanushree > > On Sun, Apr 25, 2021 at 1:42 PM Gregory Nutt <spudan...@gmail.com> wrote: > > > > > > 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. > > > > >