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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,24fdaec281bf690a X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!x41g2000hsb.googlegroups.com!not-for-mail From: Philippe Bertin Newsgroups: comp.lang.ada Subject: Re: Ada / MS WinCE Date: Fri, 2 May 2008 03:03:13 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5124cdcd-9f6e-452b-ae7f-725edca78648@x41g2000hsb.googlegroups.com> References: <1f86ace2-a74b-4394-abec-f90bf57fa9d0@m73g2000hsh.googlegroups.com> <08cac1d1-a3f0-47f3-8ffe-9142b36c433d@a23g2000hsc.googlegroups.com> NNTP-Posting-Host: 213.118.82.243 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1209722594 12108 127.0.0.1 (2 May 2008 10:03:14 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 2 May 2008 10:03:14 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x41g2000hsb.googlegroups.com; posting-host=213.118.82.243; posting-account=A8FJTwoAAAA2tPCNtHyHLyy2nshMvLkC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050715 Firefox/1.0.6 SUSE/1.0.6-16,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:21172 Date: 2008-05-02T03:03:13-07:00 List-Id: > On my hardware there is an ARM CPU and I have a C/C++ Toolchain > working together with a Linux BSP. > What would be the steps to compile the Ada runtime and tailor the > toolchain so it compiles Ada applications ? Stephane, In WinCE there's always a platform builder involved. Depending on your target platform, the separate (C/C++) header files may or may not be available. This depends on how the target platform was built. This "target platform build" step will most probably be done by some senior programmer or some software project responsible, who knows which libraries/drivers are available and which ones aren't on the target platform. Now C/C++ header file availability isn't of that much interest to an Ada programmer. But with the above in mind, I doubt if there can be any "globally usable" WinCE port available for Ada, as every single port should be able to provide you the platform library (sub)set which is appropriate for the specific target platform... Kind regards, PhB