From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30600 invoked by alias); 30 Jan 2003 18:58:40 -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 30589 invoked from network); 30 Jan 2003 18:58:40 -0000 Received: from unknown (HELO roura.ac.upc.es) (147.83.33.10) by 172.16.49.205 with SMTP; 30 Jan 2003 18:58:40 -0000 Received: from ac.upc.es (mora.ac.upc.es [147.83.33.67]) by roura.ac.upc.es (8.12.5/8.12.5) with ESMTP id h0UIwbvm027491 for ; Thu, 30 Jan 2003 19:58:37 +0100 (MET) Message-ID: <3E3975DD.403168C1@ac.upc.es> Date: Thu, 30 Jan 2003 18:58:00 -0000 From: Mauricio Alvarez Mesa Organization: UPC-AC X-Accept-Language: en MIME-Version: 1.0 To: gcc help Subject: problems compiling gcc 3.2.1 with gnat for VHDL Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00302.txt.bz2 Best regards I am trying to compile gcc 3.2.1 on a workstation with Red Hat Linux 7.3 and Pentium Xeon Processors. I added a fron end for VHDL from Tristan Gingold (http://ghdl.free.fr/) that is written in Ada. For that I installed the gnat gnat-3.15p ADa compiler binary version for Linux. Next I configured my gcc installation: configure --prefix=/users/scratch/alvarez/gcc-3.2.1 --enable-languages=vhdl,c,c++,java It seems OK and I run make -j 4 bootstrap And then I have an error with gnatmake related with no-log-long option that is passed by the gcc install program: gnatmake -o ../ghdl1 -aI. ortho_gcc-main \ -cargs -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -Wall -gnata -largs agcc-bindings.o ../../gcc/toplev.o ../../gcc/c-convert.o ../../gcc/libbackend.a ../../libiberty/libiberty.a gcc -c -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -Wall -gnata ortho_gcc-main.adb gnat1: Invalid option `-Wno-long-long' gnatmake: "ortho_gcc-main.adb" compilation error make[3]: *** [../ghdl1] Error 4 make[3]: Leaving directory `/users/scratch/alvarez/gcc-3.2.1-src/gcc/vhdl' make[2]: *** [ghdl1] Error 2 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/users/scratch/alvarez/gcc-3.2.1-src/gcc' make[1]: *** [stage2_build] Error 2 make[1]: Leaving directory `/users/scratch/alvarez/gcc-3.2.1-src/gcc' make: *** [bootstrap] Error 2 I was revising the mailing list archive and found some mails related with long-long support that but I cant find how can I fix that error Is there a patch or a file list to modify? Thanks in advance mauricio alvarez