Re: [gem5-users] compile Linux kernel for X86 FS

2012-07-14 Thread wael Amr
Hi, i typed command line: build/x86/gem5.opt --path=/home/wael/Mac/gem5/configs/common/ configs/example/fs.py --kernel=/home/wael/Mac/gem5/binaries/vmlinux but i got this error : fatal: Loading a 32 bit x86 kernel is not supported. So any help will be highly appreciated. Thanks Best Regards Wael

Re: [gem5-users] compile Linux kernel for X86 FS

2012-07-14 Thread Lluís Vilanova
wael Amr writes: > Hi, > Thanks a lot for your support as finally i complied the kernel successfully > but > when i tried to follow step No.7,i didn't find the new created > vmlinux-2.6.28.4-smp > So is there something wrong ? You should find the generated kernel in file "vmlinux", right in the

Re: [gem5-users] compile Linux kernel for X86 FS

2012-07-14 Thread wael Amr
Hi, Thanks a lot for your support as finally i complied the kernel successfully but when i tried to follow step No.7,i didn't find the new created vmlinux-2.6.28.4-smp So is there something wrong ? Also in the final step ,How did you run without using any scripts ? Thank you in advance for your

Re: [gem5-users] compile Linux kernel for X86 FS

2012-07-12 Thread Lluís Vilanova
wael Amr writes: > Hi, > But i made Cd for the linux-2.6.28.4 > then i typed the command as shown : > make -C /Mac/gem5/linux-2.6.28.4 O=/Mac/gem5/linux-2.6.28.4 CC=gcc-4.4 > I got this error : > make: *** /Mac/gem5/linux-2.6.28.4: No such file or directory. Stop. > So is there anything missing

Re: [gem5-users] compile Linux kernel for X86 FS

2012-07-11 Thread wael Amr
Hi, But i made Cd for the linux-2.6.28.4 then i typed the command as shown : make -C /Mac/gem5/linux-2.6.28.4 O=/Mac/gem5/linux-2.6.28.4 CC=gcc-4.4 I got this error : make: *** /Mac/gem5/linux-2.6.28.4: No such file or directory. Stop. So is there anything missing ? Thanks Best Regards Wael AMR

Re: [gem5-users] compile Linux kernel for X86 FS

2012-07-11 Thread Lluís Vilanova
wael Amr writes: > Hi, > what do you mean by "-C /path/to/src/linux O=/path/to/build/linux" ? 'make -C /foo' is similar to '(cd /foo ; make)'. See 'make -C /path/to/src/linux help' for a description of the 'O' variable. Lluis > As i typed the command " make CC=gcc-4.4",but i got this error m

Re: [gem5-users] compile Linux kernel for X86 FS

2012-07-10 Thread wael Amr
Hi, what do you mean by "-C /path/to/src/linux O=/path/to/build/linux" ? As i typed the command " make CC=gcc-4.4",but i got this error message: scripts/checksyscalls.sh: line 13: cannot create temp file for here-document: No space left on device HOSTCC scripts/mod/file2alias.o scripts/mod/fil

Re: [gem5-users] compile Linux kernel for X86 FS

2012-07-08 Thread Lluís Vilanova
wael Amr writes: > Hi, > I solved the problem in the last email but i got another error when i tried > the > command "make" for the Linux kernel 2.6.28.4 as shown: > /home/wael/Mac/Gem5/linux-2.6.28.4/kernel/mutex.c:93: undefined reference to > `__mutex_lock_slowpath' > kernel/built-in.o: In fun

Re: [gem5-users] compile Linux kernel for X86 FS

2012-07-07 Thread wael Amr
u are right; that's a better way to do it. It should be the >> path to the x86 system folder. >> >> Diana >> >> -- Forwarded message -- >>> From: wael Amr >>> To: gem5 users mailing list >>> Cc: >>> Date: Thu, 28 Jun

[gem5-users] compile Linux kernel for X86 FS

2012-07-01 Thread Diana Guttman
might be easier to use the Alpha Parsec image here: http://www.m5sim.org/PARSEC_benchmarks. > -- Forwarded message -- > From: wael Amr > To: gem5 users mailing list > Cc: > Date: Sat, 30 Jun 2012 09:02:55 +0300 > Subject: Re: [gem5-users] compile Linux kern

Re: [gem5-users] compile Linux kernel for X86 FS

2012-06-29 Thread wael Amr
--- >> From: wael Amr >> To: gem5 users mailing list >> Cc: >> Date: Thu, 28 Jun 2012 07:25:06 +0300 >> Subject: Re: [gem5-users] compile Linux kernel for X86 FS >> Hi, >> >> Really Great Thanks for this support. >> >> Befo

Re: [gem5-users] compile Linux kernel for X86 FS

2012-06-28 Thread Diana Guttman
Hi, I think you are right; that's a better way to do it. It should be the path to the x86 system folder. Diana -- Forwarded message -- > From: wael Amr > To: gem5 users mailing list > Cc: > Date: Thu, 28 Jun 2012 07:25:06 +0300 > Subject: Re: [gem5-users]

Re: [gem5-users] compile Linux kernel for X86 FS

2012-06-27 Thread wael Amr
Hi, Really Great Thanks for this support. Before trying these steps,i have a question about step No.8 This step can be done also through modifying the file "Syspaths.py" except KeyError: path = [ '/dist/m5/system', '/home/wael/gem5/linux-2.6..28.4' ] instead of except KeyError:

Re: [gem5-users] compile Linux kernel for X86 FS

2012-06-27 Thread Diana Guttman
> > > Hi, > > Since the git didn't work well with me ,i downloaded linux-2.6.28.4.tar.bz2 > then > i followed these commands at :http://gem5.org/Linux_kernel > > and when i applied "make vmlinux -j 4" > I got the same error messag

Re: [gem5-users] compile Linux kernel for X86 FS (wael Amr)

2012-06-27 Thread wael Amr
t;> To: gem5 users mailing list >> Cc: >> Date: Wed, 27 Jun 2012 07:11:54 +0300 >> Subject: Re: [gem5-users] compile Linux kernel for X86 FS >> Hello, >> >> Actually i don't know but i think that git command is used to get Linux >> 2.6.28.4 and the tarball th

Re: [gem5-users] compile Linux kernel for X86 FS

2012-06-27 Thread Lluís Vilanova
wael Amr writes: > Hello, > Thanks a lot for your support. > When i typed the command : > git checkout v2.6.28.4 Did you actually do this just after the "git clone"? No commands in between? Lluis -- "And it's much the same thing with knowledge, for whenever you learn something new, the whol

Re: [gem5-users] compile Linux kernel for X86 FS (wael Amr)

2012-06-27 Thread Diana Guttman
t > Cc: > Date: Wed, 27 Jun 2012 07:11:54 +0300 > Subject: Re: [gem5-users] compile Linux kernel for X86 FS > Hello, > > Actually i don't know but i think that git command is used to get Linux > 2.6.28.4 and the tarball that you sent have the required Linux version,so > it

Re: [gem5-users] compile Linux kernel for X86 FS

2012-06-26 Thread wael Amr
message -- >> From: wael Amr >> To: gem5 users mailing list >> Cc: >> Date: Tue, 26 Jun 2012 08:16:08 +0200 >> Subject: Re: [gem5-users] compile Linux kernel for X86 FS >> Hello, >> >> Thanks a lot for your support. >> When i type

Re: [gem5-users] compile Linux kernel for X86 FS

2012-06-26 Thread Diana Guttman
> > > > -- Forwarded message -- > From: wael Amr > To: gem5 users mailing list > Cc: > Date: Tue, 26 Jun 2012 08:16:08 +0200 > Subject: Re: [gem5-users] compile Linux kernel for X86 FS > Hello, > > Thanks a lot for your support. > Wh

Re: [gem5-users] compile Linux kernel for X86 FS

2012-06-25 Thread wael Amr
Hello, Thanks a lot for your support. When i typed the command : git checkout v2.6.28.4 I got this error message : error: Your local changes to the following files would be overwritten by checkout: include/linux/netfilter/xt_CONNMARK.h include/linux/netfilter/xt_DSCP.h include/linux/n

Re: [gem5-users] compile Linux kernel for X86 FS

2012-06-23 Thread Lluís Vilanova
wael Amr writes: > Hello, > I am trying to set up FS for x86,so one of the steps in this set up is the > kernel compilation : > http://gem5.org/Linux_kernel > When i tried to use the command : > hg clone http://www.kernel.org/hg/linux-2.6 , > I found that there is an error in the link. > So i d

[gem5-users] compile Linux kernel for X86 FS

2012-06-23 Thread wael Amr
Hello, I am trying to set up FS for x86,so one of the steps in this set up is the kernel compilation : http://gem5.org/Linux_kernel When i tried to use the command : hg clone http://www.kernel.org/hg/linux-2.6 , I found that there is an error in the link. So i downloaded Linux version 2.6.27.62