menuconfig no longer works since last esp-idf update ?
Posted: Wed Aug 28, 2019 10:47 am
Hi
I just updated esp-idf master repository and I can no longer access menuconfig of my project.
Anybody here having a similar issue ?
Thanks for any help
Jerome
I just updated esp-idf master repository and I can no longer access menuconfig of my project.
Code: Select all
> make menuconfig
Toolchain path: /esp32Dev/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc
Toolchain version: esp32-2019r1
Compiler version: 8.2.0
Python requirements from /esp32Dev/esp-idf/requirements.txt are satisfied.
cc -c -DCURSES_LOC="<ncurses.h>" -n -DKBUILD_NO_NLS -Wno-format-security -DLOCALE -MMD -MP -I "." -I "/esp32Dev/esp-idf/tools/kconfig" /esp32Dev/esp-idf/tools/kconfig/mconf.c -o mconf.o
clang: error: unknown argument: '-n'
make[1]: *** [mconf.o] Error 1
Thanks for any help
Jerome