Building a Linux->AIX crosscompiler -- problem with libgcc_s.a
Torsten Schlabach
TSchlabach@gmx.net
Mon Oct 15 14:25:00 GMT 2007
Dear list!
I am trying to use my Linux box (Debian, AMD64) as a host to cross-compile for the AIX 5.3 platform.
I have successfully built and installed the cross-binutils, but I am stuck when it comes to building, well more precisely, installing the first-stage gcc.
make gcc-all
works fine, so I'd assume I got all the necessary headers any anything else I need. This one finishes without any errors.
But when I then try to do a
make gcc-install
it tries to install libgcc_s.a, which does not exist.
Searching the archives, I found that that lib seems to be called libgcc_eh.a now, and that file *is* there. But might the install routine have just missed the renaming?
I am using GCC 4.2.1.
Any ideas are very welcome.
Regards,
Torsten
More information about the Gcc-help
mailing list