From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19232 invoked by alias); 23 Feb 2007 14:09:37 -0000 Received: (qmail 19223 invoked by uid 22791); 23 Feb 2007 14:09:36 -0000 X-Spam-Check-By: sourceware.org Received: from an-out-0708.google.com (HELO an-out-0708.google.com) (209.85.132.250) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 23 Feb 2007 14:09:24 +0000 Received: by an-out-0708.google.com with SMTP id c10so363800ana for ; Fri, 23 Feb 2007 06:09:23 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=f+MyXUIuzDIxC5r7Z4rmXy4kYj6CTUjsW0FNqIMn/p2So8SXSdxDx84UmxVaonj83V9kydfk/WaO7vDqgvn0zSBUegJYJvT6Mvfulf9IxBDujw8mqwZ0O8l/krV0cKi39PQ83Px95aL2rfnFRRMnSsPT5GHC2XmhWTwaduQBcHQ= Received: by 10.114.60.19 with SMTP id i19mr861193waa.1172239762486; Fri, 23 Feb 2007 06:09:22 -0800 (PST) Received: by 10.115.55.14 with HTTP; Fri, 23 Feb 2007 06:09:22 -0800 (PST) Message-ID: <1c1f08070702230609u2fd473cq370a2528f7e580dd@mail.gmail.com> Date: Fri, 23 Feb 2007 14:09:00 -0000 From: "sameer sinha" To: gcc@gcc.gnu.org Subject: build Error MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2007-02/txt/msg00546.txt.bz2 i am trying to build gcc-3.4.6 for that i untar gcc-ada-3.4.6 and gcc-core-3.4.6 in directory "/source" and my build directory is not subdirectory of source directory i got error like this:- gcc -c -g -O2 -gnatpg -gnata -I- -I. -Iada -I../../source/gcc-3.4.6/gcc/ada ../../source/gcc-3.4.6/gcc/ada/ali.adb -o ada/ali.o fatal error: system.ads is incorrectly formatted missing line for parameter: Preallocated_Stacks compilation abandoned make[1]: *** [ada/ali.o] Error 1 make[1]: Leaving directory `/home/sameer/GCC_SOURCE_CODE/GCC-ADA/GCC-3.4.6/build/gcc' make: *** [all-gcc] Error 2