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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no 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-23 08:30:15 PST Path: newsfeed.google.com!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!newsfeed.rt.ru!fr.clara.net!heighliner.fr.clara.net!newsfeed.planete.net!psinet-france!psiuk-f4!psiuk-p4!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: Mixing Cygnus & Gnat compilers on the same machine Date: Mon, 23 Apr 2001 11:11:11 -0400 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: <9c1gmg$p55$1@nh.pace.co.uk> 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: 136.170.200.133 X-Trace: nh.pace.co.uk 988038672 25765 136.170.200.133 (23 Apr 2001 15:11:12 GMT) X-Complaints-To: newsmaster@pace.co.uk NNTP-Posting-Date: 23 Apr 2001 15:11:12 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: newsfeed.google.com comp.lang.ada:6860 Date: 2001-04-23T15:11:12+00:00 List-Id: Well, the problem is that we already have a Cygnus compiler targeted to our MIPS machine - and not being the guy who handles that particular part of the deal I don't know if it is a "pure" MIPS thingie or if maybe there have been some customizations for our machine. (I'm pretty sure we already have a support contract with Cygnus on this.) No, I'm not in a position to fire Cygnus and hire ACT and I can't dictate that all new development be done in Ada. I was actually hoping for a "back-door" approach to it. If GNAT and the Gnu distribution of gcc get merged, there's some chance that the Ada front-end might at some point find its way into the Cygnus version that we are using. (Yes, I realize it won't happen by osmosis - I'm not totally dim! :-) Someone at Cygnus has to think this is worth doing.) That makes it possible for me to build some clever sideline things for the embedded computer in Ada. Suddenly, Ada becomes part of what we do and perhaps this causes some conversions to take place in the hearts and minds of other developers here. Its sneaky and underhanded, but often very effective! My observation here is that what I want to do isn't simply be able to generate code for a MIPS processor. Ada for MIPS has been available from a number of sources for some time. The problem is one of getting Ada introduced into an organization and that can require specific paths be taken. MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling the digital revolution e-Mail: marin.condic@pacemicro.com Web: http://www.mcondic.com/ "Stephen Leake" wrote in message news:uwv8fxl4w.fsf@gsfc.nasa.gov... > 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.