From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12172 invoked by alias); 6 Dec 2004 15:34:45 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 11887 invoked from network); 6 Dec 2004 15:34:23 -0000 Received: from unknown (HELO mx.laposte.net) (80.245.62.11) by sourceware.org with SMTP; 6 Dec 2004 15:34:23 -0000 Received: from jfmorcillo.sdcgemenos.local (194.133.14.20) by mx.laposte.net (7.0.028) (authenticated as jean-francois.morcillo) id 41B43EF40003018E; Mon, 6 Dec 2004 16:34:19 +0100 Subject: Re: native gcc for vxworks From: =?ISO-8859-1?Q?Jean-Fran=E7ois?= Morcillo Reply-To: j_f@laposte.net To: Nathan Sidwell Cc: Zack Weinberg , list gcc In-Reply-To: <41B4769E.3080602@codesourcery.com> References: <41AF8607.6070800@laposte.net> <87oehcfivu.fsf@codesourcery.com> <1102345280.5107.57.camel@jfmorcillo.sdcgemenos.local> <41B4769E.3080602@codesourcery.com> Content-Type: text/plain; charset=iso-8859-15 Date: Mon, 06 Dec 2004 15:34:00 -0000 Message-Id: <1102346888.5107.75.camel@jfmorcillo.sdcgemenos.local> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-SW-Source: 2004-12/txt/msg00250.txt.bz2 Le lundi 06 décembre 2004 à 15:11 +0000, Nathan Sidwell a écrit : > you need a unix-like operating system. Your best bet to discover exactly > what is to try and build a vx-works hosted compiler. It'll fall over > during building due to missing OS functions. Then it's a small matter > of implementing and repeating. Ok I understand what you are suggestiong. > I can't help wondering _why_ you want to do this. I'm not sure I well understood your question (my English is so poor). But, if you mean: "why I want to do this" the answer is: "I've just set up a cross gcc for a customer who asked if it could be possible to have gcc running as a native compiler on vxWorks." But, I'm not sure if he much worry about this. JF PS: I don't remember if I've already said this, but anyway: "Great work guys" !