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

NRF52 Secure DFU Serial with Segger Embedded Studio

I have started to implement bootloader for 52832 and checked out "Secure DFU Serial" example from SDK v13.0 with Segger Embedded Studio.

I checked out this question devzone.nordicsemi.com/.../ and followed all the steps: used flash placement file from the answer, used external linker file.

However, I am still unable to compile the project having these linking errors:

cannot find -lgcc cannot find -lc cannot find -lnosys

After googling I figured out it can be a problem of Newlib requirement, which seems not to be supported by SES.

Has anyone managed to make this project work on SES?

Related