Hello! I am using Analog Device's ADUCM355 chip.
I am trying to program using Keil's examples, but when I try to build the code, I keep getting the error message "64KSRAM.sct(7): error: L6236E: No section matches selector - no section to be FIRST/LAST."
How can I resolve this issue?"
You would set this in the Target Options
I've changed the settings, but the error still occurs.
Also, when changing the settings, the '--keep init.o' added to the linker command line is removed.
Try adding --entry __vector_table to the linker Misc controls.
It may also be useful to look at the object file of that startup file (fromelf -c) to make sure that the ELF section is indeed named RESET. Are you using link time optimization?