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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,63ac7dccda611bc3,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!postnews.google.com!y17g2000yqd.googlegroups.com!not-for-mail From: brian Newsgroups: comp.lang.ada Subject: Build raw binary on Windows Date: Sun, 4 Apr 2010 05:44:36 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 122.0.18.50 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1270385077 29088 127.0.0.1 (4 Apr 2010 12:44:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 4 Apr 2010 12:44:37 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: y17g2000yqd.googlegroups.com; posting-host=122.0.18.50; posting-account=gMAXfwoAAAA68ecE_HyeMd1oSNR8MnSb User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/4.0; GTB0.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; Zune 3.0; InfoPath.3; MS-RTC LM 8),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:9860 Date: 2010-04-04T05:44:36-07:00 List-Id: I've been poring over megabytes of documentation until my eyes started bleeding, but I just cannot figure out how to tell GNAT to create a raw binary (no header) executable using GNAT hosted on Windows. I need to write code that runs on x86/x64 bare metal (no operating system). Any pointers would be greatly appreciated! -Brian