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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.68.201.134 with SMTP id ka6mr18931438pbc.4.1395370326750; Thu, 20 Mar 2014 19:52:06 -0700 (PDT) X-Received: by 10.140.51.40 with SMTP id t37mr918qga.36.1395370326686; Thu, 20 Mar 2014 19:52:06 -0700 (PDT) Path: border1.nntp.dca.giganews.com!nntp.giganews.com!ur14no11003269igb.0!news-out.google.com!du2ni10182qab.0!nntp.google.com!w5no6817837qac.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 20 Mar 2014 19:52:06 -0700 (PDT) In-Reply-To: <20140318150854.7509ea92@PC-8N-L> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=187.34.117.167; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu NNTP-Posting-Host: 187.34.117.167 References: <2528b8c4-93a8-4fb8-a6a5-192493d5d616@googlegroups.com> <01818147-3406-414e-8481-7dc875ef213c@googlegroups.com> <6fc641d2-54d6-4205-bd33-b0b802bd9271@googlegroups.com> <20140318150854.7509ea92@PC-8N-L> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Interrupt-driven Usart not working in Ada, but in C working, why? From: "Rego, P." Injection-Date: Fri, 21 Mar 2014 02:52:06 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:185256 Date: 2014-03-20T19:52:06-07:00 List-Id: On Tuesday, March 18, 2014 11:08:54 AM UTC-3, Oliver Kleinke wrote: > Here's a script/instructions to build a cross-compiler: > http://arduino.ada-language.com/automating-avr-gnat-and-avr-ada-installation.html Thanks! I started to build gcc on a virtual machine running Windows XP with cygwin. But at some point of the gcc build I got several messages like ada/a-except.o: In function `ada__exceptions__exception_message': /cygdrive/f/Cross/gcc-obj-4.7.2/gcc/../../gcc-4.7.2/gcc/ada/a-except.adb:609: undefined reference to `__gnat_rcheck_CE_Explicit_Raise' followed by collect2: error: ld returned 1 exit status ../../gcc-4.7.2/gcc/ada/gcc-interface/Make-lang.in:553: recipe for target 'gnat1.exe' failed make[3]: *** [gnat1.exe] Error 1 make[3]: Leaving directory '/cygdrive/f/Cross/gcc-obj-4.7.2/gcc' Makefile:4101: recipe for target 'all-stage1-gcc' failed make[2]: *** [all-stage1-gcc] Error 2 make[2]: Leaving directory '/cygdrive/f/Cross/gcc-obj-4.7.2' Makefile:16443: recipe for target 'stage1-bubble' failed make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory '/cygdrive/f/Cross/gcc-obj-4.7.2' Makefile:16747: recipe for target 'bootstrap' failed make: *** [bootstrap] Error 2 ERROR: gcc: make bootstrap Would you know what could fix it? Regards.