7 years, 6 months ago.

Compile error after Library update on NUCLEO-L476RG

Hi all, I'm tryng some library / Programs to use Modbus on NUCLEO-L476RG. Some example works fine until click on the "update..." item. After this the compliator get out some errors. If I try uninstall and reinstall the library/programs without update, the error never go away. can you help me, please?

Federico can you outline what exactly is the issue?

Regards,

Andrea, team mbed

posted by Andrea Corrado 29 Sep 2016

1 Answer

7 years, 5 months ago.

The 'Update...' button will update all the libraries that applications depend on. Often applications do not like that, as libraries expect certain versions of other libraries, or API changes happen etc. However, if you re-import the program and do not tick the 'Update libraries' checkbox during importing, you should be able to compile cleanly again.

Alternatively you can use the Revisions panel to revert to an older version of the libraries to undo the update.

Accepted Answer