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

I need help with converting any example from Keil to SES

Hello,

I've been trying for days to convert any example from Keil to SES, I have road probably every question here on the dev zone but I am unable to fix this, I ever specially install windows on my mac to try if there it would work.

So, I have done everything from official nordic documents, I've been through several problems which I happily solve, but that I'm not able to.

I get those errors:


unplaced section: .log_dynamic_data_app [nrf_log_frontend.o], size=12, align=4

undefined symbol: __SRAM_segment_end__

undefined symbol: __start_log_const_data

undefined symbol: __start_log_dynamic_data

undefined symbol: __stop_log_const_data

I'm working on latest SEGGER, I have tried latest SDK, also 14.2 . The same errors. 

Thanks for reply

Parents
  • I use SES v4.52b, use nRF52832 Chip, I have same type question too.  how to do it

    Linking ble_app_uart_pca10040_s132.elf

    unplaced section: .log_dynamic_data_balloc_log_mempool [nrf_log_frontend.o], size=4, align=4
    unplaced section: .nrf_balloc [nrf_log_frontend.o], size=24, align=4
    unplaced section: .log_dynamic_data_app [nrf_log_frontend.o], size=4, align=4
    unplaced section: .log_dynamic_data_nrf_sdh_ble [nrf_sdh_ble.o], size=4, align=4
    undefined symbol: __SEGGER_init_table__
    undefined symbol: __app_ram_start__
    undefined symbol: __start_fs_data
    undefined symbol: __start_log_const_data
    undefined symbol: __start_log_dynamic_data
    undefined symbol: __start_pwr_mgmt_data
    undefined symbol: __start_sdh_req_observers
    undefined symbol: __start_sdh_state_observers
    undefined symbol: __stop_fs_data
    undefined symbol: __stop_log_const_data
    undefined symbol: __stop_pwr_mgmt_data
    undefined symbol: __stop_sdh_req_observers
    undefined symbol: __stop_sdh_state_observers
    Build failed

Reply Children
No Data
Related