I just pulled the latest version of esp-idf from github and I now get the following when I try to make my project:
Code: Select all
<my path> $make all
make[1]: Entering directory `/home/murray/ESP/esp-idf-v2.0/tools/kconfig'
cc -I/usr/include/ncursesw -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o mconf.o mconf.c
as: unrecognised option '--64'
make[1]: *** [mconf.o] Error 1
make[1]: Leaving directory `/home/murray/ESP/esp-idf-v2.0/tools/kconfig'
make: *** No rule to make target `/home/murray/Robotics/Weta/vm/weta-esp/weta-esp32/build/include/config/auto.conf', needed by `/home/murray/Robotics/Weta/vm/weta-esp/weta-esp32/build/bootloader/bootloader.bin'. Stop.
Anybody else having the same problem?
Regards,
Murray