hello all out there,
i am not really good in Linux things, but after rtfm an some googeling
my problem still remains...
i am running suse 9.3
gcc and kernel source are installed
make LINUX_SOURCE=/usr/src/linux-2.6.11.4-20a
gives me the following "results" but i am not sure what to do to solve
the errors, do i need some other packages? which ones?
cd /usr/src/linux-2.6.11.4-20a && make SUBDIRS=/tmp/loop-AES-v3.0c
modules Q='@cd /tmp/loop-AES-v3.0c && if [ "$@" = "modules" ]; then
make modules; fi; # '
make[1]: Entering directory `/usr/src/linux-2.6.11.4-20a'
Makefile:494: .config: No such file or directory
WARNING: Symbol version dump
/usr/src/linux-2.6.11.4-20a/Module.symvers is missing; modules will
have no modversions.
Building modules, stage 2.
rm -f *.o *.ko *.orig *.rej *.mod.c patched-loop.[ch] test-file[1234]
rm -f -r test-dir1 tmp-d-kbuild
rm -f patched-loop.[ch]
cp loop.c-2.6.patched patched-loop.c
cd /usr/src/linux-2.6.11.4-20a && gcc -nostdinc -isystem
/usr/lib/gcc-lib/i586-suse-linux/3.3.5/include -D__KERNEL__
-Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs
-fno-strict-aliasing -fno-common -ffreestanding -O2
-fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2
-fno-unit-at-a-time -Iinclude/asm-i386/mach-default -DMODULE
-DX86_ASM -DKBUILD_BASENAME=patched_loop -DKBUILD_MODNAME=loop
-DEXPORT_SYMTAB -c /tmp/loop-AES-v3.0c/patched-loop.c -o
/tmp/loop-AES-v3.0c/patched-loop.o
cd /usr/src/linux-2.6.11.4-20a && gcc -nostdinc -isystem
/usr/lib/gcc-lib/i586-suse-linux/3.3.5/include -D__KERNEL__
-Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs
-fno-strict-aliasing -fno-common -ffreestanding -O2
-fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2
-fno-unit-at-a-time -Iinclude/asm-i386/mach-default -DMODULE
-DX86_ASM -DKBUILD_BASENAME=glue -DKBUILD_MODNAME=loop -c
/tmp/loop-AES-v3.0c/glue.c -o /tmp/loop-AES-v3.0c/glue.o
cd /usr/src/linux-2.6.11.4-20a && gcc -D__ASSEMBLY__
-Iinclude/asm-i386/mach-default -c /tmp/loop-AES-v3.0c/aes-x86.S -o
/tmp/loop-AES-v3.0c/aes-x86.o
cd /usr/src/linux-2.6.11.4-20a && gcc -D__ASSEMBLY__
-Iinclude/asm-i386/mach-default -c /tmp/loop-AES-v3.0c/md5-x86.S -o
/tmp/loop-AES-v3.0c/md5-x86.o
ld -m elf_i386 -r patched-loop.o glue.o aes-x86.o md5-x86.o -o loop.o
cd /usr/src/linux-2.6.11.4-20a && ./scripts/modpost -m vmlinux
/tmp/loop-AES-v3.0c/loop.o >/dev/null 2>&1
make[2]: *** [loop.ko] Error 127
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.11.4-20a'
make: *** [all] Error 2
thx for help
-
Linux-crypto: cryptography in and on the Linux system
Archive: http://mail.nl.linux.org/linux-crypto/