This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: native gcc for vxworks
- From: Zack Weinberg <zack at codesourcery dot com>
- To: jf <jean-francois dot morcillo at laposte dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 02 Dec 2004 14:13:57 -0800
- Subject: Re: native gcc for vxworks
- References: <41AF8607.6070800@laposte.net>
jf <jean-francois.morcillo@laposte.net> writes:
> Hi,
> I've build a cross gcc (x86/linux -> ppc/vxworks).
> I was wondering how I could build a native gcc that run under vxWorks
> using my cross compiler ?
This is not possible. The VxWorks operating system does not provide
an environment in which the compiler can run. You have to use cross
compilers.
zw