On 09/07/03 18:46 -0700, Linux Handsome wrote:
GLUG Meeting on 13th July, 4pm at KReSIT, IIT Campus, Powai.
Hello friends , I am getting problem in compiling my module (RAMDISK kernel module).My kernel version is Linux indus 2.4.18-14 . The following errors i am getting plz help me to solve them .
gcc -D__KERNEL__ -I/usr/src/linux-2.4.18-14/include/ -DMODULE -Wall -O2 -c -o radimo_del.o radimo_del.c
In file included from radimo_del.c:21:
/usr/src/linux-2.4.18-14/include/linux/vmalloc.h: In function `vmalloc': /usr/src/linux-2.4.18-14/include/linux/vmalloc.h:35: `boot_cpu_data_R0657d037' undeclared (first use in this function)
Let me guess. You have not done a make config dep, so your asm links don't work.
Devdas Bhagat