This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Crosscompiling libstdc++-v3 for embedded platform


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]