Calling an object file and dll

13 Sep 2011

Hi,

I need to now whether can i create object files such as .dll from the PC and including it in mBed?? For example I want to call the libraries from MATLAB using the .lib files.

13 Sep 2011

DLLs from a PC are x86 based (Intel/AMD), the mbed is ARM (Risc, Cortex M series) based so that will not work unless you can convince Matlab to generate ARM code..

13 Sep 2011

Hi,

Now trying use dll's instead of lib's? Still the same problem as (again) stated above.

Just forget about running pc stuff on an mBed.