Page 1 of 1

Can't build after upgrade to elf-osx-1.22.0-73-ge28a011-5.2.0

Posted: Mon Oct 02, 2017 12:59 pm
by parttimehacker
I upgraded last night and now I can't build successfully. I'm using a Max OS build environment. I downloaded the following:

https://dl.espressif.com/dl/xtensa-esp3 ... 2.0.tar.gz

I get a variety of errors even using examples.

/Users/davidwilson/esp/esp-idf/make/project.mk:359: warning: overriding commands for target `/Users/davidwilson/esp/EspDemo/build/Demo'
/Users/davidwilson/esp/esp-idf/components/esptool_py/Makefile.projbuild:51: warning: ignoring old commands for target `/Users/davidwilson/esp/EspDemo/build/Demo'
make: Circular /Users/davidwilson/esp/EspDemo/build/Demo <- /Users/davidwilson/esp/EspDemo/build/Demo dependency dropped.
LD .elf
xtensa-esp32-elf-gcc: error: .map: No such file or directory
make: *** [.elf] Error 1

Everything worked well until the upgrade.

Help!

Thanks,Dave