SuperHouse / esp-open-rtos

Open source FreeRTOS-based ESP8266 software framework
BSD 3-Clause "New" or "Revised" License
1.53k stars 491 forks source link

__dso_handle and __cxa_pure_virtual still needed? #219

Open gerhil opened 8 years ago

gerhil commented 8 years ago

Do I still need to use this workaround to fix compiler errors?

void* __dso_handle;

extern "C" void __cxa_pure_virtual() { while (1); }

Zaltora commented 8 years ago

currently i use extern "C" void __cxa_pure_virtual() { while (1); } to fix compiler error with my ili9341 lib