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.
11 years, 1 month 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
11 years, 1 month 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