Displaying 2 results from an estimated 2 matches for "rezaubuntu".
2012 Oct 02
4
[LLVMdev] llvm-g++ does not work!
...s 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
llvm-g++ -fno-inline-functions -I../../external/systemc-2.2.0/src/
-I../../external/TLM-2009-07-15/include/tlm -I../../external/basic
-emit-llvm -c main.cpp -o main.bc
Potential incompatible plugin version. GCC: 4.5.3. Expected: 4.5.4...
2012 Oct 02
0
[LLVMdev] llvm-g++ does not work!
...temC 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
> llvm-g++ -fno-inline-functions -I../../external/systemc-2.2.0/src/
> -I../../external/TLM-2009-07-15/include/tlm -I../../external/basic -emit-llvm -
> c main.cpp -o main.bc Potential incompatible plugin version. GCC: 4.5.3....