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, 5 months ago.
CPP question
I'm trying to build a program that I've exported. It ran OK in mbed but when I attempt to build the exported version I get error messages:
Description Resource Path Location Type The type 'mbed::Serial' must implement the inherited pure virtual method 'mbed::FileHandle::read' main.cpp /testLCD line 5 Code Analysis Problem
and similar messages for mbed::FileHandle::lseek and mbed::FIleHandle::write
I'm using Eclipse and the Cross ARM GCC.
How can I correct this?
Can you share the project, so we can export it . Will get faster response.
posted by Martin Kojtal 30 May 2014The code is at http://mbed.org/users/garyr/code/testLCD/
posted by Gary Richardson 30 May 2014