Crosscompiling libstdc++-v3 for embedded platform
Alex Austin
alex.austin@spectrumdsi.com
Mon Sep 8 18:42:00 GMT 2008
On the platform we're working with, there is no equivalent of "main". Thus, it doesn't matter that gcc/newlib haven't built any crt0.o. On the other hand, libstdc++-v3 configure fails with "C compiler cannot create executables" because the linker can't find crt0.o. It doesn't matter on our platform, but how can I get the configure past that?
Secondly, what C++-specific startup do crt*.o do that I will have to emulate?
Thanks,
- Alex
More information about the Gcc-help
mailing list