This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Problem building a 3.4.3 cross compiler...
- From: Dave Littell <davidl at applink dot net>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 17 Jan 2005 20:32:11 -0600
- Subject: Problem building a 3.4.3 cross compiler...
Hi,
I'm having a bit of trouble building a cross compiler
(powerpc-motorola-eabi target) under Solaris x86 (i386-pc-solaris9
host). The following command line was offered to configure at the
outset:
configure --with-gnu-as --with-gnu-ld --prefix=/tools/ppc
--target=powerpc-motorola-eabi
The build seemed to be proceeding nicely until:
configure: error: No support for this host/target combination.
gmake: *** [configure-target-libstdc++-v3] Error 1
I'm afraid I don't have much of an idea about how to resolve this. I
tried building only a C compiler (via --enable-languages=c) and that
seems to have completed successfully.
I'm very sorry if I didn't include enough of the right information.
Short of attaching some log files, I really don't know much more.
Could someone please help me?
Thanks,
Dave