xdk2mam / xdk2mam

stream data over the tangle
29 stars 14 forks source link

Build fails with "recipe for target 'debug' failed" #14

Open quammy opened 4 years ago

quammy commented 4 years ago

Hi, I'm new to XDK and rather new to FW programming. Found your gits and it looks very promising ;) I've started with the UDP git but building it fails with the following errors (workbench 3.6):

Creating .out C:/path/to/Development/XDK/xdk2mam/udp-sdcard/xdk2mam-c/debug/xdk2mam.out ./../Libraries/FreeRTOS/debug/libFreeRTOS_efm32_debug.a: file not recognized: File format not recognized collect2.exe: error: ld returned 1 exit status application.mk:386: recipe for target 'C:/path/to/Development/XDK/xdk2mam/udp-sdcard/xdk2mam-c/debug/xdk2mam.out' failed mingw32-make[1]: [C:/path/to/Development/XDK/xdk2mam/udp-sdcard/xdk2mam-c/debug/xdk2mam.out] Error 1 mingw32-make[1]: Leaving directory 'C:/XDK-Workbench/XDK/SDK/xdk110/Common' Makefile:57: recipe for target 'debug' failed mingw32-make: [debug] Error 2

11:43:53 Build Finished (took 2s.374ms)

Any help regarding what do I need to do in order to solve the problem will be much appreciated!

MoritzGan commented 4 years ago

Hey I resolved the issue by installing missing components of the mingw32 compiler. Just look for the debug tool with the mingw32 installation manager if you're on windows.