[LLVMdev] regarding compiling clang for different platform
Renato Golin
renato.golin at linaro.org
Thu Jul 18 00:37:46 PDT 2013
Hi Venkata,
Some folks are working on Clang+LLVM to work on Android on a separate
project called LLVMLinux:
http://llvm.linuxfoundation.org/index.php/Main_Page
There you can find a lot of information on how to build Android with Clang,
and find the modified trees for the kernel and userland, as well as LLVM to
compile and boot on your device. Feel free to join the mailing list and ask
the same question, I'm sure they'll be able to help.
cheers,
--renato
On 17 July 2013 15:53, Venkata Suneel Kota <chanakya.sun at gmail.com> wrote:
> Hi,
> I am new to LLVM
> I want to use llvm and clang on Android, I have downloaded android
> toolchain and did the configure for llvm using the following commad
> ./configure --build=arm-linux-androideabi --host=arm-linux-androideabi
> --target=arm-linux-androideabi --with-float=hard --with-fpu=neon
> --enable-targets=arm --enable-optimized --enable-assertions
>
> and was getting the error
> "checking build system type... Invalid configuration
> `arm-linux-androideabi': system `androideabi' not recognized
> configure: error: /bin/bash autoconf/config.sub arm-linux-androideabi
> failed"
>
> i modified the command available in the following link
> http://llvm.org/releases/3.3/docs/HowToBuildOnARM.html
>
>
> ./configure --build=armv7l-unknown-linux-gnueabihf \
> --host=armv7l-unknown-linux-gnueabihf \
> --target=armv7l-unknown-linux-gnueabihf --with-cpu=cortex-a9 \
> --with-float=hard --with-abi=aapcs-vfp --with-fpu=neon \
> --enable-targets=arm --enable-optimized --enable-assertions
>
>
> can any one help me on how to do it...
> Thanks in Advance..
> Have A Nice Day.....
>
> Thanks & Regards
> chanakya
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130718/7a66345b/attachment.html>
More information about the llvm-dev
mailing list