This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj cross-compilation
- From: Nathan M <ngmlinux at gmail dot com>
- To: Nils Roeder <nroeder at inf dot ed dot ac dot uk>
- Cc: java at gcc dot gnu dot org
- Date: Fri, 26 Aug 2005 13:03:39 -0400
- Subject: Re: gcj cross-compilation
- References: <79351910508251515609f59f@mail.gmail.com> <430ED2A4.6070608@inf.ed.ac.uk>
> i have a working toolchain for gcc (c,c++) but gcj still segfaults
> (gcc-3.4.3 and gcc-4.0.1). if anyone gets back to you with a
> solution, i would be interested as well.
Yup, Nils, I get the same issue here.
===code========================
[root@ARMCore test]$ ./HelloWorld.exe
Segmentation fault
==============================
Cross compilation looked like it went by without a hitch until I tried
to execute on the x-scale. I think this should be filed as a bug
report to gcc.gnu team. Or have you already done this? I have a
dialog going with them already so I'll report that now.
-Nathan