This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Setting up GCJ to cross compile to Tandem NSK
- From: Matt Secoske <secoskem at gmail dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: GCJ <java at gcc dot gnu dot org>
- Date: Wed, 20 Oct 2004 09:40:19 -0500
- Subject: Re: Setting up GCJ to cross compile to Tandem NSK
- Domainkey-signature: a=rsa-sha1; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=sMq5vCwLv+qinlmpnMATrTsV8YfGAYliIwRSwZgudIg0H4O4slhVNYob42rYBoH48G6O158EleA5J12DDZtL/upWSdqIGq9MKMaycqct/SljJJnBoVZ+N3M+g9BWd/WvkvucwJ6b3rJs1pdvyzoZklb3PbghwdW1V3dePOuXzOI
- References: <a12b5caf041019143337bda48f@mail.gmail.com> <4175F9DC.10708@gmail.com>
- Reply-to: Matt Secoske <secoskem at gmail dot com>
Thanks for replying Ranjit.
On Wed, 20 Oct 2004 11:08:36 +0530, Ranjit Mathew <rmathew@gmail.com> wrote:
> Matt Secoske wrote:
> >
> > I am trying to determine if it is possible to cross compile Java code
> > to native binaries for the Tandem NSK environment.
>
> Has GCC itself been ported to your environment?
So far I have not been able to find anyone who has, (at least
recently) ported GCC to the Tandem platform.
>
> If not, you'll first have to port the base GCC to
> that environment before GCJ comes into the picture.
>
> (The target triplet for Tandem NSK seems to be
> nsr-tandem-nsk, but I don't see any support for
> it in the current source tree. Googling for it
> does return various stuff, but no concrete pointers.)
It looks like support for nsr-tandem-nsk was removed 3.1.1, so I am
currently trying to build a GCC/GCJ cross compiler with the 3.1
release. Once I can get that working I will look at uplifting the
tandem code to 3.4.x.
>
> > What issues would there be in doing this? I am new to gcc/gcj so
> > please, any little thing that you feel would cause problems I would
> > like to be aware of.
>
> For building cross toolchains, you might want to
> check out Dan Kegel's crosstool:
>
> http://www.kegel.com/crosstool/
Thank you for this. I am having all sorts of trouble with the
standard configure script. Maybe this will ease that pain.
>
> HTH,
> Ranjit.
>
> --
> Ranjit Mathew Email: rmathew AT gmail DOT com
>
> Bangalore, INDIA. Web: http://ranjitmathew.tripod.com/
>
Thanks,
Matt Secoske