爱好者
2010-May-05 03:57 UTC
[LLVMdev] hi, I can't find information about how to cross compile llvm-gcc in llvm docs.
hi all We want speed up our applications, so we want use llvm-gcc. I nerver cross build it for arm, and I didn't find enough information in llvm docs. Our cpu is cortex a8, anybody tell me how can I do? Step by step. THANK YOU! yours Liu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100505/d7a92dcc/attachment.html>
Eli Friedman
2010-May-05 04:25 UTC
[LLVMdev] hi, I can't find information about how to cross compile llvm-gcc in llvm docs.
On Tue, May 4, 2010 at 8:57 PM, 爱好者 <proljc at gmail.com> wrote:> hi all > We want speed up our applications, so we want use llvm-gcc. I nerver > cross build it for arm, and I didn't find enough information in llvm docs. > Our cpu is cortex a8, anybody tell me how can I do? Step by step. > THANK YOU! > yours LiuTry the llvm/utils/crosstool/ARM/build-install-linux.sh script for a semi-automated approach (README in the same directory). The manual method is roughly the same method you'd use to cross-compile gcc, so there isn't much documentation specific to llvm-gcc. -Eli
爱好者
2010-May-05 05:57 UTC
[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 > > We want speed up our applications, so we want use llvm-gcc. I > nerver > > cross build it for arm, and I didn't find enough information in llvm > docs. > > Our cpu is cortex a8, anybody tell me how can I do? Step by step. > > THANK YOU! > > yours Liu > > Try the llvm/utils/crosstool/ARM/build-install-linux.sh script for a > semi-automated approach (README in the same directory). The manual > method is roughly the same method you'd use to cross-compile gcc, so > there isn't much documentation specific to llvm-gcc. > > -Eli >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100505/2ccc40dc/attachment.html>
Apparently Analagous Threads
- [LLVMdev] hi, I can't find information about how to cross compile llvm-gcc in llvm docs.
- [LLVMdev] hi, I can't find information about how to cross compile llvm-gcc in llvm docs.
- [LLVMdev] LLVM-GCC build failed
- [LLVMdev] LLVM-GCC build failed
- [LLVMdev] Generatin code for an ARM-LINUX machine