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: a07f3367d7,cb210ec40d79fb96 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!s31g2000yqs.googlegroups.com!not-for-mail From: Lucretia9 Newsgroups: comp.lang.ada Subject: Re: GCC 4.4.1 linux to mingw32 cross compiler gnat Date: Fri, 14 Aug 2009 06:41:48 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <748eec08-8ae2-4271-aa5d-98e9f2d6a042@h31g2000yqd.googlegroups.com> NNTP-Posting-Host: 90.201.91.90 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1250257308 12587 127.0.0.1 (14 Aug 2009 13:41:48 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 14 Aug 2009 13:41:48 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s31g2000yqs.googlegroups.com; posting-host=90.201.91.90; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.0.13) Gecko/2009080315 Ubuntu/9.04 (jaunty) Firefox/3.0.13,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:7781 Date: 2009-08-14T06:41:48-07:00 List-Id: 1) Make sure you're using the same version compiler as the one you're trying to compile, e.g. Linux compiler needs to be of 4.4.x as well. 2) Compile binutils, then gcc --enable-languages=c,c++ first 3) Compile the runtime libs (win32api, etc) 4) Compile gcc --enable-languages=c,c++,ada,etc. Luke.