From 641ef9fd3704b03c5e145a85e58a027e4ce993fb Mon Sep 17 00:00:00 2001 From: lion187 Date: Wed, 16 Jan 2019 16:59:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6=20nuttx=5F?= =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E9=85=8D=E7=BD=AE=E5=92=8C=E7=BC=96=E8=AF=91?= =?UTF-8?q?.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../OperatingSystem/RTOS/Nuttx/nuttx_基本配置和编译.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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