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


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?

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.)


> 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/

HTH,
Ranjit.

-- 
Ranjit Mathew          Email: rmathew AT gmail DOT com

Bangalore, INDIA.      Web: http://ranjitmathew.tripod.com/


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