9 years, 7 months ago.

rtos files corrupted ?

After facing issues with my project, I just decided to try with the threads example in the handbook

It does not compile, a simple copy and paste on the online compiler.

First the issue about mbed_err.h not found. Need to import mbed-src library to get beyond the error ( same as my project)

now I get

Error: "/extras/mbed_b60934f96c0c/LPC1768/ARM/LPC1768.sct", line 4 (column 9): Error: L6235E: More than one section matches selector - cannot all be FIRST/LAST.

.......and I have just copied pasted the example threads program

Julian

1 Answer

9 years, 7 months ago.

I saw they did changes again to the mbed error file names to avoid conflicts, but in the short term that can give issues. (We did recently get a new mbed release, so maybe just using the latest regular mbed lib also works).

But what you describe sounds like you did import mbed-src, but did not delete the original mbed lib. You need to delete it otherwise they clash.

Accepted Answer

right on the spot. Many thanks.

posted by julian C 18 Aug 2014