This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Options for PowerPC and to run with vxWorks
- From: "Maldonado-Salgado, Jose (Space Technology)" <jose dot maldonado-salgado at ngc dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Fri, 14 Sep 2007 10:45:10 -0700
- Subject: Options for PowerPC and to run with vxWorks
- References: <FB8FB3DAB95AB9409DEEC75DCDC355D70254F356@XCGC3006.northgrum.com> <FB8FB3DAB95AB9409DEEC75DCDC355D70254F357@XCGC3006.northgrum.com>
What would be the correct options for a PowerPC target that will use
vxWorks.
I'm building binutils and gcc for the above options. When running
configure with the
Following options it fails.
../binutils-2.11.2/configure --target=powerpc
--prefix=/usr/local/josebin --program-suffix=ppc
--enable-threads=vxworks --with-cpu=603 --with-arch=603
I get the following error:
*** BFD does not support target powerpc-unknown-none
The target def should look like powerpc-*-vxworks, but what option will
put vxworks there ?
Thanks,
Jose