Linking issue with c++
Posted: Tue Jul 26, 2011 7:00 pm
Hello,
I got the following linking errors:
I used virtual functions/destructors in my code. I did put in
Anybody can help me on this? Thanks.
I got the following linking errors:
Code: Select all
undefined reference to `_Unwind_Resume'
undefined reference to `vtable for __cxxabiv1::__vmi_class_type_info
I used virtual functions/destructors in my code. I did put in
Code: Select all
extern "C" void __cxa_pure_virtual()
{
// dummy
}
extern "C" void __pure_virtual()
{
// dummy
}