Following the guide found at : file:///C:/Github/STIWHN/SDK_thingy52/thingy_sdk_v2.1.0/documentation/firmware_compile.html#compile_gcc
I still getting errors trying to build the thingy52 FW
C:\Github\STIWHN\SDK_thingy52\thingy_sdk_v2.1.0\project\pca20020_s132\armgcc>make -j
rm -rf _build
process_begin: CreateProcess(NULL, rm -rf _build, ...) failed.
make (e=2): The system cannot find the file specified.
Makefile:397: recipe for target 'clean' failed
make: *** [clean] Error 2
I checked the makefile.windows it is configured as following:
GNU_INSTALL_ROOT := C:/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q3
GNU_VERSION := 4.9.3
GNU_PREFIX := arm-none-eabi
The path in windows to the GNU tools :
C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q3
The project found in 'thingy_sdk_v2.1.0\project\pca20020_s132' also does not build in Keil or in Segger.
Any help would be great.