Global defines in the online compiler?

17 Sep 2012

I have been trying to port some libraries from a LPCxpresso board to the mBed and have run into some issues regarding the online compiler. Is it possible to set global defines?

19 Sep 2012

Hi,

I don't think you can set global defines (like -Dxxxx by command-line) using online compiler.

You can put some global definitions in the common header file and include it at the top of you library source files. :-(

Regards,