cross-compiler build problem

Jeffrey A Law law@cygnus.com
Wed Jun 30 15:43:00 GMT 1999


  In message < 199906260242.WAA27771@pc1.fred.org >you write:
  > I've tried all kinds of different configure options but I always get this 
  > same problem.  I'm trying to make a powerpc cross compiler that runs on
  > i586-pc-linux-gnu.  Since the compiler is a cross compiler it shouldn't
  > want to compile itself, should it?
No it shouldn't.  However the the compiler still should be able to create
executables if you have a full set of cross build tools.  And the ability to
create executables is necessary for the target configure code to work properly.

If you look in config.log you should see why you're getting the error. 
Unfortunately, you cut off the output, so I can't tell you which particular
config.log to look at, but it will be one from the target library build
directories.
jeff



More information about the Gcc mailing list