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.
11 years, 6 months ago.
EthernetNetIf
Hello!
If I make a new program with "EthernetNetIf.h" I got the compilation error "Undefined symbol mbed::Base::Base() (referred from fwk-if-eth-EthernetNetIf.cpp.o)"
Could anybody help me?
Gerald
3 Answers
11 years, 6 months ago.
Hi, Gerald the "EthernetNetIf.h" is deprecated, why dont you try to use the new ethernet library, found it here:
https://mbed.org/handbook/Ethernet-Interface
Greetings
PD: can you paste your code to try to help you (dont forget to use the <<code>> your code <</code>>
tag for better understanding)
11 years, 6 months ago.
Hello!
I have solved this problem. You have to change the "Revisions" of the Library.
Regards
Gerald