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,d466c503928d92f8,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-04 01:08:01 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!kibo.news.demon.net!news.demon.co.uk!demon!pogner.demon.co.uk!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Building GNAT from CVS Date: 04 May 2002 08:58:14 +0100 Organization: Pushface Sender: simon@smaug Message-ID: NNTP-Posting-Host: pogner.demon.co.uk X-NNTP-Posting-Host: pogner.demon.co.uk:62.49.19.209 X-Trace: news.demon.co.uk 1020499628 nnrp-07:8458 NO-IDENT pogner.demon.co.uk:62.49.19.209 X-Complaints-To: abuse@demon.net User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: archiver1.google.com comp.lang.ada:23533 Date: 2002-05-04T08:58:14+01:00 List-Id: Looking for an initial clue here .. a pointer to an existing site would be good! or a pointer to the place where this sort of discussion happens. I've downloaded the 3.1 branch (co -r gcc-3_1-branch gcc) and (I think I've) obeyed the instructions. I've configured with ADAC=gnatgcc ../gcc/configure \ --enable-languages=c,ada --prefix=/opt/gcc-3.1 make bootstrap and get make[3]: Entering directory `/home/simon/gcc-build/gcc/ada' gnatgcc -c -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -W -Wall -gnatpg -gnata -I- -I. -I../../../gcc/gcc/ada ../../../gcc/gcc/ada/ada.ads gnat1: Invalid option `-Wno-long-long' fatal error: system.ads is incorrectly formatted missing line for parameter: Backend_Divide_Checks fatal error: system.ads is incorrectly formatted missing line for parameter: Backend_Overflow_Checks fatal error: system.ads is incorrectly formatted missing line for parameter: Fractional_Fixed_Ops compilation abandoned (the compiler is 3.14p, similar with 3.15a). I guess what's happened is that the new system.ads needs (temporarily) to have these settings in so the existing GNAT can work?