You are viewing an older revision! See the latest version

Compiler Error 5

Can not open source input file "mbed.h": No such file or directory (E5)

This generally means you have somehow deleted the mbed libraries from your project.

Add them again by using the Import wizard. In the URL field enter:

http://mbed.org/users/mbed_official/code/mbed/

Choose type 'Library' and then select your program.

Alternatively you may have a reference to a library that you have not imported into your program.


All wikipages