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-Thread: 103376,818de2d69a09a340 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns14feed!worldnet.att.net!attbi_s72.POSTED!53ab2750!not-for-mail From: "Jeffrey R. Carter" Organization: jrcarter at acm dot org User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060130 SeaMonkey/1.0 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Cross-Compiling Ada to Netware with GNAT References: <1143070697.388445.48160@i39g2000cwa.googlegroups.com> In-Reply-To: <1143070697.388445.48160@i39g2000cwa.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <7ypUf.840433$x96.418837@attbi_s72> NNTP-Posting-Host: 12.214.35.215 X-Complaints-To: abuse@mchsi.com X-Trace: attbi_s72 1143088387 12.214.35.215 (Thu, 23 Mar 2006 04:33:07 GMT) NNTP-Posting-Date: Thu, 23 Mar 2006 04:33:07 GMT Date: Thu, 23 Mar 2006 04:33:07 GMT Xref: g2news1.google.com comp.lang.ada:3566 Date: 2006-03-23T04:33:07+00:00 List-Id: darrylbleau@gmail.com wrote: > I've only been researching Ada for about a month in my spare time, but > everyplace I read can't stop talking about how portable it is, so I'm > thinking there must be an easy way to make this work, I'm just not sure > how. I did read about compiling a compiler on the target platform > itself and using this to compile programs with, is that the direction I > should be taking instead of cross compiling? Though it would seem that > you should be able to cross compile to any gcc supported platform (of > which Netware is). In any event, I'm at a bit of a loss, can anyone > help? The portability mentioned is usually of the sort that one can easily write programs that work on any platform with an Ada compiler, not the sort that there are compilers for every platform, though there are compilers for most. I suspect there's probably a fairly easy way to get a version of GNAT that will produce output suitable for nlmconv, but as a last resort you could look into a compiler that generates C as its intermediate language, such as the one from Sofcheck: http://www.sofcheck.com/products/adamagic.html -- Jeff Carter "Son of a window-dresser." Monty Python & the Holy Grail 12