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.
5 years, 1 month ago.
Export to IAR issues
Tried to export a mbed LPC11u24 usbdevice project to IAR. Project files are in 8.32.2 format [C++14], while mbed-dev libraries are for EWARM 7.70-7.80 [IAR EC++], resulting in link errors.
What is the right way to develop offline?
Question relating to:
1 Answer
5 years, 1 month ago.
Hi Daniel,
The way which is working: - compile with Mbed CLI - edit with Eclipse or any other IDE
If you export project you will lose json configuration files and their content is translated to .h-files and then the configuration is static.
Regards, Pekka