Crosscompiling libstdc++-v3 for embedded platform

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux