This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Setting up GCJ to cross compile to Tandem NSK


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]