I did this:
cd /usr/src/linux
make menuconfig
make dep
make
make modules
and then I get this error:
usr/src/linux-2.4.4/include/linux/module.h:177: nondigits in number and not
hexadecimal
/usr/src/linux-2.4.4/include/linux/module.h:177: nondigits in number and not
hexadecimal
/usr/src/linux-2.4.4/include/linux/module.h:177: nondigits in number and not
hexadecimal
/usr/src/linux-2.4.4/include/linux/module.h:177: parse error before `6b99f7d8'
/usr/src/linux-2.4.4/include/linux/module.h:177: `inter_module_put_R_ver_str'
declared as function returning a function
/usr/src/linux-2.4.4/include/linux/module.h:177: warning: function
declaration isn't a prototype
/usr/src/linux-2.4.4/include/linux/module.h:186:
`try_inc_mod_count_R_ver_str' declared as function returning a function
/usr/src/linux-2.4.4/include/linux/module.h:186: warning: parameter names
(without types) in function declaration
In file included from /usr/src/linux-2.4.4/include/linux/sched.h:9,
from loop.c:57:
/usr/src/linux-2.4.4/include/linux/binfmts.h:45: warning: `struct mm_struct'
declared inside parameter list
/usr/src/linux-2.4.4/include/linux/binfmts.h:45: warning: its scope is only
this definition or declaration, which is probably not what you want.
loop.c: In function `loop_set_fd':
loop.c:651: warning: implicit declaration of function
`kernel_thread_R7ca341af'
make[2]: *** [loop.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.4/drivers/block'
make[1]: *** [_modsubdir_block] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.4/drivers'
make: *** [_mod_drivers] Error 2
And that's it. Any ideas?
I also get an error that doesn't allow me to make the other hpoj driver--so I
tried to
just rebuild a new kernel.
If this fails, it's back to Yellow Dog :-(
Thanks,
Jeff