Page 1 of 1

menuconfig no longer works since last esp-idf update ?

Posted: Wed Aug 28, 2019 10:47 am
by jerome
Hi
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
Anybody here having a similar issue ?
Thanks for any help
Jerome

Re: menuconfig no longer works since last esp-idf update ?

Posted: Wed Aug 28, 2019 10:50 am
by ESP_Roland
Please see https://github.com/espressif/esp-idf/issues/3975 for more information.

Re: menuconfig no longer works since last esp-idf update ?

Posted: Wed Aug 28, 2019 10:57 am
by jerome
Fantastic, the workaround works fine.
Thanks !