<div dir="ltr">Hi Venkata,<div><br></div><div>Some folks are working on Clang+LLVM to work on Android on a separate project called LLVMLinux: <a href="http://llvm.linuxfoundation.org/index.php/Main_Page">http://llvm.linuxfoundation.org/index.php/Main_Page</a></div>
<div><br></div><div>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.</div>
<div><br></div><div>cheers,</div><div>--renato</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 17 July 2013 15:53, Venkata Suneel Kota <span dir="ltr"><<a href="mailto:chanakya.sun@gmail.com" target="_blank">chanakya.sun@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<div>I am new to LLVM</div><div>I want to use llvm and clang on Android, I have downloaded android toolchain and did the configure for llvm using the following commad</div>
<div> ./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</div>
<div><br></div><div> and was getting the error</div><div><div>"checking build system type... Invalid configuration `arm-linux-androideabi': system `androideabi' not recognized</div><div>configure: error: /bin/bash autoconf/config.sub arm-linux-androideabi failed"</div>

</div><div><br></div><div>i modified the command available in the following link</div><div><a href="http://llvm.org/releases/3.3/docs/HowToBuildOnARM.html" target="_blank">http://llvm.org/releases/3.3/docs/HowToBuildOnARM.html</a></div>
<div>
<br></div><div><br></div><div><pre style="overflow-x:auto;overflow-y:hidden;font-family:Consolas,'Deja Vu Sans Mono','Bitstream Vera Sans Mono',monospace;font-size:0.95em;line-height:15px;padding:0.5em;border:1px solid rgb(204,204,204);background-color:rgb(248,248,248)">
./configure --build<span style="color:rgb(102,102,102)">=</span>armv7l-unknown-linux-gnueabihf <span style="color:rgb(64,112,160);font-weight:bold">\</span>
--host<span style="color:rgb(102,102,102)">=</span>armv7l-unknown-linux-gnueabihf <span style="color:rgb(64,112,160);font-weight:bold">\</span>
--target<span style="color:rgb(102,102,102)">=</span>armv7l-unknown-linux-gnueabihf --with-cpu<span style="color:rgb(102,102,102)">=</span>cortex-a9 <span style="color:rgb(64,112,160);font-weight:bold">\</span>
--with-float<span style="color:rgb(102,102,102)">=</span>hard --with-abi<span style="color:rgb(102,102,102)">=</span>aapcs-vfp --with-fpu<span style="color:rgb(102,102,102)">=</span>neon <span style="color:rgb(64,112,160);font-weight:bold">\</span>
--enable-targets<span style="color:rgb(102,102,102)">=</span>arm --enable-optimized --enable-assertions</pre></div><div><br></div><div>can any one help me on how to do it...</div><div>Thanks in Advance..</div><div>
Have A Nice Day.....</div><div><br></div><div>Thanks & Regards</div><div>chanakya</div>
<br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br></div>