Hello Misha,<br><br>I used the snapshots for the latest stable version (70786), and I followed the instructions inside of README file (very clear!!!)<br><br>However, when I ran the hello program, I get an unrecognized option message. Bellow are the details.<br>
<br>============================================<br>jcmartin78@jcmartin78-laptop:~/LLVM/my-test$ llvmc hello.c<br>as: unrecognized option '-meabi=4'<br>============================================<br><br>More details:<br>
============================================<br>jcmartin78@jcmartin78-laptop:~/LLVM/my-test$ llvm-gcc -v hello.c -o hello<br>Using built-in specs.<br>Target: arm-none-linux-gnueabi<br>Configured with: /tmp/llvm-project.jnnWEq/src/llvm-gcc-4.2/configure --enable-languages=c,c++ --enable-llvm=/home/jcmartin78/local/llvm-project/x86_64-unknown-linux-gnu/arm-none-linux-gnueabi/llvm --prefix=/home/jcmartin78/local/llvm-project/x86_64-unknown-linux-gnu/arm-none-linux-gnueabi/llvm-gcc-4.2 --program-prefix=llvm- --target=arm-none-linux-gnueabi --with-gnu-as=/home/jcmartin78/local/codesourcery/arm-2007q3/bin/arm-none-linux-gnueabi-as --with-gnu-ld=/home/jcmartin78/local/codesourcery/arm-2007q3/bin/arm-none-linux-gnueabi-ld --with-sysroot=/home/jcmartin78/local/codesourcery/arm-2007q3/arm-none-linux-gnueabi/libc<br>
Thread model: posix<br>gcc version 4.2.1 (Based on Apple Inc. build 5645) (LLVM build)<br> /home/jcmartin78/local/llvm-project/x86_64-unknown-linux-gnu/arm-none-linux-gnueabi/llvm-gcc-4.2/libexec/gcc/arm-none-linux-gnueabi/4.2.1/cc1 -quiet -v hello.c -quiet -dumpbase hello.c -auxbase hello -version -o /tmp/ccy6iYri.s<br>
ignoring nonexistent directory "/home/jcmartin78/local/codesourcery/arm-2007q3/arm-none-linux-gnueabi/libc/usr/local/include"<br>#include "..." search starts here:<br>#include <...> search starts here:<br>
 /home/jcmartin78/local/llvm-project/x86_64-unknown-linux-gnu/arm-none-linux-gnueabi/llvm-gcc-4.2/lib/gcc/arm-none-linux-gnueabi/4.2.1/include<br> /home/jcmartin78/local/llvm-project/x86_64-unknown-linux-gnu/arm-none-linux-gnueabi/llvm-gcc-4.2/lib/gcc/arm-none-linux-gnueabi/4.2.1/../../../../arm-none-linux-gnueabi/include<br>
 /home/jcmartin78/local/codesourcery/arm-2007q3/arm-none-linux-gnueabi/libc/usr/include<br>End of search list.<br>GNU C version 4.2.1 (Based on Apple Inc. build 5645) (LLVM build) (arm-none-linux-gnueabi)<br>    compiled by GNU C version 4.3.3.<br>
GGC heuristics: --param ggc-min-expand=150 --param ggc-min-heapsize=131072<br>Compiler executable checksum: 41625b7e939f94061601f66e8d27b606<br> as -meabi=4 -o /tmp/ccYxnIEs.o /tmp/ccy6iYri.s<br>as: unrecognized option '-meabi=4'<br>
============================================<br><br>This is my PATH:<br>*****************************************<br>PATH=$PATH:/home/jcmartin78/local/llvm-project/x86_64-unknown-linux-gnu/arm-none-linux-gnueabi/llvm/bin:/home/jcmartin78/local/llvm-project/x86_64-unknown-linux-gnu/arm-none-linux-gnueabi/llvm-gcc-4.2/bin<br>
*****************************************<br>
<br>Any idea what could be wrong?<br><br>Thanks in advance,<br><br>Juan Carlos<br><br><br><br><br><br><div class="gmail_quote">On Wed, Jul 1, 2009 at 9:53 AM, Misha Brukman <span dir="ltr"><<a href="mailto:brukman@gmail.com">brukman@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">2009/6/30 Juan Carlos Martinez Santos <span dir="ltr"><<a href="mailto:juanc.martinez.santos@gmail.com" target="_blank">juanc.martinez.santos@gmail.com</a>></span><br>
<div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks John,<br><br>I just realized that I am not working on the same "branch" of LLVM. Looking the latest or the newest version I saw the folder with the script, but I did not see a README file.<br><br>I ran the script, and I get:<br>


<br>**********<br>chown: cannot access `/usr/local/codesourcery': No such file or directory<br>**********<br></blockquote><div><br></div></div><div>You should have an error prior to this one where the script first tried to create the directory "/usr/local/codesourcery", after which it tries to chown it.  Can you post the entire output of the script rather than the last line?</div>
<div class="im">
<div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Therefore my question is if the script depends on others folders (or files) that maybe are not in the 2.5 version.</blockquote>

<div><br></div></div><div>The script does depend on files that are not distributed in LLVM.  I just added a README file to describe what needs to be done and how: <a href="http://llvm.org/svn/llvm-project/llvm/trunk/utils/crosstool/ARM/README" target="_blank">http://llvm.org/svn/llvm-project/llvm/trunk/utils/crosstool/ARM/README</a> .</div>

<div><br></div><div>Let me know if this helps or if it's not clear.</div><div><br></div><font color="#888888"><div>Misha</div></font></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><br clear="all"><br>-- <br>Juan Carlos Martínez Santos<br>242 Foster Drive Apt H<br>Colonial Townhouse Apartments<br>Willimantic, CT 06226-1538<br>