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上的安装