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

SDK13.0 - nrf_strerror.c: No such file or directory

Hi, I am currently going through the GCC and Eclipse tutorial. Now I struggle to compile the project.

I installed the blinky project (nRF5_SDK_11.0.0_blinky_blank_pca10040.zip) and I replaced the makefile in armgcc by the original SDK13 example makefile, I get this error: (EDITED)

Makefile:191: Cannot find source file: ../../../../../../components/libraries/strerror/nrf_strerror.c Makefile:191: Cannot find include folder: ../../../../../../components/libraries/strerror

strerror folder and nrf_strerror.c are not included in the SDK13.0.

This is the original sdk13.0 makefile but the include seems not correct.

architecture: nrf52840 SDK: 13.0 OS: Windows 10 env.: Eclipse Mars 2 (4.5.2)

Related