harvard-acc / gem5-aladdin

End-to-end SoC simulation: integrating the gem5 system simulator with the Aladdin accelerator simulator.
BSD 3-Clause "New" or "Revised" License
212 stars 59 forks source link

Error: can't find library python2.7 required by python #2

Closed majid0jalili closed 6 years ago

majid0jalili commented 6 years ago

Hi,

I am getting this error while compiling the source: Error: can't find library python2.7 required by python I have Python2.7 and Python-dev,a nd SQLlite installed. I can compile the latest version of gem5 on my machine, but I cannot install aladdin.

majid0jalili commented 6 years ago

Boost was the problem. Just to record, you can check log file in build directory to find the reason.

gaurav-1993singh commented 4 years ago

Hi, Is this issue fixed? I have been trying to get around this issue without any luck. Error: can't find library python2.7 required by python In the scons_config.log, it says the following: /usr/bin/ld: cannot find -lboost_regex collect2: error: ld returned 1 exit status Am I doing something wrong here?

xyzsam commented 4 years ago

This should have been fixed in the latest push. Please pull HEAD and try again.

gaurav-1993singh commented 4 years ago

That worked! Thanks!