[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 01154) Re: [adrenochrome] USAGI cryptoapi - "missing" ciphers
please do "make prepare TARGET=linux24" in usagi-topdir.
At Sat, 12 Jan 2002 10:01:16 -0800 (PST),
<kirk@xxxxxxxxxxxxxxxxx> wrote:
>
> I just cvs'ed the latest down and I'm getting this error when making
> bzImage
>
>
>
> gcc -D__KERNEL__ -I/home/kirk/usagi/kernel/linux24/include -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
> -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
> -march=i686 -c -o uid16.o uid16.c
> gcc -D__KERNEL__ -I/home/kirk/usagi/kernel/linux24/include -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer
> -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2
> -march=i686 -DEXPORT_SYMTAB -c ksyms.c
> ksyms.c:49:23: linux/md5.h: No such file or directory
> ksyms.c:547: `md5_init' undeclared here (not in a function)
> ksyms.c:547: initializer element is not constant
> ksyms.c:547: (near initialization for `__ksymtab_md5_init.value')
> ksyms.c:548: `md5_loop' undeclared here (not in a function)
> ksyms.c:548: initializer element is not constant
> ksyms.c:548: (near initialization for `__ksymtab_md5_loop.value')
> ksyms.c:549: `md5_pad' undeclared here (not in a function)
> ksyms.c:549: initializer element is not constant
> ksyms.c:549: (near initialization for `__ksymtab_md5_pad.value')
> ksyms.c:550: `md5_result' undeclared here (not in a function)
> ksyms.c:550: initializer element is not constant
> ksyms.c:550: (near initialization for `__ksymtab_md5_result.value')
> make[2]: *** [ksyms.o] Error 1
> make[2]: Leaving directory `/home/kirk/usagi/kernel/linux24/kernel'
> make[1]: *** [first_rule] Error 2
> make[1]: Leaving directory `/home/kirk/usagi/kernel/linux24/kernel'
> make: *** [_dir_kernel] Error 2
>
>
>
> any ideas??