Displaying 3 results from an estimated 3 matches for "7b4ce619".
2011 May 17
0
[LLVMdev] x86 cross compiler for ppc fails to build
On May 17, 2011, at 9:47 AM, Maarten Faddegon wrote:
> 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?
Looks like you don't have an assembler for your target installed that
llvm-gcc can find.
-eric
-------------- next part --------------
An
2011 May 18
4
[LLVMdev] x86 cross compiler for ppc fails to build
...which are not understood apparently?
Should this instruction be understood by the assembler?
Thanks,
Maarten
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: crtstuff.s
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110518/7b4ce619/attachment.ksh>
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