make menuconfig
これまで正常に実行できませんでした。 cmakeパッケージをインストールしようとすると、次のメッセージが表示されます。
make menuconfig
:
make[1]: Entering directory '/home/dullollis/esp/esp-idf/tools/kconfig'
lxdialog/check-lxdialog.sh -check /usr/bin/gcc -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -I/mingw32/include -I/mingw32/include/ncursesw -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE -MD -L/mingw32/lib -lncursesw -lgnurx -ltre -lintl -liconv -lpsapi -lintl
*** Unable to find the ncurses libraries or the
*** required header files.
*** 'make menuconfig' requires the ncurses libraries.
***
*** Install ncurses (ncurses-devel) and try again.
***
make[1]: *** [Makefile:203: dochecklxdialog] Error 1
make[1]: Leaving directory '/home/dullollis/esp/esp-idf/tools/kconfig'
make: *** No rule to make target '/home/dullollis/esp/esp-idf/tools/kconfig/conf', needed by '/home/dullollis/esp/CAN/build/include/config/auto.conf'. Stop.
最新のncurses(ncurses-devel)ライブラリがありますが。
私は何を見逃していますか?
答え1
この行は問題を示しています。
lxdialog/check-lxdialog.sh -check /usr/bin/gcc -D_XOPEN_SOURCE=500 -D_POSIX_C_SOURCE=199506L -I/mingw32/include -I/mingw32/include/ncursesw -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE -MD -L/mingw32/lib -lncursesw -lgnurx -ltre -lintl -liconv -lpsapi -lintl
ユーザーエクスペリエンスが設定されているようです。CC
またはCFLAGS
クロスコンパイルミンGW32、混乱しているcheck-lxdialog.sh
(リンクできないライブラリを検索して)