You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to One Laptop Per Hacker
Hi all
I had download kernel (linux-2.6.24.5-gdiumv3-2.2mnb). And I want to
do some hack and recompile this kernel.
However, I find "make menuconfig" doesn't work? Can't compile this
kernel for gdium as uasual ?
thanks
yajin
unread,
Jun 23, 2009, 4:18:44 AM6/23/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gd...@googlegroups.com
Hi
Building the kernel for gdium is like any other MIPS platform. First you need to copy the default config file in arch/mips/configs to the linux source directory and rename it to .config.
Then using the following command to compile the kernel.
make ARCH=mips CROSS_COMPILE=mipsel-gdium-linux-gnu- vmlinux modules
You may need to change the mipsel-gdium-linux-gnu- according to your own toolchain.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gd...@googlegroups.com
thank you
If I building this kernel in gdium notebook. Still need cross
compiling toolchain?
--
jnds
<kenh...@gmail.com>
Wireless Networks Lab.
Beijing University of Post and
Telecommunications
yajin
unread,
Jun 23, 2009, 5:06:22 AM6/23/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gd...@googlegroups.com
Hi,
I think probably not. I have no experience in building the kernel in gdium. Which error do you meet in building the kernel in gdium? You can post the error message here so that we can know what's going on.