smp_server sample: build failure on nRF5340

Hey

I am struggeling to build the smp_server sample for the nRF5340:

west build -p -b nrf5340dk/nrf5340/cpuapp/ns -- -DFILE_SUFFIX="nrf5340_bt"

fails with a linker error:

zephyr\zephyr_pre0.elf section bss' will not fit in region RAM'
region `RAM' overflowed by 257960 bytes

Adding --sysbuild doesn't change anything. Any ideas on this? Anything missing on my west call? Thanks for any guidance.

NCS version: v3.1.1 and v3.1.0

Best regards

Samuel 

Related