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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.98.133 with SMTP id ei5mr12367809obb.0.1424159795952; Mon, 16 Feb 2015 23:56:35 -0800 (PST) X-Received: by 10.140.42.104 with SMTP id b95mr53545qga.23.1424159795811; Mon, 16 Feb 2015 23:56:35 -0800 (PST) Path: border1.nntp.dca1.giganews.com!nntp.giganews.com!hl2no12070613igb.0!news-out.google.com!n6ni8qar.0!nntp.google.com!j7no1054693qaq.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 16 Feb 2015 23:56:35 -0800 (PST) In-Reply-To: <1743421605445817834.832937laguest-archeia.com@nntp.aioe.org> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=89.255.88.233; posting-account=0EXciQoAAABnszktho592qzTsx_OoajA NNTP-Posting-Host: 89.255.88.233 References: <638970c3-df56-4ab0-a5ff-19277814d435@googlegroups.com> <1743421605445817834.832937laguest-archeia.com@nntp.aioe.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada for the next bare metal project? From: droiddermo@gmail.com Injection-Date: Tue, 17 Feb 2015 07:56:35 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:192281 Date: 2015-02-16T23:56:35-08:00 List-Id: > I have a tool chain built, apart from x86_64-elf-gdb as apparently this has > never been supported. So I'll be using the system one. I can provide you > with it and the basics for a zero footprint runtime. As for toolchain, I think I'll just go with mingw-w64 build (builds both x86 and x64 code), put all code in one section and cut it out with objdump. But I'd like to take a look at your zero footprint profile. What language features are missing, if I use zero footprint profile?