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

Asset_tracker with simulated GPS

Hello, 

I have a problem building Asset tracker from SDK application example with simulated GPS data. After building an error message shows. 


B 48 KB 132.29%
B 64 KB 13.10%
B 2 KB 1.95c:/gnuarmemb/bin/../lib/gcc/arm-none-eabi/8.3.1/../../../../arm-none-eabi/bin/ld.exe: zephyr\zephyr_prebuilt.elf section `.gnu.sgstubs' will not fit in region `FLASH'
SPM and app are sharing an SPU region. Cannot partition flash correctly into secure and non-secure. Adjust partitions sizes so they are placed in separate regions.
region `FLASH' overflowed by 15872 bytes
ld returned 1 exit status
build stopped: subcommand failed.
Build failed

I have selected simulated GPS on both spm_menucofing and in menuconfig. 

Related