Unplaced_sections error

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Unplaced_sections error

    Hi,
    We are trying to compile DFU example from nordic SDK, We are getting unplaced_section error when we build the program using Segger Embedded Studio.We tried few solutions, it didn't solve the problem.

    Building ‘secure_dfu_secure_dfu_ble_s132_pca10040_debug’ from solution ‘secure_dfu_secure_dfu_ble_s132_pca10040_debug’ in configuration ‘nrf52832_xxaa_s132’
    Compiling ‘main.c’
    Linking secure_dfu_secure_dfu_ble_s132_pca10040_debug.elf
    Output/nrf52832_xxaa_s132/Exe/secure_dfu_secure_dfu_ble_s132_pca10040_debug.elf section `.fs_data' will not fit in region `UNPLACED_SECTIONS'
    region `UNPLACED_SECTIONS' overflowed by 4112 bytes
    Output/secure_dfu_secure_dfu_ble_s132_pca10040_debug nrf52832_xxaa_s132/Obj/nrf_dfu_transport.o: In function `nrf_dfu_transports_init':
    undefined reference to `__stop_dfu_trans'
    undefined reference to `__start_dfu_trans'
    Output/secure_dfu_secure_dfu_ble_s132_pca10040_debug nrf52832_xxaa_s132/Obj/nrf_dfu_utils.o: In function `nrf_dfu_bl_continue':
    undefined reference to `__isr_vector'
    Output/secure_dfu_secure_dfu_ble_s132_pca10040_debug nrf52832_xxaa_s132/Obj/fstorage.o: In function `check_config':
    undefined reference to `__start_fs_data'
    undefined reference to `__stop_fs_data'
    Build failed