參考文章:https://ithelp.ithome.com.tw/articles/10265558
在虛擬機上的Ubuntu23.04中,
我先依照文章:https://linuxize.com/post/how-to-install-gcc-compiler-on-ubuntu-18-04/
安裝GCC,並檢查GCC版本
檢查make
接著下載 SystemC 2.3.4 (Includes TLM)並執行最上面參考文章的指令
tar -xzf systemc-2.3.4.tar.gz
cd systemc-2.3.4
mkdir objdir && cd objdir
../configure --prefix=/usr/local/systemc-2.3.4
然後就報錯了
後來有查到有人也有一樣的問題,但我不是很清楚指令要怎麼下才能解決問題:
https://stackoverflow.com/questions/75564526/makefile-in-not-found-while-installing-systemc
想請大家幫幫忙,謝謝大家。