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.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,dd0bac1f22407b64,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-01-30 11:36:39 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!HSNX.atgi.net!cyclone-sf.pbi.net!151.164.30.35!cyclone.swbell.net!bos-service1.ext.raytheon.com!dfw-service2.ext.raytheon.com.POSTED!not-for-mail From: Wes Groleau Reply-To: wesgroleau@despammed.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en,es-MX,es,pt,fr-CA,fr MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: error building gcc 3.2.1 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Thu, 30 Jan 2003 14:09:58 -0500 NNTP-Posting-Host: 151.168.133.155 X-Complaints-To: news@ext.ray.com X-Trace: dfw-service2.ext.raytheon.com 1043953798 151.168.133.155 (Thu, 30 Jan 2003 13:09:58 CST) NNTP-Posting-Date: Thu, 30 Jan 2003 13:09:58 CST Organization: Raytheon Company Xref: archiver1.google.com comp.lang.ada:33613 Date: 2003-01-30T14:09:58-05:00 List-Id: Solaris 2.8 (SPARC) following the instructions packed inside the GCC 3.2.1 distribution, "make bootstrap" did this at the very end: make[3]: Entering directory `/tmp/gcc-3.2.1/gcc/ada' gcc -c -g -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -W -Wall -gnatpg -gnata -I- -I. -I. ada.ads 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 make[3]: *** [ada.o] Error 1 make[3]: Leaving directory `/tmp/gcc-3.2.1/gcc/ada' make[2]: *** [gnat1] Error 2 make[2]: Leaving directory `/tmp/gcc-3.2.1/gcc' make[1]: *** [stage1_build] Error 2 make[1]: Leaving directory `/tmp/gcc-3.2.1/gcc' make: *** [bootstrap] Error 2 GNAT 3.15 was installed without error before starting the above. And tested by writing a hello world demo, running "gnatmake demo" and verifying the demo would run. On the chance that the next step "make gnatlib_and_tools" would fix it, I tried that, but it got similar messages. Any advice?