I get always a fashing selected project aborted due to a compilation problem during the build project step during flashing.
I use the customized project template AwSSEndDataOverMQTT.
Error in the console XDK-Workbench 3.7:
C:\XDK-Workbench\XDK\msys\sh.exe: *** Couldn't reserve space for cygwin's heap, Win32 error 0
mingw32-make[1]: *** [C:/Users/Koehnen/XDK-Workspace/AwsSendDataOverMQTT/debug/objects/source/Utility/Storage.o] Error 1
mingw32-make[1]: *** Waiting for unfinished jobs....
application.mk:433: recipe for target 'C:/Users/Koehnen/XDK-Workspace/AwsSendDataOverMQTT/debug/objects/source/Utility/Storage.o' failed
mingw32-make[1]: Leaving directory 'C:/XDK-Workbench/XDK/SDK/xdk110/Common'
Makefile:44: recipe for target 'debug' failed
mingw32-make: *** [debug] Error 2
"mingw32-make -j 2 debug" terminated with exit code 2. Build might be incomplete.
11:38:38 Build Failed. 5 errors, 30 warnings. (took 34s.710ms)
What could be the problem?
Hi XobnboX,
the error message tells "Couldn't reserve space for cygwin's heap, Win32 error 0", so it looks like an issue with the memory available in your computer.
Does this error appear when you build a non-modified example project?
Best regards,
Francisco Llobet