5 years, 10 months ago.

Error: The build system did not finish successfully, on Linux. What should I do to fix problem?

/media/uploads/firberdog/screenshot_2018-06-25_22-41-51_4oIudzN.png

1 Answer

5 years, 10 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/

/media/uploads/karencyen/mbed.png

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!