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.
compile error L6218E
I was trying to compile the lib with a device L6218E:
undefined symbol $Super$$main (referred from retarget.o)
any idea what the problem is ??
Thanks ~
Question relating to:
1 Answer
10 years, 5 months ago.
Hi,
Check that you have " int main(void) " in your program!
Dave.
The reason that I am referring this lib is because I am trying to write a sample lib which inherits the Serial Class from mbed.h, I could manage to compile the code but there is no output at all when I run it.
I am thinking it might be a inheritance problem for OOP. I have no idea what's wrong and stuck by that now ...
Could anyone take a look of my sample class which is the only repository under my profile.
Thanks a lot !!
Terry
posted by 16 Jun 2014
What mbed lib revision does your app use?
posted by Martin Kojtal 16 Jun 2014