This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
gcj problem
- To: <java at gcc dot gnu dot org>
- Subject: gcj problem
- From: =?ks_c_5601-1987?B?vsi787DH?= <sgahn at pado dot co dot kr>
- Date: Wed, 5 Sep 2001 20:02:25 +0900
Hi~~
I'm a beginner and I have some questions...
Is it possible to build gcj as cross compiler for specific target??
Gcj is included in gcc-3.0 , so I tried to build gcc-3.0 as cross
compiler for MIPS and StrongArm target..
( My host(build) machine is i686-pc-linux-gnu.)
When I configure gcc-3.0 with option --target=mips-elf(--
target=strongarm-elf), I found the following error message.
------------------------------------------------------------------------
-------
*** This configuration is not supported in the following subdirectories
:
target-libffi target-boehm-gc target-zlib target-libjava
(Any other directories should still work fine.)
------------------------------------------------------------------------
--------
So, I'm wondering which target machine is supported by gcj.
Please let me know whether gcj support MIPS or StrongArm target or not.
If gcj supports them, how can I do?