Hi All, I am trying to cross-compile kernel/modules of gingerbread for arm on 64-bit Ubuntu (11.04). I am getting segmentation fault.
Could you please point what mistake I am doing? export ARCH=arm export TOOLCHAIN=/data/Source/Android/gingerbread/prebuilt/linux-x86/ toolchain/arm-eabi-4.3.1/bin export PATH=$TOOLCHAIN:$PATH [/data/Source/Android/gingerbread/kernel] > make modules CHK include/linux/version.h CHK include/generated/utsrelease.h make[1]: `include/generated/mach-types.h' is up to date. CALL scripts/checksyscalls.sh Building modules, stage 2. MODPOST 2400 modules Segmentation fault make[1]: *** [__modpost] Error 139 make: *** [modules] Error 2 The same is the case when I am building the kernel. + ppcs -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

