This is the mail archive of the gcc@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]

Re: Building a cross compiler



  In message <Pine.LNX.3.95.980427105937.10504A-100000@mantis.proximity.com.au>you write:
  > mv libgcc1.a libgcc1.cross || (echo You must find a way to make libgcc1.a;
  > false)
  > mv: libgcc1.a: No such file or directory
  > You must find a way to make libgcc1.a
  > make[1]: *** [libgcc1.cross] Error 1
  > make[1]: Leaving directory `/home/usr_src/egcs-1.0.2/build/gcc'
  > make: *** [cross] Error 2
  > 
  > The big question is, how do I find a way to make libgcc1.a?
I believe this has already been fixed in the development branch.

For an i586-pc-linux-gnulibc1 target I don't think you need
libgcc1.a, so removing the code which tries to build and check
for libgcc1.a should be an OK workaround.

jeff


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