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,b0b5c110fba2f8af X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-11 14:58:06 PST Path: supernews.google.com!sn-xit-03!supernews.com!cyclone-sf.pbi.net!63.208.208.143!feed2.onemain.com!feed1.onemain.com!uunet!dca.uu.net!news5-gui.server.ntli.net!ntli.net!news2-win.server.ntlworld.com.POSTED!not-for-mail From: "chris.danx" Newsgroups: comp.lang.ada References: <9b06pn$a2g1@news.cis.okstate.edu> Subject: Re: GNAT output file format X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: <0m4B6.4764$Ow3.1023327@news2-win.server.ntlworld.com> Date: Wed, 11 Apr 2001 22:52:21 +0100 NNTP-Posting-Host: 213.104.125.162 X-Complaints-To: abuse@ntlworld.com X-Trace: news2-win.server.ntlworld.com 987025916 213.104.125.162 (Wed, 11 Apr 2001 22:51:56 BST) NNTP-Posting-Date: Wed, 11 Apr 2001 22:51:56 BST Organization: ntlworld News Service Xref: supernews.google.com comp.lang.ada:6790 Date: 2001-04-11T22:52:21+01:00 List-Id: > > What is the GNAT binary output format? > > > > I looked in the manuals but there's not much info. I'm trying to get a > > program to load it up and execute it on bare hardware (or rather i will) for > > OS development. Does GNAT use GCC output formats? > > Yes, GNAT uses GCC output formats - i.e. ELF, a.out, etc. That mean i can change the output format via switches? I'm using GNAT on Windows 9X. Chris