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

Error Migrating Secure Bootloader Project from Keil to Segger Embedded Studio

Hello NRF Buddies,

My project is based on NRF51822 with SDK version 12.2.0. I am working with Keil till now and planning to migrate to the Segger Embedded Studio.

With the help of the nordic support team, i was able to successfully compile and run the application project on to my custom board. But when i tried migrating the bootloader project from keil to Segger Embedded Studio the same way, i am getting compilation errors.

Attaching the screenshot of the error for your reference.

Awaiting your response.

Best,

Krish

Parents
  • There is a formatting issue with one of your preprocessor symbols (should have been NRF_LOG_BACKEND_USES_RTT=1 on one line):

      

     Fixing this should solve the build error you reported. But there are still some linker errors that need to be solved. Try to use this flash_placement.xml:

    And remember to add 'INITIALIZE_USER_SECTIONS' to the list of preprocessor symbols.

Reply
  • There is a formatting issue with one of your preprocessor symbols (should have been NRF_LOG_BACKEND_USES_RTT=1 on one line):

      

     Fixing this should solve the build error you reported. But there are still some linker errors that need to be solved. Try to use this flash_placement.xml:

    And remember to add 'INITIALIZE_USER_SECTIONS' to the list of preprocessor symbols.

Children
No Data
Related