10 years, 6 months ago.

vodafone usb modem

I tried importing the code at the link below:

http://mbed.org/users/donatien/code/VodafoneUSBModemSMSTest/

When I compile, I get the following error:

"Cannot open source input file "cmsis_os.h": No such file or directory" in file "VodafoneUSBModem/lwiplwipopts.h", Line: 28, Col: 1

How can I fix this?

Thanks.

1 Answer

-deleted-
10 years, 6 months ago.

Hi mx,

Short answer: It looks like you're compiling for the wrong target board. The program (and its libraries) only support LPC1768 and LPC2368.

Long answer: The libraries are slightly old, as is the program itself. They were published before the introduction of new boards like KL25Z etc and the program haven't been updated since. Even if you update the mbed library and all other libraries to the latest version, they still might be incompatible with this program.

Cheers,
Mihail

Accepted Answer