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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,cea79041351d4dd X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!l2g2000yqd.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Gnat and Maemo Date: Sun, 15 Nov 2009 14:56:47 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 94.108.169.116 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1258325807 7720 127.0.0.1 (15 Nov 2009 22:56:47 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 15 Nov 2009 22:56:47 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l2g2000yqd.googlegroups.com; posting-host=94.108.169.116; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.14) Gecko/2009091008 Iceweasel/3.0.14 (Debian-3.0.14-1),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8111 Date: 2009-11-15T14:56:47-08:00 List-Id: Michael Bode wrote: > How difficult would it be to start programming in Ada for the Maemo > platform? I understand one would need a cross compiler to the armel > target and the gnat runtime for armel and somehow include that in the > (Debian based) Maemo SDK. Is anyone working on this? Laurent Guerby and others are working on enhancing GNAT so that it supports arm and armel as a target. Unfortunately, only SJLJ exception handling works at the moment and SJLJ is both very slow and non-standard on that architecture; the EABI mandates ZCX. See the threads stating at: http://gcc.gnu.org/ml/gcc/2009-08/msg00192.html http://gcc.gnu.org/ml/gcc-patches/2009-09/msg00450.html It is not ready for use yet. I'm sure they'll welcome help. -- Ludovic Brenta.