Hello, Thank you for your reply. Yes, indeed. I double checked everything. My system is 64 bit and I used the ob3 file. I have successfully changed the M5_PATH. I followed the SPLASH2 on M5 tutorial https://docs.google.com/document/preview?id=1B7nZSqMLwkwoVNEj_58tMPTk4bKWvoEMbokOAjqeC-k&pli=1
When type ./FFT -t I get no errors. The only thing is when I try to build FFT I get the error that the console can't be load. I have checked every file that I thought is related , system.cc, AlphaSystem.py ... yet I can't understand why it doesn't see the console filke and returns null. Could you please advise me on this? Here is what I write and what I see in terminal: pm@ubuntu:~/gem5-stable$ ./build/ALPHA/gem5.opt configs/example/fs.py -n 1 -b 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 18 2012 09:28:12 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 /home/pm/gem5/full_system_images/binaries/console @ cycle 0 [AlphaSystem:build/ALPHA/arch/alpha/system.cc, line 60] Memory Usage: 661724 KBytes I'd very much appreciate your help and time. Parnian ________________________________ From: gem5-users-boun...@gem5.org [gem5-users-boun...@gem5.org] on behalf of Payne, Benjamin [bpa...@lps.umd.edu] Sent: Tuesday, December 18, 2012 11:37 AM To: gem5 users mailing list Subject: Re: [gem5-users] Running FFT in full system mode on Alpha Hello, The disk image you use is specific to the processor architecture you are running gem5 with. This is why, on the http://www.m5sim.org/Download page, there are sets of files for each processor architecture. Did you try using the Alpha full system files? http://www.m5sim.org/dist/current/m5_system_2.0b3.tar.bz2 From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On Behalf Of pmo...@masonlive.gmu.edu Sent: Thursday, December 13, 2012 2:43 PM To: gem5-users@gem5.org Subject: [gem5-users] Running FFT in full system mode on Alpha I tried the scons build/ALPHA/tests/opt And it worked fine. Building was complete. but when I try this: command line: build/ALPHA/gem5.opt configs/example/fs.py Traceback (most recent call last): File "<string>", line 1, in <module> File "/home/pm/gem5-stable/src/python/m5/main.py", line 359, in main exec filecode in scope File "configs/example/fs.py", line 51, in <module> from FSConfig import * File "/home/pm/gem5-stable/configs/common/FSConfig.py", line 43, in <module> from Benchmarks import * File "/home/pm/gem5-stable/configs/common/Benchmarks.py", line 56 elif buildEnv['TARGET_ISA'] == 'x86': ^ SyntaxError: invalid syntax Here is the changes I made. In Syspath: except KeyError: path = [ '/dist/m5/system', '/home/pm/gem5-stable/full_system_images/disks' ] In Benchmarks: elif buildEnv['TARGET_ISA'] == 'alpha': return env.get('LINUX_IMAGE', disk('LINUX_IMAGE', disk('linux-parsec-2-1-m5.img')) elif buildEnv['TARGET_ISA'] == 'x86': In FSConfig: self.kernel = binary('vmlinux') I see that it doesn't have the -- disk image command in comparison to youtube tutorial on ARM I tried it with all the img files in disks "but still the same result. what do you think is the problem? Thank you, Parnian
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users