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.
6 years, 4 months ago.
Error: The build system did not finish successfully, on Linux. What should I do to fix problem?
1 Answer
6 years, 4 months ago.
Hello Joel,
I believe that particular target you are using (Nucleo-F302R8) is not compatible with the mbed 5 library. You can check to see which boards are compatible with which version of mbed on the respective board's page:
https://os.mbed.com/platforms/ST-Nucleo-F302R8/
Try replacing the mbed 5 library (mbed-os) with the mbed 2 library (mbed):
https://os.mbed.com/users/mbed_official/code/mbed/
I was able to properly compile the program by doing so. Hope this helps!
-Karen, team Mbed
If this solved your question, please make sure to click the "Thanks" link below!