Gem 5 IOError: Can't find a path to system files. Full System X86 simulation setup
问题 I've already got Gem5 installed. I'm trying to do a full system simulation. I added M5_PATH echo "export M5_PATH==/home/sam/security/gem5/full/" >> ~/.bashrc I put all the system image and config files under following directory: :~/security/gem5/full$ ls binaries configs config-x86.tar.bz2 disks x86-system.tar.bz2 x86-system.tar.bz2.1 I changed the path in the SysPaths.py file to following: paths = [ '/dist/m5/system', 'full' ] And updated the following line in Benchmark.py return env.get(