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 L6236

Hi,
I am compiling a C based TC for Cortex M4. I have set the memory map and the testcase compiles to the point where the scatter file generates an error with the following message.

r0p1_TCS.sct(7): error: L6236E: No section matches selector - no section to be FIRST/LAST.
r0p1_TCS.sct: Not enough information to list image symbols.

I do not know where or what I should change. as such the TC does not seem to have any errors so far.
Please help urgently.

Parents
  • Do I need to provide the exact memory map as is defined for ARM Cortex M4 ?

    No. Your program must not exceed the memory boundaries of your device. You don't need to specify each and every memory region in the scatter file - ignore the parts you don't use or engulf then in a overlapping definition.

    Where can I get this option in the GUI ?

    Place it in the "Options for target->linker->misc controls" dialog box.

Reply
  • Do I need to provide the exact memory map as is defined for ARM Cortex M4 ?

    No. Your program must not exceed the memory boundaries of your device. You don't need to specify each and every memory region in the scatter file - ignore the parts you don't use or engulf then in a overlapping definition.

    Where can I get this option in the GUI ?

    Place it in the "Options for target->linker->misc controls" dialog box.

Children