Maybe it is better to try a smaller C compiler. Like TinyCC: https://bellard.org/tcc / https://repo.or.cz/w/tinycc.git
Currently it is only for x86/x64 and ARM (with RISC-V is in development). The tcc is small (about 100KB) so it could work even on some microcontrollers. Even if you get GCC working on NuttX it only could be useful to compile code inside the simulator or on some processor board (not microcontroller board) with tons of MBs RAM/Flash. BR, Alan On 4/8/23, Victor Suarez Rovere <suarezvic...@gmail.com> wrote: > Hi everyone! > Considering that NuttX is POSIX compliant, can gcc or clang be run on > NuttX? >