search for: 539d9e64

Displaying 3 results from an estimated 3 matches for "539d9e64".

Did you mean: 354d9e64
2010 Jan 17
0
[LLVMdev] LLVM-gcc for ARM
> llvm-gcc a.c > a.c:1:19: error: stdio.h: No such file or directory > a.c: In function ‘main’: > a.c:4: warning: incompatible implicit declaration of built-in function ‘printf’ This is provided by libc. Do you have an ARM libc? You should configure llvm-gcc with --with-sysroot pointing to the libc install directory. If you are building from scratch, you have to *) Build binutils *)
2010 Jan 17
2
[LLVMdev] LLVM-gcc for ARM
...llvm-gcc *) Use that to build a libc (newlib, glibc,  etc) *) Build a new llvm-gcc that can use that libc Cheers, -- Rafael Ávila de Espíndola -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100117/539d9e64/attachment.html>
2010 Jan 17
2
[LLVMdev] LLVM-gcc for ARM
Hello, Well, I recompiled the LLVM-gcc .../llvm-gcc4.2-2.6.source/configure --prefix=`pwd`/../install --program-prefix=llvm- --enable-llvm=/home/LLVM/llvm-2.6/ --enable-languages=c  --disable-libssp  --with-gnu-ld=/home/LLVM/llvm-gcc4.2-2.6.source/arm-elf-ld --with-gnu-as=/home/LLVM/llvm-gcc4.2-2.6.source/arm-elf-as  --with-cpu=cortex-a8  --target=arm-elf Everything is OK, but when trying