Displaying 2 results from an estimated 2 matches for "59ca5b4d".
2011 May 17
0
[LLVMdev] x86 cross compiler for ppc fails to build
...l.
> Am I doing something wrong or is this a bug?
Looks like you don't have an assembler for your target installed that
llvm-gcc can find.
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110517/59ca5b4d/attachment.html>
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