Thank you Nilay. I don't know where to change the parameters so it will look for console in the path I have put it in and not the default. I spent all day looking in different files and change parameters and I still get the same error. I looked into the error line in system.cc and it only gives me this: console = createObjectFile(params()->console); if (console == NULL) fatal("Could not load console file %s", params()->console);
I would really appreciate it if you could help me. I tried building the system from scratch again without any success. Thank you, Parnian ________________________________________ From: Nilay Vaish [ni...@cs.wisc.edu] Sent: Saturday, December 15, 2012 6:00 AM To: pmo...@masonlive.gmu.edu Cc: gem5-users@gem5.org Subject: Re: [gem5-users] Could not load console file On Sat, 15 Dec 2012, pmo...@masonlive.gmu.edu 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 gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users