Re: [gem5-users] Gem5 compiling error

2012-12-28 Thread pmo...@masonlive.gmu.edu
I put 4 GB RAM and 8 GB for SWAP memory. Just add a 7 GB to your swap memory ( as a file) and it should be fine. Good luck, Parnian From: gem5-users-boun...@gem5.org [gem5-users-boun...@gem5.org] on behalf of ali bagherian [alibg...@gmail.com] Sent: Friday, Dece

Re: [gem5-users] CPU system.cpu0 has no interrupt controller

2012-12-20 Thread pmo...@masonlive.gmu.edu
Hi Go to simerr file and send me the file. Sometimes it gives more information. Also, let me know how you build the x86 and if you have 64 bit kernel? And your system is it 64 bit. Parnian From: gem5-users-boun...@gem5.org [gem5-users-boun...@gem5.org] on behalf

Re: [gem5-users] Running FFT in full system mode on Alpha

2012-12-18 Thread pmo...@masonlive.gmu.edu
___ From: gem5-users-boun...@gem5.org [gem5-users-boun...@gem5.org] on behalf of pmo...@masonlive.gmu.edu [pmo...@masonlive.gmu.edu] Sent: Tuesday, December 18, 2012 12:41 PM To: gem5 users mailing list Subject: Re: [gem5-users] Running FFT in full system mode on Alpha Hello, Thank you for y

Re: [gem5-users] Running FFT in full system mode on Alpha

2012-12-18 Thread pmo...@masonlive.gmu.edu
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

Re: [gem5-users] Could not load console file

2012-12-16 Thread pmo...@masonlive.gmu.edu
est regards, Parnian From: Nilay Vaish [ni...@cs.wisc.edu] Sent: Sunday, December 16, 2012 10:33 AM To: pmo...@masonlive.gmu.edu Cc: gem5-users@gem5.org Subject: RE: [gem5-users] Could not load console file On Sun, 16 Dec 2012, pmo...@masonlive.gmu.edu wrote: > Thank you

Re: [gem5-users] Could not load console file

2012-12-15 Thread pmo...@masonlive.gmu.edu
. 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 wrot

[gem5-users] Could not load console file

2012-12-14 Thread pmo...@masonlive.gmu.edu
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 lo

[gem5-users] Running FFT in full system mode on Alpha

2012-12-13 Thread pmo...@masonlive.gmu.edu
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 "", line 1, in File "/home/pm/gem5-stable/src/python/m5/main.py", line 359, in main e

Re: [gem5-users] Could not load kernel file/vmlinux.arm.smp.fb.2.6.38.8

2012-11-28 Thread pmo...@masonlive.gmu.edu
Tao thank you for all your time. I still can't do it on ARM but I could do it using Alpha. Thank you for your time. Parnian From: pmo...@masonlive.gmu.edu Sent: Saturday, November 24, 2012 11:10 AM To: gem5 users mailing list Subject: RE: [gem5-users] Coul

Re: [gem5-users] system.cc, line 62 and 124--can't load the kernel ( successfully changed the kernel location and am using sudo)

2012-11-24 Thread pmo...@masonlive.gmu.edu
ovember 24, 2012 11:58 AM To: 'gem5 users mailing list' Subject: Re: [gem5-users] can't load the kernel ( successfully changed the kernel location and am using sudo) Kernel should be a file (e.g., vmlinux) but not a directory. -Tao From: gem5-users-boun...@gem5.org [mailto:gem

[gem5-users] can't load the kernel ( successfully changed the kernel location and am using sudo)

2012-11-24 Thread pmo...@masonlive.gmu.edu
I changed the destination address for kernel but still I get could not load the kernel file. Here is the whole thing: pm@ubuntu:~/gem5$ sudo build/ARM/gem5.fast configs/example/fs.py --disk-image=/home/pm/full_system_for_gem5/disks/arm-ubuntu-natty-headless.img --kernel=/home/pm/full_system_fo

Re: [gem5-users] Could not load kernel file/vmlinux.arm.smp.fb.2.6.38.8

2012-11-24 Thread pmo...@masonlive.gmu.edu
See configs/common/Options.py for detail. -Tao From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On Behalf Of pmo...@masonlive.gmu.edu Sent: Saturday, November 24, 2012 10:31 AM To: gem5-users@gem5.org Subject: [gem5-users] Could not load kernel file /vmlinux.arm.smp.fb.2.6

[gem5-users] Could not load kernel file /vmlinux.arm.smp.fb.2.6.38.8

2012-11-24 Thread pmo...@masonlive.gmu.edu
Hello, I was wondering if someone can help me. I used the << echo "export M5_PATH=/home/pm/full_system_for_gem5/" >> ~/.bashrc >> but when I use <> all I see is <> in terminal and not the address I specified in /.bashrc file. When I look in .bashrc I can see that the line has added to file but

[gem5-users] m5_path remains unchanged: fatal: Could not load kernel file even though I changed the SysPaths.py

2012-11-23 Thread pmo...@masonlive.gmu.edu
Hello, I was wondering if someone can help me. I used the << echo "export M5_PATH=/home/pm/full_system_for_gem5/" >> ~/.bashrc >> but when I use <> all I see is <> in terminal. I continued the process with youtube tutorial to build the ARM: and I change the SysPaths: def system(): if not sy

Re: [gem5-users] G++ error while building ARM image

2012-11-21 Thread pmo...@masonlive.gmu.edu
swap? From: gem5-users-boun...@gem5.org [mailto:gem5-users-boun...@gem5.org] On Behalf Of pmo...@masonlive.gmu.edu Sent: Wednesday, November 21, 2012 2:19 AM To: gem5-users@gem5.org Subject: [gem5-users] G++ error while building ARM image Hello I am having trouble building the ARM image on ubun

Re: [gem5-users] G++ error while building ARM image

2012-11-21 Thread pmo...@masonlive.gmu.edu
-bit system if possible. You can try without LTO by adding "--no-lto" to the scons command line. Andreas From: "pmo...@masonlive.gmu.edu<mailto:pmo...@masonlive.gmu.edu>" mailto:pmo...@masonlive.gmu.edu>> Reply-To: gem5 users mailing list mailto:gem5-user

[gem5-users] G++ error while building ARM image

2012-11-20 Thread pmo...@masonlive.gmu.edu
Hello I am having trouble building the ARM image on ubuntu 64 bit on vmware workstation 8.0.4. I have done all of this ( according to the youtube video) on 32 bit. I have installed G++. I looked for this kind of error online but I couldn't find anything. Could somebody help me? Here is the er

Re: [gem5-users] Error message when trying to build ARM : Could not read bootloader

2012-11-17 Thread pmo...@masonlive.gmu.edu
of the file boot.arm 2) file not in the format Ecoff, Aout, Elf 3) mmap failed which is unlikely On 16 Nov 2012, at 19:08, pmo...@masonlive.gmu.edu wrote: > Hello > > Thank you for your reply. > > I am following the youtube tutorial and when I type this : > "build/ARM/ge

[gem5-users] Error message when trying to build ARM : Could not read bootloader

2012-11-16 Thread pmo...@masonlive.gmu.edu
Hello I am following the youtube tutorial and when I type this : "build/ARM/gem5.fast configs/example/fs.py --disk-image=/home/bpayne/full_system_for_gem5/disks/arm-ubuntu-natty-headless.img" I get the following error: fatal: Could not read bootloader: /dist/m5/system/binaries/boot.arm I hav

Re: [gem5-users] Error message when trying to build ARM : Could not read bootloader

2012-11-16 Thread pmo...@masonlive.gmu.edu
o build ARM : Could not read bootloader Hello, Could you post what commands you issued prior to this error? (Copy-paste the output from the screen.) Thank you, Ben Payne Laboratory for Physical Sciences http://www.lps.umd.edu/ From: gem5-users-boun...@gem5.org [mailto:gem5-u

[gem5-users] Error message when trying to build ARM : Could not read bootloader

2012-11-16 Thread pmo...@masonlive.gmu.edu
Hello, I am trying to build ARM using gem5.fast on a ubuntu 12.04 bit virtual machine. And I get this message. Could someone advise me on how to resolve this? I'd most appreciate it. Thank you, Best regards, Parnian ___ gem5-users mailing list gem5-us

[gem5-users] compiling a c project with libraries

2012-11-07 Thread pmo...@masonlive.gmu.edu
Hello I was wondering if you could help me figure out how can I build a c project that has multiple parts with math.h and other libraries. I used gem5.fast for building gem5. And then build "hello" and was able to see the result. I would most appreciate your help. Thank you, Best regards, Pa

Re: [gem5-users] gem5-installation freezing

2012-11-02 Thread pmo...@masonlive.gmu.edu
ne is swapping like crazy I would imagine). Try either gem5.fast with gcc, or switch to using clang that requires far less memory. Andreas On 02/11/2012 18:18, "pmo...@masonlive.gmu.edu" wrote: >Hello > >Thank you for videos on gem5 installation. >I have a problem, I was won

Re: [gem5-users] gem5-installation freezing

2012-11-02 Thread pmo...@masonlive.gmu.edu
Hello Thank you for videos on gem5 installation. I have a problem, I was wondering if you could help me with. when I run sudo scons build/ARM/gem5.opt -j2 it freezes on te below line: ARM/arch/arm/generated/03_cpu_exex.cc -> o I am running it on Ubuntu 12.04 on vmware player. My processor is a