teensy ++ 2 Ethernet DHCP compile error

manitou

Senior Member+
Using 1.0.5/1.18rc2 and board teensy ++ 2, I get compile error when compiling library Examples/Ethernet/DhcpChatServer

Ethernet/Ethernet.cpp.o: In function `EthernetClass::begin(unsigned char*)':
/home/linux/arduino-1.0.5/libraries/Ethernet/Ethernet.cpp:13: undefined reference to `__cxa_guard_acquire'
/home/linux/arduino-1.0.5/libraries/Ethernet/Ethernet.cpp:13: undefined reference to `__cxa_guard_release'

Error does not occur with teensy3*, and static IP address examples compile OK.

I didn't look real hard to see if this had already been reported ....
 
Back
Top