Displaying 6 results from an estimated 6 matches for "jcmartin78".
2009 Jul 01
0
[LLVMdev] Generatin code for an ARM-LINUX machine
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
2009 Jul 01
3
[LLVMdev] Generatin code for an ARM-LINUX machine
Hello Misha,
I used the snapshots for the latest stable version (70786), and I followed
the instructions inside of README file (very clear!!!)
However, when I ran the hello program, I get an unrecognized option message.
Bellow are the details.
============================================
jcmartin78 at jcmartin78-laptop:~/LLVM/my-test$ llvmc hello.c
as: unrecognized option '-meabi=4'
============================================
More details:
============================================
jcmartin78 at jcmartin78-laptop:~/LLVM/my-test$ llvm-gcc -v hello.c -o hello
Using built-in specs.
T...
2009 Jun 30
2
[LLVMdev] Generatin code for an ARM-LINUX machine
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
**********
Therefore my question is if the script depends on others folders (or
2009 Jun 29
2
[LLVMdev] Generatin code for an ARM-LINUX machine
I am using the below configuration:
./configure --with-llvmgccdir=/home/jcmartin78/LLVM/llvm-gcc4.2
--prefix=/home/jcmartin78/local --enable-optimized=1 --enable-debug-runtime
--enable-jit --enable-targets=arm --target=arm
When I use LLVMC to compile a simple program I get this:
$ llvmc hello.c
llc: error auto-selecting target for module 'No available targets are
compatible...
2009 Jun 29
0
[LLVMdev] Generatin code for an ARM-LINUX machine
...naries, but llvm-gcc does work.There's
a script to build llvm-gcc x86 -> ARM cross-compiler in
llvm/utils/crosstool/ARM/ .
2009/6/29 Juan Carlos Martinez Santos <juanc.martinez.santos at gmail.com>
> I am using the below configuration:
>
> ./configure --with-llvmgccdir=/home/jcmartin78/LLVM/llvm-gcc4.2
> --prefix=/home/jcmartin78/local --enable-optimized=1 --enable-debug-runtime
> --enable-jit --enable-targets=arm --target=arm
>
> When I use LLVMC to compile a simple program I get this:
>
> $ llvmc hello.c
> llc: error auto-selecting target for module 'No...
2009 Jun 30
2
[LLVMdev] Generatin code for an ARM-LINUX machine
...e's
> a script to build llvm-gcc x86 -> ARM cross-compiler in
> llvm/utils/crosstool/ARM/ .
>
> 2009/6/29 Juan Carlos Martinez Santos <juanc.martinez.santos at gmail.com>
>
>> I am using the below configuration:
>>
>> ./configure --with-llvmgccdir=/home/jcmartin78/LLVM/llvm-gcc4.2
>> --prefix=/home/jcmartin78/local --enable-optimized=1 --enable-debug-runtime
>> --enable-jit --enable-targets=arm --target=arm
>>
>> When I use LLVMC to compile a simple program I get this:
>>
>> $ llvmc hello.c
>> llc: error auto-selecti...