Building cross-compiler gcc
atgraham_at_gmail.com
Date: 03/23/05
- Next message: swaxolez_at_hotmail.com: "Looking for Ideas/Opinions"
- Previous message: Christoph Loew: "Re: Recommended News Severs?"
- Next in thread: Quokka: "Re: Building cross-compiler gcc"
- Reply: Quokka: "Re: Building cross-compiler gcc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 22 Mar 2005 20:23:09 -0800
I'm currently attempting to build gcc-3.4.3 for an embedded
PPC405/vxWorks platform. I'm building the cross-compiler on a
Linux/i686 running the Debian 3.1 distribution with a 2.6.8 kernel.
The problem is that I'm compiling
--with-headers={vxworks-path-goes-here} and in order for that to work,
it needs several compiler switches added everytime it uses the
generated compiler to compile libstdc++, libgcc, libiberty, etc. I
cannot find an easy way to do this. I had to modify gcc/Makefile.in
for libgcc to compile, now it's complaining about libiberty, and I'm
starting to dread having to do this for each and every
subdirectory/library that is compiled.
Despite my fruitless searching, I'm still hoping there's something I
can do, like configure --with-target-cflags="..."
Any ideas?
Aaron
- Next message: swaxolez_at_hotmail.com: "Looking for Ideas/Opinions"
- Previous message: Christoph Loew: "Re: Recommended News Severs?"
- Next in thread: Quokka: "Re: Building cross-compiler gcc"
- Reply: Quokka: "Re: Building cross-compiler gcc"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|