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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d0afd45a55dfafee X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: Cross Compiler for RH6000 Date: 1997/11/19 Message-ID: <3472FEA0.53B8@gsfc.nasa.gov>#1/1 X-Deja-AN: 290885996 References: <64sldh$5m5@dfw-ixnews11.ix.netcom.com> Organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA Reply-To: Stephen.Leake@gsfc.nasa.gov Newsgroups: comp.lang.ada Date: 1997-11-19T00:00:00+00:00 List-Id: bklungle wrote: > > I would like to build a gnat cross compiler (if someone doesn't already have > one) for the RH6000 (same as RS6000 but radiation hardened.) Can anyone > direct me to the documentation for doing this? I have heard it requires > generating several translation files for the gcc compiler. Need to know > where docs are. This has been done; gcc supports the RS6000 as a target. So all you need to do is set up gcc as a cross compiler from your host to an RS6000. Since you posted this to comp.lang.ada, I assume you also want an Ada front end; the straight gcc installation will only give you a C front end. Get the GNAT source distribution, and follow its instructions for patching the gcc source. Then, read the INSTALL file that comes with gcc, do what it says EXACTLY, and your all set. You should also contact ACT (http://www.gnat.com/) and let them know you are interested in support for an RS6000 cross compiler; they are considering getting into the cross compiler support business, and they need customers (assuming you have money!). You might be able to purchase support for the C part from Cygnus (http://www.cygnus.com/). Good Luck! > > TKSIA > > bob -- - Stephe