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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,53836ff3eca9ab80 X-Google-Attributes: gid103376,public From: "wiljan" Subject: Re: GNAT Ada and Cygnus GNU compilers Date: 1997/08/28 Message-ID: <01bcb3e4$b03acc10$3a208b82@wd>#1/1 X-Deja-AN: 268790364 References: <34043791.58459930@news-s01.ny.us.ibm.net> Organization: Philips Electronics N.V. Newsgroups: comp.lang.ada Date: 1997-08-28T00:00:00+00:00 List-Id: Aaron Quantz wrote in article <34043791.58459930@news-s01.ny.us.ibm.net>... > I'm trying to replace an old Ada x-ompiler for 68k family. I'm > thinking of using the GNAT Ada compiler and hooking it to the Cignus > GNU C x-ompiler (my platform is PC/NT). Anyone have any luck doing > this or have any other suggestions for how to to PC-to-68k development > (without spending ALOT)? All opinions are welcome! I did this and have a complete working tool chain: ld, binutils, as, gcc, gdb Building the cross tools is pretty straight foreward when using the cygnus binary and source distributions. Simply do EXACTLY as they tell you to. Building the cross Ada compiler is not that trival. You can not build from the gcc sources of cygnus. Right now I have build m68k gnat using the latest snapshot of gcc, the sources of gnat3.10b and I got an extra patch from ACT to fix a bug. Wiljan