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,3025dd6d917b499c X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.184.11 with SMTP id ci11mr8350672qab.1.1355767051908; Mon, 17 Dec 2012 09:57:31 -0800 (PST) Received: by 10.49.84.167 with SMTP id a7mr2513846qez.11.1355767051885; Mon, 17 Dec 2012 09:57:31 -0800 (PST) Path: k2ni865qap.0!nntp.google.com!ee4no186093qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 17 Dec 2012 09:57:31 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.153.58.182; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 69.153.58.182 References: <38af7fb8-b0a4-4a31-87aa-b7b698cc89c3@googlegroups.com> <3ca0ffd0-1764-484b-8fab-17c0d2dd9463@googlegroups.com> <1f645050-cf4c-40bf-a797-9687b69e4a54@googlegroups.com> <18ats2960nsvm$.kfufsnul13aq$.dlg@40tude.net> <5072c9ae$0$6562$9b4e6d93@newsspool4.arcor-online.net> <4keoa6epdxt7.1nnwxy7v7ar90.dlg@40tude.net> <5072dc68$0$6554$9b4e6d93@newsspool4.arcor-online.net> <1f7cmfp1l65w1.1deog8cfxbs0u$.dlg@40tude.net> <5072e37a$0$6556$9b4e6d93@newsspool4.arcor-online.net> <877gr0hcvz.fsf@ludovic-brenta.org> <87sj8kzbac.fsf@adaheads.sparre-andersen.dk> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9ee27f01-9fc9-45e1-a5fa-817a7211a9f6@googlegroups.com> Subject: Re: Ada, the best language with the not-so-best tool chain From: Shark8 Injection-Date: Mon, 17 Dec 2012 17:57:31 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-12-17T09:57:31-08:00 List-Id: On Monday, December 17, 2012 10:33:47 AM UTC-6, Brian Drummond wrote: > On Thu, 08 Nov 2012 13:36:27 +0400, Jacob Sparre Andersen wrote: > > > > > Brian Drummond wrote: > > > > > >> Yes. Bare metal programming on a Z80 is easy. Ditto PIC, AVR, etc etc, > > >> and of these only the AVR has an Ada toolchain. It may not be mature > > >> but it is very usable. > > > > > I hope you'll get a good offer soon. (Even if more Ada compiler targets > > > is a good thing.) > > > > Been playing... It turns out that msp-gcc builds remarkably easy with Ada > > enabled, it only needed one additional patch to build gnattools without > > building libada... > > > > Next I stole the AVR-Ada RTS and tried building it with minimal changes > > for just one family of MSP430 processor. > > > > Now I *really* don't know what I am doing with setting up project files, > > so there is a horrid sequence of commands to build an executable with > > these tools... > > > > but I have a "port" of the AVR "blinky" example running away on an MSP430! > > > > It actually tried to work first time, except that I didn't know that the > > watchdog timer is enabled by default on an MSP... > > > > I have a feeling that the difficult part will be packaging all the > > peripherals for 450 different processor models... > > > > Don't know if there will be any interest in Ada on the MSP430? > > > > - Brian Nicely done!