SystemC下載地址html
解壓下載的包linux
tar zxvf systemc-2.3.3.tar.gzshell
進入解壓出來的目錄,準備編譯安裝ubuntu
cd systemc-2.3.3vim
INSTALL
vim INSTALLbash
mkdir objdireclipse
cd objdir.net
export CXX=g++ssr
../configure --prefix=/usr/local/systemc-2.3.2code
make
make check
make install
ln -s /usr/local/systemc-2.3.2/lib-linux64/libsystemc-2.3.2.so /usr/lib/libsystemc-2.3.2.so
將安裝路徑添加都/etc/ld.so.conf.d/
目錄下(使用root用戶/sudo執行)
echo "/usr/local/systemc-2.3.2/lib-linux64/" > /etc/ld.so.conf.d/systemc.conf
跳轉至《SystemC入門》書籍給的exanpel中
測例連接: https://pan.baidu.com/s/1ssr81seZcx-s358GcyUJ8w 提取碼: khf8
1.Setting up SystemC and Eclipse for C++ hardware simulation
2.RedHat7安裝Systemc 編譯仿真
3.SystemC在ubuntu上的安裝