Displaying 3 results from an estimated 3 matches for "sc_core".
Did you mean:
xc_core
2011 Jul 31
1
[LLVMdev] Question about compile Systemc code
...quot;hello world"
systemc code, it works:
g++ -I $SYSTEMC/include -L $SYSTEMC/lib-linux -o example.o example.cpp
-lsystemc -lm
./example.o
But when I replace g++ with llvm-g++, some error comes out:
/home/chenrui/Desktop/llvm/systemc-2.2.0/lib-linux/libsystemc.a(sc_main_main.o):
In function `sc_core::message_function(char const*)':
sc_main_main.cpp:(.text+0x8c): undefined reference to
`std::ctype<char>::_M_widen_init() const'
/home/chenrui/Desktop/llvm/systemc-2.2.0/lib-linux/libsystemc.a(sc_simcontext.o):
In function `sc_core::sc_process_table::~sc_process_table()':
sc_simco...
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: No such file or directory
Uh, there is a typo on the command above, it should be
2012 Sep 24
2
[LLVMdev] llvm-config!
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: 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