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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,702da61d55762f7b X-Google-Attributes: gid103376,public From: kenner@lab.ultra.nyu.edu (Richard Kenner) Subject: Re: GNAT for an unsupported Unix-system? Date: 1997/11/27 Message-ID: <65jjim$7hm$1@news.nyu.edu>#1/1 X-Deja-AN: 293124558 References: <1064.267T676T1160836@cs.tu-berlin.de> <65eaaq$8s8$1@gonzo.sun3.iaf.nl> <2021.270T782T1141698@cs.tu-berlin.de> X-Complaints-To: usenet@news.nyu.edu X-Trace: news.nyu.edu 880628118 7734 (None) 128.122.140.194 Organization: New York University Ultracomputer Research Lab Newsgroups: comp.lang.ada Date: 1997-11-27T00:00:00+00:00 List-Id: In article <2021.270T782T1141698@cs.tu-berlin.de> "Tor-Einar Jarnbjo" writes: >But I get stuck somewhere in step two. According to the GNAT installation >guide, I shall patch the gcc-sources, move the src/ada-directory into >the gcc-tree, do the touch-thingy, configure gcc and then do (though >I use gmake instead of make): > >make CC=gcc CFLAGS="-O2" LANGUAGES="c ada" > >After some compilation, this produces the program "xgcc" which is then >used to do some more compiling. The problem is that xgcc is already >made to compile for the m68k and the Solaris "as" doesn't find the m68k- >assembler very interesting, so no hope. I tried to replace xgcc with >gcc (from the GNAT binaries) but this core-dumps when I try to continue >the make-process. When you just say LANGUAGES="c ada", more gets compiled than you need to just build the .s files with the gnat-cross target. All you need to build is gnat1. But it's already been built by the time you start getting the errors you are getting, so just ignore them and go on to the next step.