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 ago.
Why can't I import libraries for my program?
Everytime I import libraries for my program, it will fail.
1 Answer
6 years ago.
Hi Edward,
What environment are you using, online compiler? Which library are you importing, could you share the failure log to us?
Check if the library are using the same mbed version as your program, you can't import a Mbed 2 library into a Mbed 5 program.
Thanks, Desmond