10 years, 11 months ago.

Which offline tool chains support all of the official mbed libraries?

I am working on a program for the mbed NXP LPC1768 and have successfully built it using Code::Blocks and GNU tools for ARM Processors. However I tried pulling in the official (however beta) USBHost library ran into compile errors with _packed not being recognized as a symbol. After a little searching I found a post in the mbed forums stating that USBDevice is not yet supported for the GCC toolchain. I assume USBHost is in the same state.

Is there an easy way to tell which official mbed libraries are supported for the GCC toolchain?

Also, do any of the offline compiler options support all of the official mbed libraries? (i.e. Red Suite 5 or ARM's KEIL MDK-ARM)

Perhaps I am just not seeing where this is documented on the site?

Be the first to answer this question.