更新文件 nuttx_基本配置和编译.md

This commit is contained in:
lion187 2019-01-16 16:59:47 +08:00
parent 5c05ea2031
commit 641ef9fd37
1 changed files with 9 additions and 0 deletions

View File

@ -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