What arch are you compiling for? i386?
> > When I compiled bzImage (using .config from 2.2.3) I got the following
> > errors:
Did you run one of the "make config" commands before building the kernel? You
may need to do this to flush the changes from arch/*/config.in into .config.
David
-
To un
OK, second attempt, I got no replies the first time...
>
> Hi.
> I patched 2.4.3 to 2.4.4 with the following commands:
>
> cd /usr/src
> cp -r linux-2.4.3 linux-2.4.4
> ln -s linux-2.4.4 linux
> cd linux
> mv ../patch-2.4.4 .
> patch -p1 < patch-2.4.4
>
> When I compiled bzImage (using .conf
gabriel writes:
> When I compiled bzImage (using .config from 2.2.3) I got the following
> errors:
You have to run oldconfig to add the proper new CONFIG_* symbols
for rwsem.
Later,
David S. Miller
[EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
Hi.
I patched 2.4.3 to 2.4.4 with the following commands:
cd /usr/src
cp -r linux-2.2.3 linux-2.2.4
ln -s linux-2.2.4 linux
cd linux
mv patch-2.2.4 .
patch -p1 < patch-2.2.4
When I compiled bzImage (using .config from 2.2.3) I got the following
errors:
arch/i386/kernel/kernel.o(.text.lock+0x20)
4 matches
Mail list logo