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-Thread: 103376,70cc1410ff93d38b,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nx01.iad01.newshosting.com!newshosting.com!69.16.185.51.MISMATCH!isp-post01.iad!not-for-mail Date: Sat, 11 Sep 2010 18:00:31 -0400 From: mark User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100720 Fedora/3.0.6-1.fc12 Thunderbird/3.0.6 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: gcc - ada cross compiler question Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <4c8bfc49$0$4834$9a6e19ea@unlimited.newshosting.com> Organization: Newshosting.com - Highest quality at a great price! www.newshosting.com NNTP-Posting-Host: 67.8.81.7 X-Complaints-To: abuse@newshosting.com Xref: g2news1.google.com comp.lang.ada:14017 Date: 2010-09-11T18:00:31-04:00 List-Id: Hi: I've built a couple gcc/ada cross compilers in the past but I'm really having trouble with this one. I have to build a gcc 4.1.2 based Ada cross compiler. The host is Linux. The target is a powerpc-mpc8248-linux-uclibc (PowerPC 603, Linux 2.6.20, uClibc-0.9.29). When building the compiler, I get a message cp -p ../../gcc/ada/sinfo.ads ../../gcc/ada/nmake.adt ../../gcc/ada/xnmake.adb ada/bldtools/nmake_b (cd ada/bldtools/nmake_b; gnatmake -q xnmake ; ./xnmake -b ../../nmake.adb ) gnatbind: Cannot find: s-stalib.ali gnatmake: *** bind failed. Would anyone know why the error occurs? Its confusing why s-stalib is not being compiled. I am using gcc 4.4.4 as the host compiler. Thanks Mark