Want to cross compile my kernel with v4l and em28xx support.
http://plugcomputer.org/plugwiki/index.php/Compiling_Linux_Kernel_for_the_Plug_Computer#Crosscompiling_the_kernelAfter
make -j2 ARCH=arm CROSS_COMPILE=~/Projekte/SheevaPlug/kernel-build/arm-2009q1/bin/arm-none-eabi- uImage
the code runs a few minutes till the following message occurs:
LD net/built-in.o
LD vmlinux.o
MODPOST vmlinux.o
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
KSYM .tmp_kallsyms1.S
AS .tmp_kallsyms1.o
LD .tmp_vmlinux2
KSYM .tmp_kallsyms2.S
AS .tmp_kallsyms2.o
LD vmlinux
SYSMAP System.map
SYSMAP .tmp_System.map
OBJCOPY arch/arm/boot/Image
Kernel: arch/arm/boot/Image is ready
AS arch/arm/boot/compressed/head.o
GZIP arch/arm/boot/compressed/piggy.gz
CC arch/arm/boot/compressed/misc.o
AS arch/arm/boot/compressed/piggy.o
LD arch/arm/boot/compressed/vmlinux
Segmentation fault
make[2]: *** [arch/arm/boot/compressed/vmlinux] Error 139
make[1]: *** [arch/arm/boot/compressed/vmlinux] Error 2
make: *** [uImage] ERROR 2
Any ideas, what went wrong ?
Best regards.
EDIT:
http://www.unixguide.net/linux/faq/09.06.shtml 
?