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,3a4656a5edc0dab4 X-Google-Attributes: gid103376,public Path: controlnews3.google.com!news1.google.com!news.glorb.com!newsrout1.ntli.net!news-in.ntli.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ada used in General Aviation (GA) applications? Date: 21 May 2004 06:44:06 +0100 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: <409F69CB.8020604@noplace.com> <40A218DD.9090903@noplace.com> <40A36368.7050104@noplace.com> <40A8AF7C.5000608@noplace.com> <40A9FBD4.40707@noplace.com> <40AC983B.10208@noplace.com> NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1085118521 16557 62.49.19.209 (21 May 2004 05:48:41 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Fri, 21 May 2004 05:48:41 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: controlnews3.google.com comp.lang.ada:731 Date: 2004-05-21T06:44:06+01:00 List-Id: Marin David Condic writes: > Actually, I'm looking at a new control project that would use > PowerPC and VxWorks. Current leaning is towards Aonix for it. If ACT > had a soup-to-nuts offering in that area, I'd want to know about it > - but I'm not the ultimate customer. (I can recommend and maybe > specify in the proposal, but the customer has to bob their head up > and down. :-) We are using GNAT with VxWorks. Of course if you're using VxWorks you're going to be a Wind River customer, so a lot of the environmental questions come from them ... ACT offer "integration with Tornado" but I have to say we aren't great users of it. Most of our code is developed & tested under Windows, not my choice but we move on, and choosing the target to build for is pretty painless within either IDE (a little bit more hands-on with the Emacs-based GLIDE). On the command line it's gnatmake -Pmy_project vs powerpc-wrs-vxworks-gnatmake -XTARGET=target -Pmy_project (of course we had to spend some time getting those project files to recognise the build target etc!) To me it seems pretty painless. Of course people accessing memory after it's been freed is always going to be an issue, most especially when the problem only shows up on the target. -- Simon Wright 100% Ada, no bugs.