6 years, 12 months ago.

SerialPipe.cpp error 289

Can anyone explain this error, it is preventing me from compiling my program and therefore my project is stalled. Started after I made the mistake of pressing the update libraries button.

Is it possible to revert to previous version of libraries?

Error: No instance of constructor "mbed::SerialBase::SerialBase" matches the argument list in "C027_Support/SerialPipe.cpp", Line: 4, Col: 29

Remote revision tells me SerialPipe.h and SerialPipe.cpp were changed 2017-04-20 09:44:47 Is there anyway I can get the previous versions back?

posted by Neil Quigg 26 Apr 2017

I should have added that the next message provided by the compiler was not in any way helpful "Info: Unable to download. Fix the reported errors..."

Any advice gratefully accepted.

posted by Neil Quigg 26 Apr 2017

For the benefit of anyone who might stumble on this problem. My solution was to clone a 6 month old project and load all my new projects files into it. Be warned that doing a library update can be dangerous. I would recommend not doing it in a mature project.

posted by Neil Quigg 27 Apr 2017
Be the first to answer this question.