Displaying 3 results from an estimated 3 matches for "88010aea".
2010 Dec 29
0
[LLVMdev] LLVM for ARM target
On Dec 28, 2010, at 8:06 AM, akramul azim wrote:
> hi everyone,
>
> I am new in LLVM. I am using this command to compile gcc or configure LLVM for the ARM target.
>
> $ ../llvm-gcc-4.8/ configure --target=arm-linux --program-prefix=arm-
> arm- --prefix=$PWD/.. /install --disable-optimized --enable-bindings= none --enable-llvm=$PWD/../ llvm-2.8 --enable-languages=
2010 Dec 28
2
[LLVMdev] LLVM for ARM target
hi everyone,
I am new in LLVM. I am using this command to compile gcc or configure LLVM for the ARM target.
$ ../llvm-gcc-4.8/ configure --target=arm-linux --program-prefix=arm-
arm- --prefix=$PWD/.. /install --disable-optimized --enable-bindings= none --enable-llvm=$PWD/../ llvm-2.8 --enable-languages= c,c++
$ make
However, I get compile errors. So, i cannot execute make
2010 Dec 29
3
[LLVMdev] LLVM for ARM target
...gt;
I'm not sure which errors you're getting, but you should probably be using the `--disable-bootstrap' flag during configuration.
-bw
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101229/88010aea/attachment.html>