Hi there,
I want to use CppUTest on the nRF52 to start developing my personal and not so personal projects. I am using the SDK for nRF52, with PCA10040's board. For the moment, I am trying to compile blinky's blank example using armgcc.
I modified the example's main.c -> main.cpp to include CppUTest libraries:
An I also modified the pca10040/blank/armgcc/Makefile to include CppUTest header files and static .a libraries:
Technically the makefile knows what is needed, however I am having troubles with the linker script, which complains:
I am really newbie with linker scripts so I am not sure what this message actually means. Googling around I found someone commenting on the linker not being able to read the library? Perhaps you guys could please help me? I am not sure how to proceed, and perhaps someone has solved this issue before.
Thank you,
Pablo G