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,d672d2d8b4e233b2 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.76.8 with SMTP id g8mr1021606paw.23.1343520703519; Sat, 28 Jul 2012 17:11:43 -0700 (PDT) Path: c10ni45307pbw.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Patrick Newsgroups: comp.lang.ada Subject: Re: Compiling FSF GNAT standalone? Date: Sat, 28 Jul 2012 17:05:40 -0700 (PDT) Organization: http://groups.google.com Message-ID: <970bce81-a038-46d4-91f0-46a6c76986e9@googlegroups.com> References: <6f23953d-afc2-40d8-8155-da878cb876df@googlegroups.com> NNTP-Posting-Host: 70.53.16.194 Mime-Version: 1.0 X-Trace: posting.google.com 1343520703 19959 127.0.0.1 (29 Jul 2012 00:11:43 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 29 Jul 2012 00:11:43 +0000 (UTC) In-Reply-To: <6f23953d-afc2-40d8-8155-da878cb876df@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.53.16.194; posting-account=cUi90woAAADTaOISowbbHM8GUD0-opJO User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-07-28T17:05:40-07:00 List-Id: Sorry for answering my own post, as per usual, I can't form a short sensibl= e question :( So it's my understanding that CC, G++, GNAT etc cannot take source down to = an executable by themselves so they are not standalone compilers but fronte= nds to the GCC back end(depending on how you interpret the word compiler). An earlier thread had mentioned that gnatpp was not available in GCC, so I = thought I would compile GNAT on my own to see if there was a bug in it. If I call gnatmake, it will call GCC eventually, so I supposed the term fre= estanding GNAT is false. However if I call gnatpp then it is not going to c= all GCC and there is no way to call gnatpp from GCC so I guess GNAT is not = completely dependent on GCC. I would like to build GNAT from source to be a= ble to call gnatpp. I thought it would also be interesting to try to compil= e it with a cross compiler so that it could be used on other architectures.