On Sat, 15 Dec 2012, [email protected] wrote:
Hello,I am running FFT on Alpha based on the tutorial. I have changed the FSConfig : path = env['/home/pm/gem5-stable/full_system_images/disks'].split(':') in SysPaths. And in Benchmarks: return env.get('LINUX_IMAGE', disk('linuxparsec-2-1-m5.img')) But I get this error : "fatal: Could not load console file /dist/m5/system/binaries/console" every time I try to build the system, using this command : sudo build/ALPHA/gem5.opt configs/example/fs.py -n 1 -b fft --kernel /home/pm/gem5-stable/full_system_images/binaries/vmlinux Here is the whole message I get: fft --kernel /home/pm/gem5-stable/full_system_images/binaries/vmlinux gem5 Simulator System. http://gem5.org gem5 is copyrighted software; use the --copyright option for details. gem5 compiled Dec 12 2012 22:44:50 gem5 started Dec 14 2012 23:37:53 gem5 executing on ubuntu command line: build/ALPHA/gem5.opt configs/example/fs.py -n 1 -b fft --kernel /home/pm/gem5-stable/full_system_images/binaries/vmlinux Global frequency set at 1000000000000 ticks per second info: kernel located at: /home/pm/gem5-stable/full_system_images/binaries/vmlinux fatal: Could not load console file /dist/m5/system/binaries/console @ cycle 0 [AlphaSystem:build/ALPHA/arch/alpha/system.cc, line 60] Memory Usage: 661756 KBytes
The file and the line number where the error was detected is also part of the error message. That should be enough to get you started on why this problem is occurring.
-- Nilay _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
