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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,1ea992d578e9f621 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!t1g2000pra.googlegroups.com!not-for-mail From: Lucretia Newsgroups: comp.lang.ada Subject: Re: Restricted or no run time in Ada Date: Wed, 2 Jan 2008 15:06:35 -0800 (PST) Organization: http://groups.google.com Message-ID: <34698c96-9a0d-4b4c-97d5-427ca3063ac8@t1g2000pra.googlegroups.com> References: NNTP-Posting-Host: 90.194.162.37 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1199315195 17419 127.0.0.1 (2 Jan 2008 23:06:35 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 2 Jan 2008 23:06:35 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: t1g2000pra.googlegroups.com; posting-host=90.194.162.37; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.10) Gecko/20061201 Firefox/2.0.0.10 (Ubuntu-feisty),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:19160 Date: 2008-01-02T15:06:35-08:00 List-Id: On Jan 2, 10:23 pm, Simon Wright wrote: > a...@anon.org (anon) writes: > > 3. Generates a main program incorporating the given > > elaboration order. This program is a small Ada package > > (body and spec) that must be subsequently compiled > > using the GNAT compiler. > > 4. Determines the set of object files required by the > > given main program. > > Not necessarily a main program: seehttp://gcc.gnu.org/onlinedocs/gcc-4.1.0/gnat_ugn_unw/Binding-with-Non... Ah yeah, forgot about that, thanks. Thing is, it still requires the standard lib and the use of -nostdlib doesn't make any difference. $ i386-elf-gnatbind -n -nostdlib -nostdinc mb_start.ali i386-elf-gnatbind: Cannot find: s-stalib.ali So, I don't know where to go from here. Thanks, Luke.