diff --git a/Software/OperatingSystem/RTOS/Nuttx/nuttx_基本配置和编译.md b/Software/OperatingSystem/RTOS/Nuttx/nuttx_基本配置和编译.md index 3621a37..3d6d407 100644 --- a/Software/OperatingSystem/RTOS/Nuttx/nuttx_基本配置和编译.md +++ b/Software/OperatingSystem/RTOS/Nuttx/nuttx_基本配置和编译.md @@ -29,6 +29,15 @@ make -j4 +如果提示:“error while loading shared libraries: libkconfig-parser-3.12.0.so”。说明 kconfig 没有完全安装好,将 kconfig-frontends 的安装路径(一般为 /usr/local/lib)添加到 /etc 目录下的 ld.so.conf 文件中,然后执行 + + sudo ldconfig + +即可。最后生成: + + nuttx.hex + nuttx.bin + ## Makefile 文件树 ```sh