Hi, my MbedOS Project did build with MDK 5.30, however with 5.33 the vrey same source does not build anymore.Same numbers of warnings, but an error saying multiply defined. What's also interesting, the view of the source code isn't grayed out in uVision.
Build view with MDK 5.33
Build view with MDK 5.30
Thanks a lot for your support, Adrian
It's easier if you post the messages as text - as for code.
The error tells you that you have two libraries both defining that one symbol - so you need to decide which is the one to keep, and get rid of the other.
Does mbed claim support with MDK 5.33 ? Do they give any differences that need to be taken into account ?