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

Error during linking

Hello, 

I am upgrading to SDK 17.0 from 15.0.

When I try to to compile my project i get this error:

../_Release/Release_Commercial_Debug/Main/Exe/Main.elf section `.log_backends' will not fit in region `UNPLACED_SECTIONS'

region `UNPLACED_SECTIONS' overflowed by 16 bytes

../SDK_17/components/nfc/t2t_lib/nfc_t2t_lib_gcc.a(nfc_t2t_lib_al.c.o): In function `nrfx_nfct_evt_handler'

Please notice:

  • I have allready added nrfx_nfct.h / nrfx_nfct.c to the project.
  • In project options, I am not defining a Memory Map File/Macro, as I did not define these also when we ran our project with SDK 15.0

Please assist on to how to solve this issue.

Thanks,

Alon Barak

[email protected]

Qcore

Parents Reply
  • Can you specify exactly please?

    This is what we have in the project configuration file:

    linker_section_placement_macros="FLASH_PH_START=0x0;FLASH_PH_SIZE=0x100000;RAM_PH_START=0x20000000;RAM_PH_SIZE=0x40000;FLASH_START=0x26000;FLASH_SIZE=0x68000;RAM_START=0x200057b8;RAM_SIZE=0x3a848"
    linker_section_placements_segments="FLASH RX 0x0 0x100000;RAM RWX 0x20000000 0x40000;bootloader_settings_page RX 0x000FF000 0x1000"

    Thanks,

    Alon

Children
Related