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,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!c10g2000yqi.googlegroups.com!not-for-mail From: MRE Newsgroups: comp.lang.ada Subject: Re: Why so hard to come up with a simple embedded Ada system? Date: Sat, 17 Jul 2010 01:45:24 -0700 (PDT) Organization: http://groups.google.com Message-ID: <3fb3f705-d0f2-4323-8215-19ed91adbe24@c10g2000yqi.googlegroups.com> References: <37da1783-b355-4d43-a9a8-7f0d4ba4da9c@t13g2000prf.googlegroups.com> <6z43tsypm0g7$.1n3qizisulnrs$.dlg@40tude.net> NNTP-Posting-Host: 84.182.172.233 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1279356325 9174 127.0.0.1 (17 Jul 2010 08:45:25 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 17 Jul 2010 08:45:25 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c10g2000yqi.googlegroups.com; posting-host=84.182.172.233; posting-account=9oKlagoAAAArpDKc-z70x-nwdNs7Rw_P User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; de; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:12451 Date: 2010-07-17T01:45:24-07:00 List-Id: On 14 Jul., 09:23, "Dmitry A. Kazakov" wrote: > On Tue, 13 Jul 2010 21:55:45 -0700 (PDT), use...@scriptoriumdesigns.com > wrote: > The bottom line, if students want to use modern software developing > techniques (read Ada), they have to press on lazy ignorant profs. Board > package in Ada is a perfect project for a university SW engineering > department. > Being one of the afore-mentioned lazy ignorant profs, I can assure you, that most CS departments are for -in many cases even sound- reasons not interested in developing BSPs or adapting cross-compilers to a given hardware architecture. Embedded Systems is just not sexy enough for them. The guys who like to see Ada cross-compilers are those in the EE departments, who need to write software for embedded systems and are appalled by what rubbish you can write in C and still come away with it. Personally I have a project up and running where three of my students write code in Ada for AVR (8-Bit and 32-Bit). You can find decent Ada cross-compilers for both and that's what I use. If you ask me however to do a similar thing for say MSP430, sorry I can't. I don't have a clue how to generate the cross-compiler for Ada and I don't know how to write / adapt the Ravenscar-Runtime. Furthermore I just don't have the time to lern it and I lack the ressources to have my students do it. The situation might be easier, if there was a decent description available, that "the average guy" like me, without a CS degree and thousands of hours of work-time to spare, can understand. Best regards, Marc