[LLVMdev] Generatin code for an ARM-LINUX machine

Misha Brukman brukman at gmail.com
Wed Jul 1 06:53:07 PDT 2009


2009/6/30 Juan Carlos Martinez Santos <juanc.martinez.santos at gmail.com>

> Thanks John,
>
> 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.
>
> I ran the script, and I get:
>
> **********
> chown: cannot access `/usr/local/codesourcery': No such file or directory
> **********
>

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?


> Therefore my question is if the script depends on others folders (or files)
> that maybe are not in the 2.5 version.


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:
http://llvm.org/svn/llvm-project/llvm/trunk/utils/crosstool/ARM/README .

Let me know if this helps or if it's not clear.

Misha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090701/9b61240b/attachment.html>


More information about the llvm-dev mailing list