This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

I'm have trouble compiling the Thingy project.

Hello,

I'm having trouble compiling the ble_app_thingy_s132_pca20020 project on my Windows machine.  I have carefully followed the instructions on the Nordic Thingy:52 SDK prerequisites page and compile instructions page:

https://nordicsemiconductor.github.io/Nordic-Thingy52-FW/
https://nordicsemiconductor.github.io/Nordic-Thingy52-FW/documentation/firmware_compile.html

When I attempt to compile with uVision I have no compile errors, but I get:

"The code size of this image (124912) exceeds the maximum allowed for the version of the linker."

Is it possible to link the compiled project with another tool?

When I try to compile with GCC I get:

process_begin: CreateProcess(NULL, rm -rf _build. ...) failed.
make: *** No rule to make target '_build/Thingy' needed by 'nrf52832_xxaa_s132'. Stop.
make: *** Waiting for unfinished jobs ....
make: (e=2): The system cannot find the file specified.
make: *** [clean] Error 2

I have no idea whats going on here.  Any help would be greatly appreciated.   Thanks in advance.

Related