My project in old mbed compiler never gave the attached error as it gave in Keil studio (When imported and ran today).
Pl. see the screen shot and suggest a suitable solution . I have many such projects giving same error.
(cannot open source rpc.h: no such file or dir)
Dr. J. Antony
Thank you for reporting this issue. Is the RPC_LabVIEW_ClosedLoop library somewhere on source control I can look at? If you can give me access to it then I can investigate and figure out what the problem is.
That’s not the best idea Is RPC_LabVIEW_ClosedLoop your own library or have you imported it from somewhere? If it is your own then you can for example publish it on os.mbed.com or github and then give me access to it.
You can also send me the screenshot of RPC_LabVIEW_ClosedLoop/RPCInterface/RPCFunction.h and RPC_LabVIEW_ClosedLoop/RPCInterface/RPCFunction.cpp. I want to see how rpc.h is imported there
I looked at it and I think that the problem is that your project has a dependency on another project with its own versions of Mbed 2 and mbed-rpc libraries: mbed_keypad - Keypad Project | Mbed . Do you need it? I don’t see it being used in your code.