更新文件 nuttx_基本配置和编译.md
This commit is contained in:
parent
5c05ea2031
commit
641ef9fd37
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue