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,8a402d78988bdf2b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-23 00:41:13 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!priapus.visi.com!orange.octanews.net!news.octanews.net!news-out.visi.com!petbe.visi.com!news.tele.dk!news.tele.dk!small.news.tele.dk!npeer.de.kpn-eurorings.net!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: "Ekkehard Morgenstern" Newsgroups: comp.lang.ada Subject: Re: [announcement] SYSAPI and SYSSVC for Windows Date: Tue, 23 Dec 2003 09:40:55 +0100 Organization: 1&1 Internet AG Message-ID: References: <1071846912.728815@master.nyc.kbcfp.com> <1071852533.241196@master.nyc.kbcfp.com> <1072105705.142888@master.nyc.kbcfp.com> NNTP-Posting-Host: p508c0906.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: online.de 1072168872 4936 80.140.9.6 (23 Dec 2003 08:41:12 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Tue, 23 Dec 2003 08:41:12 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:3737 Date: 2003-12-23T09:40:55+01:00 List-Id: "Hyman Rosen" wrote: > GCC is fully capable of being built as a cross-compiler, so you do > not necessarily need a bootstrap compiler on your target system. Thanks! I haven't thought of that! :) So I could use an existing platform, write a code generator (or description thereof if supported), and then use it as a cross compiler. Then I could compile all the tools and libraries needed on the target platform for GCC to compile itself. Which GCC version would you recommend for doing that?