in your boardconfig.mk you have something calling krait optimizations or something.
look for [code]TARGET_CPU_VARIANT := [/code] and make it either krait, or scorpion depending on your needs. and also if i remember correctly [code]TARGET_ARCH_VARIANT_CPU := [/code] can call some krait related file. poke your head into bioninic/libc/arch-arm and follow the #includes to see On Monday, November 25, 2013 8:50:29 AM UTC-8, Spenser Bushey wrote: > > Hi all, > > I am trying to port KitKat to new hardware (vivow) and I get this error > whenever I build: > No rule to make target `bionic/libc/arch-arm/krait/bionic/memmove.S', > needed by > `/home/spenser/android/cyanogenmod/out/target/product/vivow/obj/STATIC_LIBRARIES/libc_common_intermediates/arch-arm/krait/bionic/memmove.o'. > > Stop. > This is confusing me because vivow is scorpion based not krait based. But > if it needs it, I guess I better build it. Where and how to I make this > file? > > Thanks > -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
