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.
10 years, 4 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
10 years, 4 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.