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,a073fa836a03b290 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-03 01:57:15 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Gnat cross compiling FreeBSD to Win32 ? Date: 3 May 2002 01:57:15 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0205030057.7cb47a2d@posting.google.com> References: <3CD1FFC5.4050607@qwest.net> NNTP-Posting-Host: 205.232.38.244 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1020416235 7982 127.0.0.1 (3 May 2002 08:57:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 3 May 2002 08:57:15 GMT Xref: archiver1.google.com comp.lang.ada:23481 Date: 2002-05-03T08:57:15+00:00 List-Id: "Robert R. Beaver" wrote in message news:<3CD1FFC5.4050607@qwest.net>... > Is it posible? > IF so what are the steps to do so? You will have to build a GCC cross-compiler. If you don't already know how to do that, then probably this would be a pretty steep learning curve. First you need to just study the basic GCC build process and build GNAT from sources. The Windows target would make this particularly tricky, since Windows is maximally uncooperative for such tasks. I have not ever heard of anyone wanting to do a cross with windows as a target before, so I doubt there is any prior experience here, especially from FreeBSD *to* Win32.