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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!news.astraweb.com!border5.newsrouter.astraweb.com!not-for-mail Date: Wed, 05 Nov 2014 11:52:18 -0700 From: Jerry Petrey User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: GNAT ARM on Mac OS X? References: <1013422b-4823-4e5d-b8b6-46bf2d63a7fb@googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Message-ID: <545a71ed$0$56557$c3e8da3$38634283@news.astraweb.com> Organization: Unlimited download news at news.astraweb.com NNTP-Posting-Host: 02e4ddf7.news.astraweb.com X-Trace: DXC=l8_c0SOLDZYeIcSKiG^o_UL?0kYOcDh@ZQCkE[8Bc@6YKOjRP20TjKSUC2Bmn4SXhY^6Y1B1YmAbVWa7:0n:ecNQaem=M5b8UWTX?2;OBI4o4P Xref: news.eternal-september.org comp.lang.ada:23039 Date: 2014-11-05T11:52:18-07:00 List-Id: On 11/5/2014 6:57 AM, Simon Wright wrote: > Maciej Sobczak writes: > >> I have just checked the libre.adacore.com site and noticed that there >> is no GNAT package for the ARM targets, hosted on Mac OS X. Only >> Windows and Linux hosts are supported. >> >> Do you have any information on the possible plans for such a package? > > It looks as though it might be an interesting project. > > The GNAT GPL 2014 package (I looked at the Linux version) is configured > for arm-eabi and has zfp (zero footprint) and Ravenscar RTS's. > > I see that Farnell have the STM32F4DISCOVERY for £11.71 + p&p, looks > like an inexpensive way to start. > It is a very interesting project. I have Ada running on about a dozen different ARM M4/M3 boards now and it is very nice. You can see my article in Electronic Design magazine (http://electronicdesign.com/dev-tools/armed-and-ready) for some help in getting things set up. Unfortunately it is only available for Windows and Linux - I have only used the Windows version. The STMF429DISCOVERY board is an exceptional deal and has a graphics LCD. I recently completed a basic driver in Ada for the LCD display which makes this a very useful platform for development as I can catch and display exceptions on the display. Jerry