Compiling android Kernel -


i have been in phase of compiling android kernel install module on emulator. stuck horrible error. here how compiling code:

>> path=$path:/home/user/mydroid/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-  >> make cross_compile=arm-eabi- arch=arm  ============================================  platform_version_codename=aosp  platform_version=aosp  target_product=full  target_build_variant=eng  target_simulator=  target_build_type=release  target_build_apps=  target_arch=arm  target_arch_variant=armv5te  host_arch=x86  host_os=linux  host_build_type=release  build_id=openmaster  ============================================  - - - - -   prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -mthumb-interwork -ibionic/libc/private -ibionic/libc/private -o out/target/product/generic/obj/lib/crtbegin_dynamic.o -c bionic/libc/arch-arm/bionic/crtbegin_dynamic.s  assembler messages:  fatal error: invalid -march= option: `armv5te'  make: *** [out/target/product/generic/obj/lib/crtbegin_dynamic.o] error 1  ----end----- 

can suggest me solution? appreciated.

hi met same problem. found solution maybe little helpful you. need chmod -r a+x android whole project.

so guess root cause maybe : binary in android project didn't executed.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -