5 years, 3 months ago.

Problem Compiling example-ublox-cellular-interface

I try to compile example-ublox-cellular-interface on web page. Last year i have already compiled succesfully the base project: https://os.mbed.com/teams/ublox/code/example-ublox-cellular-interface/

I get this error now: Error: Object of abstract class type "UbloxATCellularInterface" is not allowed in "main.cpp", Line: 150, Col: 39

"Compiler Error 322

Object of abstract class type is not allowed.

Most likely is indicating that the object you are creating has virtual functions which have not yet been implemented. Make sure all purely virtual functions defined in this or parent classes have an implementation."

What has changed? Best Regards

Massimo Ballerini

Be the first to answer this question.