iHaveESP wrote:Greetings,
I just upgraded to 2.0.2 and I'm getting this error when compiling the example projects:Code: Select all------------------------------------------------------------------------------
Section info:
C:/Espressif/examples/esp_mqtt/Makefile:225: recipe for target 'build/app.out' failed
mingw32-make.exe: *** [build/app.out] Error -1073741515
My custom projects compile fine. Thanks for any input.
I think my problem is with the memanalyzer utility and my setup (VMware x86 XP image on x64 Win7).
Commenting out the call to memanalyzer.exe resolves this with all the examples I've tried.
# $(Q) $(SDK_TOOLS)/memanalyzer.exe $(OBJDUMP).exe $@
...hope this helps someone.