This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Creating and using GCJ ARM cross compiler
On Mon, Apr 21, 2008 at 3:11 PM, Andrew Haley <aph@redhat.com> wrote:
> The other possibility is that you didn't configure right. My configure line is
>
> /home/aph/gcc/ubuntu/gcc-4_2-branch/configure \
> --target=arm-linux \
> --with-sysroot=/home/aph/x-arm/chroot-arm/ \
> --with-headers=/home/aph/x-arm/chroot-arm/usr/include/ \
> --prefix=/home/aph/ubuntu/gcc-4_2-branch/install \
>
> --disable-libssp \
> --disable-libgomp \
> --disable-libmudflap \
> --enable-libgcj \
> --disable-multilib \
> --disable-static \
> --disable-sjlj-exceptions \
> --enable-languages=c,c++,java
See my first post in this topic for my complete configure line.
Notable differences are:
I have:
--disable-libunwind-exceptions (would that be a problem?)
I don't have:
--enable-libgcj (but it is generated, so I guess not needed?)
--disable-multilib (not sure what that does)
--disable-static (I need static)
Regards,
Matthijs