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: 103376,39604a941a38997e X-Google-Thread: f849b,39604a941a38997e X-Google-Attributes: gid103376,gidf849b,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!c1g2000yqg.googlegroups.com!not-for-mail From: "RasikaSrinivasan@gmail.com" Newsgroups: comp.lang.ada,comp.arch.embedded Subject: Re: AVR-Ada V1.0 released Date: Mon, 8 Dec 2008 19:29:36 -0800 (PST) Organization: http://groups.google.com Message-ID: <557065ac-9000-4302-8684-7d5133a58f7c@c1g2000yqg.googlegroups.com> References: <06041bec-47bf-4099-941d-7cae99a94bdb@n10g2000yqm.googlegroups.com> NNTP-Posting-Host: 98.216.109.119 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1228793376 21018 127.0.0.1 (9 Dec 2008 03:29:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 9 Dec 2008 03:29:36 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c1g2000yqg.googlegroups.com; posting-host=98.216.109.119; posting-account=mZyFSQoAAABfOmklsh1d8TPbS2LncUKl User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:2939 comp.arch.embedded:8645 Date: 2008-12-08T19:29:36-08:00 List-Id: On Dec 7, 3:21=A0am, Rolf wrote: > We are proud to announce a new release of AVR-Ada, one of the first > GCC > based Ada compilers targeting 8-bit microcontrolers. > > The project description consists of some wiki pages at > > =A0 =A0 =A0http://avr-ada.sourceforge.net/ > > This is a source only release, i.e. you get patches and instructions > for > building your own cross compiler, the run time system, and the > support > packages. There are no pre-built binaries yet. > > The download is available at the green button on page > > =A0 =A0 =A0http://sourceforge.net/projects/avr-ada > > If you have difficulties in building or using the compiler or you > want > to chat aabout a project, please join and use the mailing list at > > =A0 =A0 =A0http://lists.sourceforge.net/mailman/listinfo/avr-ada-devel. > > Status > =3D=3D=3D=3D=3D=3D > > The goal of the AVR-Ada project is to make the gcc based Ada compiler > GNAT available for the AVR microcontrollers. > > More specifically the project provides > > =A0- =A0a GNAT compiler based on the existing AVR and Ada support in gcc > =A0- =A0a minimalistic Ada runtime system > =A0- =A0a useful AVR specific support library > =A0- =A0support packages for accessing LCDs and for Dallas' 1-wire sensor= s > > The current distribution of AVR-Ada is V1.0. It is based on gcc-4.3.3. > > The Ada run time system (RTS) on the other hand is still not even a > *run* time system. =A0It is more a compile time system :-). Mostfiles in > the RTS are only needed at compile time. =A0As a consequence we don't > have support for exceptions nor for tasking (multithreading). > > There is a bit of AVR specific support. =A0Some type and interface > definitions, timing routines, eeprom access, UART, and most > importantly the necessary definitions for most AVR parts. > The syntax for accessing ports and specific bits changed radically > (compared to previous releases) thanks to a patch provided by Adacore. > You can now read and write every predefined port either as an > Unsigned_8 or as an array (0..7) of Boolean. > > Some sample programs in the apps/ directory show how to use the > compiler > and the library. =A0This includes some of Peter Fleury's example > programs > (http://homepage.sunrise.ch/mysunrise/peterfleury/avr-software.html) > translated to Ada. the documentation "building AVR gnat for windows" on sourceforge appears truncated. Is it possible to provide the complete doc? Or am I doing something worng? please help. regards, srini