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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2cb54c327a92d5fd,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-26 10:34:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!proxad.net!wanadoo.fr!not-for-mail From: Bernard WEISSER Newsgroups: comp.lang.ada Subject: Which GCC compiler for Linux-GNAT Date: Sat, 26 Apr 2003 19:34:48 +0200 Organization: Wanadoo, l'internet avec France Telecom Message-ID: <3EAAC338.1030109@wanadoo.fr> NNTP-Posting-Host: mix-st-germain-102-1-13.abo.wanadoo.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news-reader11.wanadoo.fr 1051378441 12629 193.249.71.13 (26 Apr 2003 17:34:01 GMT) X-Complaints-To: abuse@wanadoo.fr NNTP-Posting-Date: 26 Apr 2003 17:34:01 GMT User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 X-Accept-Language: en-us Xref: archiver1.google.com comp.lang.ada:36613 Date: 2003-04-26T17:34:01+00:00 List-Id: Hello everybody, Until now, I used GNAT 3.15 compiler built on top of a GCC 2.8.1 compiler and all was perfect for me, except that I has to use this GCC 2.8.1 compiler for all my regular C sources (in fact not a really a problem). I got that GNAT distribution from the FTP 'cs.nyu.edu' server. With the arrival of the new LINUX Slackware 9.0 release, it appeared to me that now a full bunch of compilers is provided (and ready to use), namely : C, C++, F77 and GNAT 3.15. All these front-ends are based on the unique GCC 3.2.2 compiler version. Using this new GNAT version, I succeded to compile a rather complex Ada application, but it turned out that the binary run quickly ended with a CONSTRAINT_ERROR. Does anybody know which GCC compiler is the "official one" required to build the GNAT 3.15 compiler ? Are there 2 different teams working on the GNAT development and using 2 different GCC compiler ? Thank you to everybody able to explain that to me.