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.
10 years, 10 months ago.
Not support for FRDM-K64F?
I tried to compile it for FRDM-K64F, but failed with following error info:
Warning: Missing return statement at end of non-void function "mbed::parse_pins" in "mbed-rpc/parse_pins.cpp", Line: 82, Col: 5 Error: Expected a declaration in "mbed-rpc/parse_pins.cpp", Line: 82, Col: 7 Warning: Parsing restarts here after previous syntax error in "mbed-rpc/parse_pins.cpp", Line: 97, Col: 14 Error: Expected a declaration in "mbed-rpc/parse_pins.cpp", Line: 100, Col: 2
So i checked "parse_pins.cpp", and i found defination for (TARGET_K64F).
Any of you compile it successfully?
Thanks~
Question relating to:

And I then mofidy:
to:
it can compile without error.
posted by Peng Cheng 13 Oct 2014Many programs are predefined for certain platforms which is not good practise , more if it's not stated whihc platform does it support. Feel free to send a pull request, once you add a new one. Document what is supports and how to add a new one. Thanks
The program above was created last year when there was only one platform, it just needs an update to the latest libs and platforms.
posted by Martin Kojtal 13 Oct 2014