I just used the "PFPsim-installer GUI" to install the project on a new virtual machine: "ubuntu_16.04.7". The logs generated during the installation process look no error (I will put them in the end of this issue).
But when I use the following commamd to simulate "Simple-RMT", I miss some errors
git clone https://github.com/pfpsim/simple-rmt.git
cd simple-rmt
# Run pfpgen to generate structural code
pfpgen rmt.fad
cd rmt/build
cmake ../src
make

And I found an error in the terminal when I scroll up the log:

It seems that the version of g++ is related to the error. And in the other repo "Simple-NPU", your team provide a standard process demonstration like this:

It is very different to the process that I operated. Could any one help me find out where the error is?
Dependencies.log
LibPFPSIM.log
P4Lib.log
PFPDB.log
PFPGEN.log
SystemC.log
I just used the "PFPsim-installer GUI" to install the project on a new virtual machine: "ubuntu_16.04.7". The logs generated during the installation process look no error (I will put them in the end of this issue).
But when I use the following commamd to simulate "Simple-RMT", I miss some errors
git clone https://github.com/pfpsim/simple-rmt.gitAnd I found an error in the terminal when I scroll up the log:

It seems that the version of g++ is related to the error. And in the other repo "Simple-NPU", your team provide a standard process demonstration like this:
It is very different to the process that I operated. Could any one help me find out where the error is?
Dependencies.log
LibPFPSIM.log
P4Lib.log
PFPDB.log
PFPGEN.log
SystemC.log