Hello,

I'm working on a project where I need to compile the NuttX kernel to use
the system's standard library (stdlib) instead of its custom
implementation. My goal is to have NuttX use the host system's stdlib
functions rather than the ones provided with the kernel.

Currently, I'm compiling the Nuttx kernel for "sim:posix_spawn" which
guarantees native linux support.

I'd appreciate any guidance on how to achieve this. Specifically:

1. What configuration changes are needed to disable NuttX's built-in libc?
2. Are there any known issues or challenges in making this change?

Any insights in this regard would be greatly appreciated.

Regards,
Ritvik

Reply via email to