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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,df13246281f49b3e,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-09 08:23:51 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!postnews1.google.com!not-for-mail From: wojtek@power.com.pl (Wojtek Narczynski) Newsgroups: comp.lang.ada Subject: Ada on PDA - success! Date: 9 Jun 2003 08:23:50 -0700 Organization: http://groups.google.com/ Message-ID: <5ad0dd8a.0306090723.4c6b7a9a@posting.google.com> NNTP-Posting-Host: 62.111.211.178 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1055172231 15276 127.0.0.1 (9 Jun 2003 15:23:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 9 Jun 2003 15:23:51 GMT Xref: archiver1.google.com comp.lang.ada:38860 Date: 2003-06-09T15:23:51+00:00 List-Id: Hello, I managed to build GNAT cross compiler for Sharp Zaurus PDA - http://www.zaurus.com. It was relatively easy, as Zaurus runs Linux. GCC 3.3 did not work for arm, because there is something undefined for arm architecture regarding exceptions and libgnat did'n want to link. The GNAT version from libre.act-europe.fr worked. I had to fix a few glibc header parameter names, but it was pretty easy. For complete happiness I'd need to interface GNAT5/GCC 3.2.3 code to C++ compiled with 2.95.x (Qtopia on Zaurus is compiled with it). Does anybody know wether it's possible, and how to do this? Regards, Wojtek Narczynski P.S. Here is a'screenshot', it's not a fake :-) # uname -mr 2.4.18-rmk7-pxa3-embedix armv5l # ./hello Hello cruel world.