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.
7 years, 11 months ago.
.lib in export folder
In the export folder I can find some *.lib files which are not in the IDE. For what reason they are exist and when will they generated? What is the contents of that .lib files?
1 Answer
7 years, 11 months ago.
Hi Hans,
The *.lib files are used to track which libraries your project is using. In the IDE these show up as library folders (should be a "gear" icon I believe). Generally you should leave these alone and let the IDE or mbed CLI deal with them. For more information you can always check the mbed CLI documentation.
Thanks, Brian