delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Date: | Fri, 9 Mar 2001 11:33:22 -0500 |
From: | Christopher Faylor <cgf AT redhat DOT com> |
To: | cygwin AT cygwin DOT com |
Cc: | DJS AT MULTITECH DOT com |
Subject: | Re: GCC targets |
Message-ID: | <20010309113322.E6430@redhat.com> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com, DJS AT MULTITECH DOT com |
References: | <f05010400b6cea0e0fad1@[192.168.3.234]> |
Mime-Version: | 1.0 |
User-Agent: | Mutt/1.3.11i |
In-Reply-To: | <f05010400b6cea0e0fad1@[192.168.3.234]>; from DJS@MULTITECH.com on Fri, Mar 09, 2001 at 09:08:24AM -0600 |
On Fri, Mar 09, 2001 at 09:08:24AM -0600, Darrik Spaude wrote: >Hello, > >I downloaded the Cygwin tools with the expectation that I would be >able to use GCC to compile for various target platforms. For >example, I tried: > >gcc -m68000 voce.c > >and I get an error that says '68000' is an invalid option. The same >goes for -mcpu=860 (860 is an invalid option). > >Does the GCC app supplied with the Cygwin tools support other targets >or am I dreaming? You're dreaming. Sorry. gcc doesn't work that way. >Is there some way to get GCC with support for multiple targets working >on Windows or DOS? It's possible to do this on any platform. You need a different version of gcc for every target you're interested in. You have to configure and build it for each one. ...and this isn't the mailing list for asking about how to go about doing this. Check out the crossgcc mailing list at sources.redhat.com. cgf -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |