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

Undefined reference in nRF52xx-to-Thingy-52 example

I am doing this nRF52xx-to-Thingy-52 example: https://github.com/crfosse/Thingy-52-to-nRF52xx

I am able to get the led part working fine, but when I finish the instructions the build is failed with errors shown in image:

First it had error: Cannot find the file ble_tes_c.h, but after I added the ble_tes_c and ble_tbs_c folder paths to the preprocessor, then I get these errors.

Is there still some file path missing, or am I doing something else wrong?

Related