9 years, 11 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 2014

The code is at http://mbed.org/users/garyr/code/testLCD/

posted by Gary Richardson 30 May 2014

1 Answer

9 years, 6 months ago.

I have the same problem now. Has it been solved?

It's been a while since I did any work with mbed. I don't remember the details of this problem but I think I just had something screwed up and it went away eventually. Sorry I can't be more help.

posted by Gary Richardson 28 Oct 2014