Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 7 months ago.
Error: L6235E: More than one section matches sele
Hi,
I don't have a scatter file, however I'm getting: Error: "/extras/mbed_8ab26030e058/TARGET_RZ_A1H/TOOLCHAIN_ARM_STD/MBRZA1H.sct", line 22 (column 12): Error: L6235E: More than one section matches selector - cannot all be FIRST/LAST.
This looks like a scatter file, but it is not part of my current project. build all did not help. I can't seem to open/edit find this file. I have that file in another project, and line 22 contains: VECTORS 0x18004000 FIXED {
- (RESET, +FIRST) ; Vector table and other (assembler) startup code
- (InRoot$$Sections) ; All (library) code that must be in a root region
- (+RO-CODE) ; Application RO code (.text) } Which seems to be ok... What need I do to clear this error?
Thank you