search for: cross_target

Displaying 1 result from an estimated 1 matches for "cross_target".

2011 May 17
2
[LLVMdev] x86 cross compiler for ppc fails to build
Hi All, I try to build a cross-compiler that compiles for powerpc but runs on my pentium. As a base I used the arm cross-compiler script but changed: CROSS_HOST="x86_64-unknown-linux-gnu" CROSS_TARGET="powerpc-linux" CROSS_MARCH="750" LLVM is building ok, but the second step: building llvm-gcc fails with a rather strange error which I appended to the end of this e-mail. Am I doing something wrong or is this a bug? Thanks, Maarten Faddegon --- the error: --- /llvm-gcc-4...