This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error linking for Design Start M0

Hello. I've created a very simple hello world code to compile it in order to run it in a Verilog Simulator using the a Verilog Description of an ARM M0 (Design Start provided by ARM). I'm using Keil MDK, however I get this error which I have not been able to solve:

L6236E: No section matches selector - no section to be FIRST/LAST.

I've searched around and I have found that the problem is in the generated sct (Scatter File). The line poited by the error reads:

*.o (RESET, +First).

I think I'm supposed to add this option "--cpu Cortex-M0+" Somewhere, however I have not been able to understand why or where.

Also I'm specifying the target description of memories (Target Tab of the Target Dialog Box) and I have checked the "Use Memory Layout from Target Dialog" in the Linker Tab fo the Target Dialog Box). I would appreciate any help on the matter.

Thank you