From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10683 invoked by alias); 27 Oct 2005 14:52:50 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 10650 invoked by uid 22791); 27 Oct 2005 14:52:41 -0000 Received: from mail.rsise.anu.edu.au (HELO mail.rsise.anu.edu.au) (150.203.208.4) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Thu, 27 Oct 2005 14:52:41 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.rsise.anu.edu.au (Postfix) with ESMTP id 685B873A69 for ; Fri, 28 Oct 2005 00:52:36 +1000 (EST) Received: from mail.rsise.anu.edu.au ([150.203.208.4]) by localhost (mail [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11701-08 for ; Fri, 28 Oct 2005 00:52:36 +1000 (EST) Received: from [150.203.215.247] (dhcp-215-247.rsise.anu.edu.au [150.203.215.247]) by mail.rsise.anu.edu.au (Postfix) with ESMTP id 5724173A68 for ; Fri, 28 Oct 2005 00:52:35 +1000 (EST) Message-ID: <4360E9DF.6050905@rsise.anu.edu.au> Date: Thu, 27 Oct 2005 14:52:00 -0000 From: Andreas Pfeil User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051015) MIME-Version: 1.0 To: gcc-help@gcc.gnu.org Subject: compiling ada cross-compiler Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-10/txt/msg00193.txt.bz2 Hi everybody, I'm trying to compile an Ada cross-compiler for a powerpc-target (using a native compiler created from the latest CVS sources, trying to compile the latest CVS sources). Has anybody seen this problem, too? Cheers, Andreas ../../gcc-cvs/gcc/configure --target=powerpc-rtems -prefix=/home/ap/crossGNAT/gcc410 --with-newlib --with-gnu-as -with-gnu-ld --enable-languages=c,ada when running make, the process stops with the following error: make[4]: Entering directory `/home/ap/crossGNAT/b-gcc410/gcc/ada/rts' ../../xgcc -B../../ -c -g -O2 -W -Wall -gnatpg a-caldel.adb -o a-caldel.o ../../xgcc -B../../ -c -g -O2 -W -Wall -gnatpg a-calend.adb -o a-calend.o raised STORAGE_ERROR : stack overflow (or erroneous memory access) make[4]: *** [a-calend.o] Error 1 make[4]: Leaving directory `/home/ap/crossGNAT/b-gcc410/gcc/ada/rts' make[3]: *** [gnatlib] Error 2 make[3]: Leaving directory `/home/ap/crossGNAT/b-gcc410/gcc/ada' make[2]: *** [gnatlib-plain] Error 2 make[2]: Leaving directory `/home/ap/crossGNAT/b-gcc410/powerpc-rtems/libada' make[1]: *** [all-target-libada] Error 2 make[1]: Leaving directory `/home/ap/crossGNAT/b-gcc410' make: *** [all] Error 2 my gcc version is: ap@columbia ~/crossGNAT/b-gcc410 $ gcc -v Using built-in specs. Target: i686-pc-linux-gnu Configured with: /home/ap/gcc-cvs/gcc/configure --prefix=/home/ap/crossGNAT/nativegcc410/ --enable-languages=c,ada Thread model: posix gcc version 4.1.0 20051026 (experimental)