Link error : undefined reference to __gxx_personality_v0
Posted: Sun Oct 01, 2006 3:34 am
Hello !
I trying to create an OS in ASM / C++, but when i compile my code, it gives me this error :
I use namespace in my C++ code, and when I remove them, the OS compile fine. How can I prevent this error ?
I trying to create an OS in ASM / C++, but when i compile my code, it gives me this error :
Code: Select all
VgaText.o:(.eh_frame+0x11): undefined reference to "__gxx_personality_v0"