-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Lucas Nascimento Santos Souza edited this page May 15, 2017
·
2 revisions
Instalação do SystemC:
- http://geekwentfreak-raviteja.rhcloud.com/blog/2010/10/30/593/
- http://stackoverflow.com/questions/12408882/error-while-loading-shared-libraries-libsystemc-2-3-0-so
Como compilar, sem utilizar o Eclipse:
g++ -I. -I$SYSTEMC_HOME/include -L. -L$SYSTEMC_HOME/lib-linux64 -o example.o example.cpp -lsystemc -lm
Utilização no ambiente Eclipse: