I could build Linux kernel with following commands.

----
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git  linux-2.6

cd linux-2.6

git checkout v2.6.27

hg init

cd .hg

hg clone http://repo.gem5.org/linux-patches patches

cd ..

hg qselect 2.6.27

hg qpush -a

cp .config.m5 .config

make ARCH=alpha CROSS_COMPILE=/path/to/alpha/compiler/alpha-unknown-linux-gnu- vmlinux -j 4
----

Thanks.


(11/07/13 17:58), Tomoya Hirao wrote:
Hello,

I'm using ALPHA_FS. I want to build Linux kernel 2.6.18 (or later)
to use sched_setaffinity systemcall.

I read http://gem5.org/Linux_kernel but following command was failed.
$ hg clone http://www.kernel.org/hg/linux-2.6

Please tell me another way to build the kernel.

Regards,


--
九州大学大学院システム情報科学研究院
情報知能工学部門 
平尾 智也
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to