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,5fa245b31c8ca593 X-Google-Attributes: gid103376,public From: Stephen Leake Subject: Re: Ada for Intel i860/PPC 740 Date: 1997/10/08 Message-ID: <343BB94F.10C@gsfc.nasa.gov>#1/1 X-Deja-AN: 278747882 References: <343A2DE5.F1B@boeing.com> Organization: NASA Goddard Space Flight Center -- Greenbelt, Maryland USA Reply-To: Stephen.Leake@gsfc.nasa.gov Newsgroups: comp.lang.ada Date: 1997-10-08T00:00:00+00:00 List-Id: Kirk Ellett wrote: > > I am looking for an Ada compiler that can create objects that are > linkable to C/C++ objects and libraries for either the i860 or the > PowerPC 740. These will be running on boards from SKY computers using > their own microkernel. If anyone has any suggestions please mail or > post, especially if you know it can't be done. There is a gcc port for the i860 and the PowerPC. ACT (http://www.gnat.com/) supports GNAT for the PowerPC self-target; you can ask if they have any interest in the i860, or in the PowerPC cross-target. GNAT can link with C or C++ compiled by gcc, and often other compilers. It is also not that difficult to configure GNAT as a cross-compiler yourself; you can buy support for the PowerPC self-target from ACT, and Cygnus (http://www.cygnus.com/) can probably sell you support for the i860 and PowerPC C compilers. Hope this helps. -- - Stephe