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

How are SDK project linker files generated in SES?

I noticed that in SDK SES projects, the linker file is generated every time the project is build. However, there is no memory map file specified, only a section placement file.

When I tried to replicate this settings in my own project, I got the error:

no linker script, memory map file or section placement segments specified

even though I have clearly selected a flash_placement.xml file in the settings...

Looking for help on how to get my project to link like the projects in the SDK... Thanks in advance!

Related