This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
valid values for target?
- To: "'gcc-help at gcc dot gnu dot org'" <gcc-help at gcc dot gnu dot org>
- Subject: valid values for target?
- From: "Birchmier, Masaki" <Masaki dot Birchier at PSS dot Boeing dot com>
- Date: Tue, 16 Jan 2001 10:33:39 -0800
Hi,
I recently installed a hpux to powerpc cross compiler where I set the value of
--target=powerpc-*-linux-gnu*
When testing the installation, I discovered the loader doesn't like * in the path.
So I tried reinstalling everything with --target=powerpc-linux-gnu
binutils went ok, but gcc make failed with
/home/gnu/gcc/gcc-2.95.2/libio/libio.h:30: -G_config.h: No such file or directory
make[1]: *** [iogetline.o] Error 1
make[1]: Leaving directory '/home/gnu/gcc/gcc-2.95-build2-powerpc/powerpc-linux-gnu/libio'
make: *** [all-target-libio] Error 2
I also noticed that this time configure ran with mt-frag, the first installation did not.
What's the syntax for valid values for --target ?
Could you provide any suggestions for my make failure?
It didn't have any problems with -G_config.h the first time through?
Thanks,
Masaki