Step #1: Visit http://source.android.com

Step #2: Click on the Community tab

Step #3: Find a more relevant list

Step #4: Ask your question there

On Mon, Aug 15, 2011 at 6:10 AM, PPCS <[email protected]> wrote:
> 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
>



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android App Developer Books: http://commonsware.com/books

-- 
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

Reply via email to