This is the mail archive of the gcc-bugs@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: 970922 problems building cross-compiler



  In message <9709261741.AA06506@kona.>you write:
  > I tried building on sparc-solaris for mips64-elf.  Did a configure
  > then a "make cross".  Result is the failure below.  I thought it might
  > be pilot error so I nuked the build directory and restarted from
  > scratch... same result.
Building the Fortran & Objc runtime for cross targets doesn't work
well (if at all).

This is a problem we want to begin to address after the first
release; the major change will be to move the Fortran and Objc
runtime into their own toplevel directory and have them built
after the compiler.

Until then, your best bet is to avoid building Fortran and Objc
by using the toplevel "make cross" target or via LANGUAGES="c c++"

jeff


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