Hi Journeyer J. Joh,<br><br>Thank you so much for the solution. It was very helpful. Now, I'm wondering if you have tested compiling a whole project (with several .c/.cpp files) and achieve one binary file. Previously (on X86), I built .bc files separately and then I used llvm-link to get one .bc file and produce one binary file for the whole project. But, this time I encountered some errors like the following, and it seems that it cannot link to the appropriate ARM libraries.<br>
<br>In file included from ../../../../LLVM/project/file1.cpp:8:<br>/usr/lib/gcc/arm-linux-gnueabi/4.6/../../../../include/c++/4.6/iostream:38:10: fatal error: <br>      'bits/c++config.h' file not found<br>#include <bits/c++config.h><br>
         ^<br><br>Thanks<br>Negar<br><br>