avadhpatel / marss

PTLsim and QEMU based Computer Architecture Research Simulator
http://www.marss86.org
129 stars 63 forks source link

Disk Image Issue #53

Closed CEBeard3 closed 7 years ago

CEBeard3 commented 7 years ago

I'm not sure if this should go here but I couldn't find another place to post. I am trying to run marss with the parsecROI.img file from the Disk Images page on the Marssx86 site. When I attempt to build the parsec-2.1 benchmarks with parsecmgmt I get: env: /usr/bin/make: No such file or directory and the build fails. Has anyone else run into this problem and if so is there a known solution?

Thanks and if I am missing something simple I sincerely apologize for cluttering up this page.

fitzfitsahero commented 7 years ago

Those images have been stripped down, so things like make, gcc, build-essential, are not installed.

There already are benchmarks built, and you can see how to run them by looking at the create_checkpoints.py script in util/ in the marss directory. Or you can play around with parsecmgmt more to figure out how to run them through that utility.