Building a Linux->AIX crosscompiler -- problem with libgcc_s.a

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

 



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

[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