From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cce283a10ce147fc X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: GNAT for Cross Compilation Date: 1996/06/22 Message-ID: #1/1 X-Deja-AN: 161682841 references: <31C9A6FC.41C67EA6@afit.af.mil> organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-06-22T00:00:00+00:00 List-Id: Kendall said " I am fairly new to GNAT and am interrested in trying to set it up to cross compile Ada code for a student research project. Our host machine is a Sun Sparc (running SunOS4.1.3) and the target is a 68030 board. I have gotten GNAT 3.05 up and running on the native SUN (I assume this is the first step). However, I have been unable to find any documentation on how to proceed to set up the cross compiler. Has anyone out there done this before, or know where I might look to learn how to do this?" It is not clear what you mean by "have gotten GNAT 3.05 up and running on the native SUN". The first step is to be able to do this *from the source distribution* so that you can indeed build gcc from its sources. Building a cross-compiler involves quite a bit of tricky fiddling around, and requires a fair amount of familiarity with gcc and the gnat make file. We are currently working on improving the cross-compiler build procedures to make them easier.