11 years, 6 months ago.

Have to import each header as an import in to my project.

Im having to import each library to my project as I use them so that it can compile. Is this normal? Or should the compiler source these automatically?

1 Answer

11 years, 6 months ago.

You have to import every library thats not in the mbed overall library yes (and include the header file(s) in your main.cpp).

There are for example 10 ITG3200 libraries, if you wouldnt have to import it, but the compiler would look for them, it wouldnt have a clue which one to import.

Accepted Answer