Re: About Problem with '__cxa_atexit' 选项



Now I have cross compiled a software to ARM.
Cross compiling process successful, But when Run it in ARM Linux,
Error:
can't resolve symbol '__cxa_atexit'
What is the reason?
The reason is simple the __cxa_atexit symbol did not exist ! :p
So have a look to your obj file...

ps. I am using gcc3.4.3, the software including c and fortran two
language,
Check that generated symbol names are coherent, I presume that C does not
see fortran objects and vice versa...

--
Guillaume Chevillot
.