7 years ago.

Suddenly getting errors with online compiler

Error: "/extras/mbed_4fc01daae5a5/TARGET_OC_MBUINO/TOOLCHAIN_ARM_MICRO/LPC11U24.sct", line 4 (column 9): Error: L6235E: More than one section matches selector - cannot all be FIRST/LAST.

This error started happening this morning when I started using the compiler. This is in multiple USB HID projects that use the same MBuino platform. A few days ago they compiled perfectly.

Anybody seen this or know how to prevent it? Since I am using the online compiler, I don't really have access to the internal build directories of the mBuino so I cannot do anything about the 'multiple bld files' that the online help tells me for this error.

TIA Ian

1 Answer

7 years ago.

Generally you get that error if you have multiple mbed libs included in your program. Are you sure that is not the case? And if you choose the drop down menu next to the compile button, you can chose compile all to make sure it is a clean compile.

Accepted Answer