search for: libcheaders

Displaying 3 results from an estimated 3 matches for "libcheaders".

2007 Apr 01
3
[LLVMdev] Using LLVM as a crosscompiler
...m and llvm-gcc4 to have it cross-compile from x86 > to ARM/EABI? Well, just supply appropriate --host/--target options to configure. I haven't tried ARM, but this definitely works for crosscompiling from linux to mingw32. Please also note, that you'll need native (=arm) tools (binutils, libcheaders, etc) during gcc build process. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2007 Apr 01
0
[LLVMdev] Using LLVM as a crosscompiler
...6 >> to ARM/EABI? > Well, just supply appropriate --host/--target options to configure. To llvm or llvm-gcc4? > I haven't tried ARM, but this definitely works for crosscompiling from > linux to mingw32. Please also note, that you'll need native (=arm) tools > (binutils, libcheaders, etc) You mean binutils-cross, right? > during gcc build process. Building gcc as a crosscompiler is fully automized in OpenEmbedded, I'm trying to add llvm-gcc4 into that framework. regards, Koen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFGEBMwMkyGM64RGpERAnL...
2007 Apr 01
4
[LLVMdev] Using LLVM as a crosscompiler
...; Well, just supply appropriate --host/--target options to configure. > > To llvm or llvm-gcc4? > > > I haven't tried ARM, but this definitely works for crosscompiling from > > linux to mingw32. Please also note, that you'll need native (=arm) tools > > (binutils, libcheaders, etc) > > You mean binutils-cross, right? > > > during gcc build process. > > Building gcc as a crosscompiler is fully automized in OpenEmbedded, I'm trying to add > llvm-gcc4 into that framework. > > regards, > > Koen > > -----BEGIN PGP SIGNATURE-----...