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-Thread: 103376,fd2f984f8ef238d1 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g19g2000yqc.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Why so hard to come up with a simple embedded Ada system? Date: Wed, 14 Jul 2010 05:46:30 -0700 (PDT) Organization: http://groups.google.com Message-ID: <4beba4ec-2844-48b5-83ad-b4d517208f48@g19g2000yqc.googlegroups.com> References: <37da1783-b355-4d43-a9a8-7f0d4ba4da9c@t13g2000prf.googlegroups.com> NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1279111590 5933 127.0.0.1 (14 Jul 2010 12:46:30 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 14 Jul 2010 12:46:30 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g19g2000yqc.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.4) Gecko/20100611 Firefox/3.6.4,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12419 Date: 2010-07-14T05:46:30-07:00 List-Id: Maybe you could consider Debian GNU/Linux on arm[1] or mips[2]. [1] http://www.debian.org/ports/arm/ [2] http://www.debian.org/ports/mips/ Both include a native (not cross) Ada compiler. This is not exactly "embedded" in the strictest sense, as you are not cross-compiling or using a hard real-time kernel, but it's close and accessible to a hobbyist or student. The hardware itself is quite affordable. -- Ludovic Brenta.