Hi: I have same problem, another idea?
Javier I saw an error similar to this. Save your config in make xconfig; then do a super clean of your object files. make mrproper xconfig clean bzImage modules > Hi guys: > > > After make bzImages modules, I have this error: > > de sched.c:19: > /usr/src/linux-2.4.18-14/include/linux/kernel.h:73: error de > decodificaci�n antes de "va_list" > /usr/src/linux-2.4.18-14/include/linux/kernel.h:73: aviso: la > declaraci�n de la > funci�n no es un prototipo > /usr/src/linux-2.4.18-14/include/linux/kernel.h:76: error de > decodificaci�n antes de "va_list" > /usr/src/linux-2.4.18-14/include/linux/kernel.h:76: aviso: la > declaraci�n de la > funci�n no es un prototipo > /usr/src/linux-2.4.18-14/include/linux/kernel.h:80: error de > decodificaci�n antes de "va_list" > /usr/src/linux-2.4.18-14/include/linux/kernel.h:80: aviso: la > declaraci�n de la > funci�n no es un prototipo > sched.c: En la funci�n sys_sched_yield': > sched.c:1374: aviso: variable 'rq' sin uso > make[2]: *** [sched.o] Error 1 > make[2]: Saliendo directorio /usr/src/linux-2.4.18-14/kernel' > make[1]: *** [first_rule] Error 2 > make[1]: Saliendo directorio /usr/src/linux-2.4.18-14/kernel' > make: *** [_dir_kernel] Error 2 > > > any suggetions please? > > Regards Javier Just remember to save your .config to another partition other than the one in which you will be compiling. make mrproper will blow it away otherwise. Then copy it back into the compile directory after doing the clean. -- Jack Bowling -- Psyche-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/psyche-list
