Do you find any clear obstacle I'd find? I ask from the perspective of people that knows NuttX (not my case). Or are that obstacles completely unknown? What related obstacles where found when trying to compiling another tool, compatible with many Unix-like targets like the ones GCC can run on?
El sáb., 8 abr. 2023 16:31, Gregory Nutt <spudan...@gmail.com> escribió: > > > Why not try it and see what obstacles you encounter? > > Maybe just the C pre-processor? Or the linker or assembler from binutils? > > Perhaps you could try a partial build using the NuttX header files > only. If you could a relocatable object with just the NuttX header > files, then you could link that in later. > > >