Displaying 10 results from an estimated 10 matches for "sheykhi".
Did you mean:
sheikhi
2012 Sep 24
2
[LLVMdev] llvm-config!
...ore information? If your package manager does not
> have 2.8 (I would hope it doesn't! that version is very old!), I would
> recommend downloading 2.8 from http://llvm.org/releases/, and then
> building it yourself.
>
> --Sean Silva
>
> On Wed, Sep 19, 2012 at 6:31 PM, Reza Sheykhi <hajishey at msu.edu> wrote:
>> Hi,
>>
>> I am trying to install a program that works just with llvm-2.8. I have
>> installed it but while i am trying to run llvm-config it says no such file
>> or directory:
>>
>> bash: /usr/bin/llvm-config: No such...
2012 Sep 19
3
[LLVMdev] llvm-config!
Hi,
I am trying to install a program that works just with llvm-2.8. I have installed it but while i am trying to run llvm-config it says no such file or directory:
bash: /usr/bin/llvm-config: No such file or directory Does any body know how to solve this problem? I can use apt-get but it gives me either 2.9 or 3.0 or higher versions.
Thank you,
Reza
-------------- next part --------------
2012 Sep 20
0
[LLVMdev] llvm-config!
Could you give us more information? If your package manager does not
have 2.8 (I would hope it doesn't! that version is very old!), I would
recommend downloading 2.8 from http://llvm.org/releases/, and then
building it yourself.
--Sean Silva
On Wed, Sep 19, 2012 at 6:31 PM, Reza Sheykhi <hajishey at msu.edu> wrote:
> Hi,
>
> I am trying to install a program that works just with llvm-2.8. I have
> installed it but while i am trying to run llvm-config it says no such file
> or directory:
>
> bash: /usr/bin/llvm-config: No such file or directory Does any b...
2012 Sep 24
0
[LLVMdev] llvm-config!
Reza Sheykhi <hajishey at msu.edu> writes:
> Thank you for your repky. I downloaded llvm-2.8 and installed it by
> first ./configure and then ./make it. It was installed in /usr/local
> as i expected. However, when i tried to run llvm-config-2.8, for
> example --version, it was not ran. Then,...
2012 Oct 02
4
[LLVMdev] llvm-g++ does not work!
Hi,
I am using PinaVM which is a prototype of a SystemC front-end based on
"LLVM". The only version that it works with is 2.8. Also to test
PinaVM, we need llvm-g++ (I think clang does not work). However, when
I want to run an example, i get the following error, which i think is
related to llvm-g++:
reza at RezaUbuntu:~/pinavm-pinavm/systemc-examples/jerome-chain$ make promela
2012 Oct 02
0
[LLVMdev] llvm-g++ does not work!
...m-gcc doesn't support -emit-llvm so this wouldn't work.
You'll probably need to pull a 2.8 of it from llvm.org or a different repository.
-Gordon
> -----Original Message-----
> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu]
> On Behalf Of Reza Sheykhi
> Sent: Tuesday, October 02, 2012 1:37 PM
> To: llvmdev at cs.uiuc.edu
> Subject: [LLVMdev] llvm-g++ does not work!
>
> Hi,
>
> I am using PinaVM which is a prototype of a SystemC front-end based on
> "LLVM". The only version that it works with is 2.8. Also to te...
2012 Sep 24
2
[LLVMdev] llvm-config!
...which perl
/usr/bin/perl
which llvm-config
/usr/local/bin/llvm-config
which llvm-as
/usr/local/bin/llvm-as
/usr/bin/llvm-confing --version
bash: /usr/bin/llvm-confing: No such file or directory
/usr/local/bin/llvm-config --version
2.8
Quoting Óscar Fuentes <ofv at wanadoo.es>:
> Reza Sheykhi <hajishey at msu.edu> writes:
>
>> Thank you for your repky. I downloaded llvm-2.8 and installed it by
>> first ./configure and then ./make it. It was installed in /usr/local
>> as i expected. However, when i tried to run llvm-config-2.8, for
>> example --version, i...
2012 Sep 14
1
[LLVMdev] Problem in installing LLVM-2.8
Hi,
I am using Ubuntu wubi and the version of the llvm is 2.8. I followd the instruction in the llvm site ("http://llvm.org/docs/GettingStarted.html") and tried to run the hello program. Then I compiled the C file to llvm bitcode (clang -O3 -emit-llvm hello.c -c -o hello.bc). But when I wanted to run the bitcode file (lli hello.bc), it says: "lli: hello.bc: Invalid
2012 Oct 01
0
[LLVMdev] Installation problem!
...mentioned problem?
Thank you,
Reza
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121001/0951cb57/attachment.html>
-------------- next part --------------
An embedded message was scrubbed...
From: Reza Sheykhi <hajishey at msu.edu>
Subject: Re: llvm-config!
Date: Thu, 27 Sep 2012 18:55:02 -0400
Size: 13580
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121001/0951cb57/attachment.mht>
2012 Sep 24
0
[LLVMdev] llvm-config!
Reza Sheykhi <hajishey at msu.edu> writes:
> I got the following answers:
>
> which perl
> /usr/bin/perl
>
> which llvm-config
> /usr/local/bin/llvm-config
>
> which llvm-as
> /usr/local/bin/llvm-as
>
> /usr/bin/llvm-confing --version
> bash: /usr/bin/llvm-confing:...