Displaying 2 results from an estimated 2 matches for "cross_march".
Did you mean:
cross_arch
2010 May 05
1
[LLVMdev] hi, I can't find information about how to cross compile llvm-gcc in llvm docs.
I place codesourcery toolchain 2010q1 there, but the sh tell me
"CodeSourcery tarball not found in
/root/tmp/arm-2007q3-51-arm-none-linux-gnueabi-i686-pc-linux-gnu.tar.bz2
", does 2007q3 support ARM Cortex A8?
What can I do?
2010/5/5 Eli Friedman <eli.friedman at gmail.com>
> On Tue, May 4, 2010 at 8:57 PM, 爱好者 <proljc at gmail.com> wrote:
> > hi all
> >
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.2-2.9.source/gcc/../include
-I/local...