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