Re: Compiling kernel 2.6.12

From: Steven Rostedt
Date: Wed Mar 30 2011 - 09:19:57 EST


On Wed, Mar 30, 2011 at 10:38:33AM +0530, Keval Vora wrote:
> Hello
>
> I was trying to compile the kernel 2.6.12. The command "make O=/build
> menuconfig" executed successfully. However I am getting the following
> error on executing "make O=/build":
>
> operand type mismatch for `mov'
>
> I am a student and I particularly wanted to compile this version
> because there are few patches coded for this version I need to study
> them and may be extend them. Can anyone please help me with this one?
>

2.6.12 is a very old kernel and probably wont even build with the latest
toolchains, as now the tool chains will error on things that it use to
let by back then.

You'll probably want to try and find a version of a distro from 2005 and
install that on a machine. Then you could build the 2.6.12 kernel on
that distro. You may need to also find a machine from 2005 as well.

Good luck,

-- Steve

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/