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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,17cd69f035eb2374 X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: Ada on Windows CE? Date: 2000/04/10 Message-ID: #1/1 X-Deja-AN: 608953988 References: <8cr2uv$7dj$1@nnrp1.deja.com> X-Complaints-To: abuse@pacbell.net X-Trace: news.pacbell.net 955339571 206.170.2.53 (Sun, 09 Apr 2000 21:06:11 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Sun, 09 Apr 2000 21:06:11 PDT Newsgroups: comp.lang.ada Date: 2000-04-10T00:00:00+00:00 List-Id: >Can I run Ada programs on Windows CE? GNAT >compiler seems to only support Windows NT, Since Are you looking for a compiler targetting the Hitachi chip? Some other chip? Intel Pentium? In the latter case, what's wrong with using Gnat or any other Pentium-targetted compiler? Windows CE is supposed to be at least somewhat compatible with NT, 9X, etc, so are you trying to write a new Ada program for CE or are you porting one written for NT, 9?, 2000, or Win32s? If CE is too different to run even the simplest NT targetted program, try an embedded no-runtime compiler and build what you need for a runtime system. If you want a compiler targetting a chip that currently is not targetted by any Ada compiler, but is targetted by a C compiler, you might try Intermetrics (old name, sorry) Ada compiler that generates C as intermediate code.