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,2ad2aa4030376bc1,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-28 10:32:53 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: fjloma@andaluciajunta.es (Francisco Javier Loma Daza) Newsgroups: comp.lang.ada Subject: porting/recompiling GNAT run time library Date: 28 Aug 2003 10:32:52 -0700 Organization: http://groups.google.com/ Message-ID: <404ee0af.0308280932.3720d1dc@posting.google.com> NNTP-Posting-Host: 62.37.139.86 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1062091973 27442 127.0.0.1 (28 Aug 2003 17:32:53 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 28 Aug 2003 17:32:53 GMT Xref: archiver1.google.com comp.lang.ada:41922 Date: 2003-08-28T17:32:53+00:00 List-Id: I plan to make a gnat cross compiler to amateur os. I am using gnat3.14p, and I have tried to use the No_Run_Time pragma, -nostdinc and -nostdlib, but my simple program (null body) seems to need some gnat files, as ada.ads and gnat.ads system.ads, and so on .... one file that hurts is system.stack_checking because it needs to do a getenv .... Have someone make a minimal custom run time library for use with gnat No_Run_Time pragma? Thanks.