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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ea451393a6c97734 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-20 15:36:06 PST Path: newsfeed.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Mixing Cygnus & Gnat compilers on the same machine Date: 20 Apr 2001 18:27:11 -0400 Organization: NASA Goddard Space Flight Center Message-ID: References: <9bkd51$530$1@nh.pace.co.uk> <3ADDEEAA.D8F16935@bigfoot.de> <9bkt30$asm$1@nh.pace.co.uk> <3ADE4B03.68BA6651@bigfoot.de> <9bmphh$1jt$1@nh.pace.co.uk> <9bpfgk$1gb$1@nh.pace.co.uk> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 987806521 20123 128.183.220.71 (20 Apr 2001 22:42:01 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 20 Apr 2001 22:42:01 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.6 Xref: newsfeed.google.com comp.lang.ada:6823 Date: 2001-04-20T22:42:01+00:00 List-Id: "Marin David Condic" writes: > > As for my apparent misconception about how Gnat would potentially move to > different platforms, let me ask this: If Gnat and gcc merge, doesn't that > mean that the Ada front end is now hooked to the normally distributed gcc > back end? GNAT is already based on gcc. The "merge" discussion is about when GNAT will appear the in "normal gcc distribution". You can use GNAT for a MIPS target now. ACT supports the Solaris host; I'm working on getting the Windows NT host working. It's mostly a matter of setting the right configuration and compiling gcc and GNAT. You won't find easy to install binaries for the MIPS target; you either have to get ACT support, or be willing to compile it yourself. Compiling gcc and GNAT is _not_ hard on host/target combinations that are already supported. The hardest part is forcing yourself to follow the instructions _exactly_, especially when applying the various patches needed. Patching will become unnecessary when GNAT appears in the "normal gcc distribution". Hope this helps, -- -- Stephe