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,b970f7a70bfb4c1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-27 07:16:34 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!128.39.3.168!uninett.no!news.net.uni-c.dk!not-for-mail From: Jacob Sparre Andersen Newsgroups: comp.lang.ada Subject: Re: Ada for PalmOS? Date: Sat, 27 Apr 2002 16:16:31 +0200 Organization: Centre for Chaos and Turbulence Studies, Niels Bohr Institute Message-ID: <3CCAB2BE.5598B53D@nbi.dk> References: NNTP-Posting-Host: alf.nbi.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.net.uni-c.dk 1019916993 18712 130.225.212.55 (27 Apr 2002 14:16:33 GMT) X-Complaints-To: usenet@news.net.uni-c.dk NNTP-Posting-Date: Sat, 27 Apr 2002 14:16:33 +0000 (UTC) X-Mailer: Mozilla 4.78 [en] (X11; U; OSF1 V4.0 alpha) X-Accept-Language: fo,da,no,sv,is,de,fr,en Xref: archiver1.google.com comp.lang.ada:23169 Date: 2002-04-27T16:16:31+02:00 List-Id: Brett Allen wrote: > I have a program written in Ada that I would like to port to palmOS. Are > there any compilers available for this? I don't think there are, so does > anyone have suggestions how I might get this into a compiler for C/C++? > I've never considered this kind of situation, so I'm not really sure where > to go with it. If anyone has suggestions, I would really appreciate it! GCC 3 can as far as I know be used as a cross-compiler targeting PalmOS, so it is "just" a matter of including the Ada front-end, when you compile GCC 3 in this configuration. I think you will have to manage without the GNAT run-time (no tasking) and use the PalmOS libraries for I/O. Jacob -- Warning: Dates in calendars are closer than they appear.