|
Hi,
I did run "make prepare TARGET=linux24" in
usagi-topdir.
While building the bzImage,
I am getting the error:
md5_init undeclered here (not in a
function)
initializer element is not constant
near initialization for
'__ksymtab_md5_init.value')
md5_loop undeclered here
(not in a function)
initializer element is not constant
near initialization for '__ksymtab_md5_loop.value')
md5_pad undeclered here
(not in a function)
initializer element is not constant
near initialization for '__ksymtab_md5_pad.value')
md5_result undeclered here
(not in a function)
initializer element is not constant
near initialization for '__ksymtab_md5_result.value')
make[2]: *** [ksmys.o] Error 1
make[2]: *** Leaving directory '/usrname/usagi/kernel/linux24/kernel'
make[1]: *** [first_rule] Error 2
make[1]: *** Leaving directory '/usrname/usagi/kernel/linux24/kernel'
make: *** [_dir_kernel] Error
2 |