Latest esp-idf -> as: unrecognised option '--64'
Posted: Fri Feb 17, 2017 10:17 am
Hi,
I just pulled the latest version of esp-idf from github and I now get the following when I try to make my project:
I tried a fresh recursive clone, but with the same result. I downloaded the latest xtensa tools, but with the same result. My path environment variable has the correct tools listed first. I have been compiling problem free for months, and had no problems with the previous update, which would have been a few weeks ago.
Anybody else having the same problem?
Regards,
Murray
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