Problem with make menuconfig in Debian
Posted: Wed Sep 05, 2018 11:59 am
I tried to make menuconfig in a Virtual machine I have with debian and I get the following error.
Entering directory '/home/vagrant/sync/esp/esp-idf/tools/kconfig'
make[1]: lxdialog/check-lxdialog.sh: Command not found
make[1]: lxdialog/check-lxdialog.sh: Command not found
lxdialog/check-lxdialog.sh -check cc -DLOCALE -MD
make[1]: lxdialog/check-lxdialog.sh: Command not found
Makefile:203: recipe for target 'dochecklxdialog' failed
make[1]: *** [dochecklxdialog] Error 127
make[1]: Leaving directory '/home/vagrant/sync/esp/esp-idf/tools/kconfig'
I believe I have specified the paths for PATH and IDF_PATH correctly and I also have the most recent toolchain installed.
Regarding the IDF I am using version 3.0.3. I would like to lock at this version and not use a newer one.
Is there any issue with dependencies of an older idf with a newer toolchain or the problem has to with debian only?
I found what is shown in the attached picture in the website. could that be the reason? That dependencies for debian do not exist yet?
Entering directory '/home/vagrant/sync/esp/esp-idf/tools/kconfig'
make[1]: lxdialog/check-lxdialog.sh: Command not found
make[1]: lxdialog/check-lxdialog.sh: Command not found
lxdialog/check-lxdialog.sh -check cc -DLOCALE -MD
make[1]: lxdialog/check-lxdialog.sh: Command not found
Makefile:203: recipe for target 'dochecklxdialog' failed
make[1]: *** [dochecklxdialog] Error 127
make[1]: Leaving directory '/home/vagrant/sync/esp/esp-idf/tools/kconfig'
I believe I have specified the paths for PATH and IDF_PATH correctly and I also have the most recent toolchain installed.
Regarding the IDF I am using version 3.0.3. I would like to lock at this version and not use a newer one.
Is there any issue with dependencies of an older idf with a newer toolchain or the problem has to with debian only?
I found what is shown in the attached picture in the website. could that be the reason? That dependencies for debian do not exist yet?