Re: Help need to understand Nuttx build process

2024-09-05 Thread Ritvik Tanksalkar
Hi Gregory, Thanks alot for pointing me to the correct documentation, just what I needed!. Warm Regards, Ritvik Tanksalkar On Thu, Sep 5, 2024 at 6:35 PM Gregory Nutt wrote: > See https://cwiki.apache.org/confluence/display/NUTTX/NuttX+Simulation > > On 9/5/2024 1:47 PM, Ritvik T

Help need to understand Nuttx build process

2024-09-05 Thread Ritvik Tanksalkar
Hi, I'm trying to understand the build process of the nuttx kernel using the configuration for *sim:posix_spawn*. I see that the *sim* architecture has a *nuttx-names.in * which the linker uses and likely creates the *nuttx-names.dat* during the build process. The symbols I

Re: Compiling NuttX with system stdlib instead of custom stdlib

2024-08-02 Thread Ritvik Tanksalkar
Hi, Thank you so much for the valuable insights Gregory and Alan. I kind of understood the pitfalls but nevertheless wanted to confirm. Regards, Ritvik On Fri, Aug 2, 2024 at 3:49 PM Gregory Nutt wrote: > On 8/2/2024 12:06 PM, Ritvik Tanksalkar wrote: > > Hello, > > >

Compiling NuttX with system stdlib instead of custom stdlib

2024-08-02 Thread Ritvik Tanksalkar
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