Hi,
I am getting the following error in the latest gem5-aladdin image downloaded from docker.
Error: can't find library python2.7. In the scons_config.log, it states the following:
/usr/bin/ld: cannot find -lboost_regex
collect2: error: ld returned 1 exit status
Am I doing something wrong here? I ran the following command
which python2.7which scons build/X86/gem5.opt
Also, I am able to build gem5 on the same machine.
Hi, I am getting the following error in the latest gem5-aladdin image downloaded from docker. Error: can't find library python2.7. In the scons_config.log, it states the following: /usr/bin/ld: cannot find -lboost_regex collect2: error: ld returned 1 exit status Am I doing something wrong here? I ran the following command
which python2.7
which scons
build/X86/gem5.opt Also, I am able to build gem5 on the same machine.