Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SDK 15 GCC making fail

Hi,

Find big problem with GCC make settings (guess Makefile.common) does not work with SDK 15. with SDK 14.2  same Project works succes.

The Problem : use SDK15 ,  the error :

Compiling file: main.c
toolchain/Makefile.common:272: update target '_build/nrf52840_xxaa/main.c.o' due to: Makefile

arm-none-eabi-gcc: error: =1024: No such file or directory

use SDK14.2 is Ok

I find, for SDK14.2 output folder contains filelist like "nrf52840_xxaa_main.c.o"  : it is OK.

for SDK15, output folder is "./nrf52840_xxaa/" : it is the MISTAKE.

 

THEN Nordic will fix this problem ?

thanks.

Related