This is the mail archive of the gcc-help@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]
Other format: [Raw text]

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, thinking that a stdc++ library wouldn't be attempted, but that didn't fly either.

I'm very sorry if I didn't include enough of/the right information. Short of attaching some log file, I really don't know much more. Could someone please help me?


Thanks, Dave


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