feedforward 发表于 2021-10-11 23:40:28

安装最新kconfig-frontends

能配置nuttx8.2的kconfig-frontends配置不了nuttx 10.1.0,需要升级kconfig-frontends,步骤如下:
git clone https://bitbucket.org/nuttx/tools.git

cd tools/kconfig-frontends

# on MacOS do the following:

patch < ../kconfig-macos.diff -p 1

./configure --enable-mconf --disable-shared --enable-static --disable-gconf --disable-qconf --disable-nconf

# on Linux do the following:

./configure --enable-mconf --disable-nconf --disable-gconf --disable-qconf

make

make install

configure时报如下错误:
kconfig-conf: error while loading shared libraries: libkconfig-parser-4.11.0.so: cannot open shared object file: No such file or directory

sudo ldconfig刷新环境变量即可

页: [1]
查看完整版本: 安装最新kconfig-frontends