Try this:
-Uninstall the kernel source.
-Reinstall the kernel source.
- Go to the source dir.
- do "make mrproper".
- And then try to compile it with usual commands (make xconfig, make dep...
and so on.)
Salu2,
�scar.
El Vie 20 Jul 2001 19:17, escribiste:
> I don't understand why i am suddenly unable to build kernel-2.4.3-20mdk.
> Every time I try to build it, the kernel builds but the modules crap out on
> me. If not one module (invariably zatm.o) than another when I deactivate
> any and all ATM support in xconfig, in this case I am now unable to build
> the modules because:
> /usr/src/linux-2.4.3/include/asm/pgalloc.h: In function `pte_free_fast':
> /usr/src/linux-2.4.3/include/asm/pgalloc.h:127: `boot_cpu_data_R65dda927'
> undeclared (first use in this function)
> loop.c: In function `loop_set_fd':
> loop.c:651: warning: implicit declaration of function
> `kernel_thread_R7e9ebb05' make[2]: *** [loop.o] Error 1
> make[2]: Leaving directory `/usr/src/linux-2.4.3/drivers/block'
> make[1]: *** [_modsubdir_block] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.4.3/drivers'
> make: *** [_mod_drivers] Error 2
>
> What NOW!? What is it with the block driver that is dorked? This is a
> very recent problem as I have had no problems building this damn kernel
> before (I am attempting to fix nonsensical radeon support problems). What
> must I do to get this to build the modules?