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: L6236E: No section matches selector - no section to be FIRST/LAST

Hello, I'm using the ADICUP3029 developmentboard with Keil uv5. I cannot get the example programm successfully compiled because of the error L6236E: No section matches selector - no section to be FIRST/LAST. I've searched for solutions and I think the problem is with the scatter file but I actually don't ready unterstand the mechanism in it. Could anyone help me? Thanks.

Startup documents are already included

The scatter file

The RESET Area

The configuration form Options->Linker

Hiere I can choose bewteen "xxx Debug" and "xxx Release", is this relevant?

Parents
  • I fully agree with Ronan regarding the "RESET" section and the "AREA" line. Usually it should not be necessary to specify an entry point. We don't do this in any of our examples and you are using a standard scatter file generated by µVision. Do you get warnings during the project build before the linker error, especially for the assembly startup file?

Reply
  • I fully agree with Ronan regarding the "RESET" section and the "AREA" line. Usually it should not be necessary to specify an entry point. We don't do this in any of our examples and you are using a standard scatter file generated by µVision. Do you get warnings during the project build before the linker error, especially for the assembly startup file?

Children