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, 4 months ago.
How do I fix 'cannot open source input file "rpc.h"' in simple trial of RPCInterface?
Newbie question...
I'm experimenting with RPCInterface to use non-standard data types over RPC. As soon as I import (& compile) RPCInterface it fails to find rpc.h so I looked for existing examples and found curry stomper's RPC_TestHack.
If I import and compile this project it first fails with "CMSIS Target not recognised".
The help suggests updating the mbed library but when I do that I the compile then fails with no input file rpc.h
What am I doing wrong?