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.157.56.142 with SMTP id p14mr1079837otc.4.1473244116728; Wed, 07 Sep 2016 03:28:36 -0700 (PDT) X-Received: by 10.157.8.164 with SMTP id 33mr848627otf.2.1473244116698; Wed, 07 Sep 2016 03:28:36 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!i184no1570886itf.0!news-out.google.com!w143ni5694itb.0!nntp.google.com!i184no1570875itf.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 7 Sep 2016 03:28:35 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=160.46.252.15; posting-account=mOyWBQoAAAD7S-NBmMUOr9hRClcL0vqR NNTP-Posting-Host: 160.46.252.15 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GNAT GPL Edition for 8Bit AVR microcontrollers From: rrr.eee.27@gmail.com Injection-Date: Wed, 07 Sep 2016 10:28:36 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:31720 Date: 2016-09-07T03:28:35-07:00 List-Id: On Tuesday, September 6, 2016 at 11:30:50 PM UTC+2, jordanl...@gmail.com wr= ote: > Hi All, >=20 > I am currently working on a Project that involves programming a device (u= sing ATmega328P) using the Ada programming language as well as SPARK Tools = or Ravenscar profiles if possible to verify and validate the software. >=20 > Here is my question: >=20 > What version of GNAT must be used for full compatibility of AVR, what oth= er tools are required for a smooth Achievement? >=20 > Thanks The last published version of AVR-Ada was for gcc-4.7. I updated the GIT re= pository for gcc-4.9 and I have a half baked version for gcc-5.3 on my comp= uter. I am not sure if I find the energy to update AVR-Ada for gcc-6, there= must be some demand and it could be yours. Already gcc-4.7 had some Ada2012 feature. If you stick to Ada2005 that vers= ion is fully Ada compatibel and works reasonably well. The Atmega328 is use= d on the Arduinos, that means it is probably the most tested MCU among the = AVR chips. Please send me or (preferred) the avr-ada-devel mailing list direct message= s if you need assistance in building the toolchain. best regards RE