I having problems with compiling the project from Thingy:52-SDK 2.1.0, when i'm running the make command on the project i get the message:
Compiling file: nrf_drv_pwm.c
Compiling file: nrf_drv_twi.c
Linking target: nrf52832_xxaa_s132.out
/usr/bin/sh: -c: line 0: syntax error near unexpected token `('
/usr/bin/sh: -c: line 0: `C:/Program Files (x86)/GnuWin32/bin/make -f makefile-C ./ -e finalize'
make: *** [nrf52832_xxaa_s132] Fel 1
I have tried to compile other example projects from other SDKs and that works for me.
Any ideas on why the compiling not works on the project from Thingy:52-SDK 2.1.0?