This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Can i cross-compile arm libgcj in x86 platform?
- From: Anthony Green <green at redhat dot com>
- To: Shen Hui <shenhui at arch dot cs dot pku dot edu dot cn>
- Cc: java at gcc dot gnu dot org
- Date: 28 Oct 2002 07:56:55 -0800
- Subject: Re: Can i cross-compile arm libgcj in x86 platform?
- References: <LHENKMOLLABOFHPCJDJGKEAHCAAA.shenhui@arch.cs.pku.edu.cn>
On Sun, 2002-10-27 at 22:05, Shen Hui wrote:
> Hi,
> Do anybody has some hits in compiling an arm libgcj in x86 platform.
> build = i686-gnu-linux
> target = arm-linux
>
> also, may i compile libgcj in arm platform with native arm-linux-gcc(arm-linux-g++) compile?
I don't think libgcj has been ported to arm-linux yet. It should be
pretty easy though, since we do support arm-elf.
AG