Dear community,

I am wondering if anyone knows how to use a NuttX SDK exported via `make export`
from nuttx repository for apps development in non-kernel mode?

In kernel mode, I am using it everyday like below:

```bash
$ cd nuttx
$ tools/configure.sh rv-virt:nsh
$ make -j
$ make -j export
$ ls -l nuttx-export-12.8.0.tar.gz  # the SDK package
$ cd ../apps
$ tools/mkimport -z -x ../nuttx/nuttx-export-*.tar.gz
$ make -j import
$ ls -l bin/                        # check the built apps ELF.
```

However, if anyone can teach how to use the SDK for FLAT and PROTECTED modes?

Regards,
yanfeng


Reply via email to