kuber
12-01-2000, 03:21 PM
Ok, I am trying to recompile to get my linksys ethernet card working. I followed the NHF carefully but when I try to make bzImage I get the following message:
gcc -D__KERNEL__ -I/usr/src/linux/include -D__ASSEMBLY__ -D__SMP__ -traditional
-c checksum.S -o checksum.o
checksum.S:231: badly punctuated parameter in list in #define
checksum.S:237: badly punctuated parameter in list in #define
make[2]: *** [checksum.o] Error 1
make[2]: Leaving directory '/usr/src/linux/arch/i386/lib'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory '/usr/src/linux/arch.i386/lib'
make: *** [_dir_arch/i386/lib] Error 2
I have tried a few different stable versions of the kernel and I ALWAYS get this. What do I need to do?
Thanks!
kuber
gcc -D__KERNEL__ -I/usr/src/linux/include -D__ASSEMBLY__ -D__SMP__ -traditional
-c checksum.S -o checksum.o
checksum.S:231: badly punctuated parameter in list in #define
checksum.S:237: badly punctuated parameter in list in #define
make[2]: *** [checksum.o] Error 1
make[2]: Leaving directory '/usr/src/linux/arch/i386/lib'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory '/usr/src/linux/arch.i386/lib'
make: *** [_dir_arch/i386/lib] Error 2
I have tried a few different stable versions of the kernel and I ALWAYS get this. What do I need to do?
Thanks!
kuber