public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* gcj as crosscompiler
@ 2003-10-27 10:52 Srinivas Rao Vangara
  0 siblings, 0 replies; only message in thread
From: Srinivas Rao Vangara @ 2003-10-27 10:52 UTC (permalink / raw)
  To: gcc-help; +Cc: vsrinivas

Hi
I'm trying to build gcj as crosscompiler. 
My build m/c is:RedhatLinux9.0.
I'm using gcc-3.3.1,binutils-2.12.90 and newlib-1.10.0

I built binuitls with  the following configuration.
/binutils-2.12.90/configure --prefix=/home/vsrinivas/install/xgcj 
--target=arm-elf --enable-languages=c,c++,java
          --binutils were built without any problem.

Now, I configured gcc with the following configuration.
 /gcc-3.3.1/configure --prefix=/home/vsrinivas/install/xgcj --target=arm-elf 
--enable-languages=c,c++,java --without-headers --with-newlib --with-gnu-as 
--with-gnu-ld
Then i'm getting the configuration error as follows:

configure: error:
The following requested languages were not found: c++ java
The following languages were available: c treelang
Configure in /home/vsrinivas/bld/xgcj/gcc/gcc failed, exiting.

I tried with different target switches like --target=arm-elf/ppc-eabi/rs6000 
but with the same configuaration error. If i remove the --enable-languages 
option while configuraing, only arm-elf-gcc is being built. I want 
arm-elf-gcj .

Can someone help me where i'm going wrong or point 
me to how to build gcj as crosscompiler fon any target.

Thanks for your time.
Regards,
Srinivas.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-27 10:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-27 10:52 gcj as crosscompiler Srinivas Rao Vangara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).