Joined
·
131 Posts
Your device configs are specifying some unknown architecture flags, or at least flags that the CM tree isn't able to deal with.I was able to fix that error but i'm getting now that:
some single words had to be translated cause of they were in germanCode:<br /> mkdir -p out/target/product/p920/recovery/root/res/<br /> cp -fr bootable/recovery/gui/devices/common/res/* out/target/product/p920/recovery/root/res/<br /> prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -mthumb-interwork -Ibionic/libc/private -DCRT_LEGACY_WORKAROUND -o out/target/product/p920/obj/lib/crtbegin_dynamic.o -c bionic/libc/arch-arm/bionic/crtbegin_dynamic.S<br /> target thumb C: dump_image <= bootable/recovery/flashutils/dump_image.c<br /> cp -fr bootable/recovery/gui/devices/480x800/res/* out/target/product/p920/recovery/root/res/<br /> cc1 error unrecognized command line option -mthumb-interwork<br /> cc1 error unrecognized command line option -mfloat-abi=soft<br /> cc1 error unrecognized command line option -mfpu=vfp<br /> mkdir -p out/target/product/p920/recovery/root/sbin/<br /> bionic/libc/arch-arm/bionic/crtbegin_dynamic.S:1:0: error: unknown ABI (aapcs) for -mabi= switch<br /> bionic/libc/arch-arm/bionic/crtbegin_dynamic.S:1:0: error: wrong value (armv5te) for -march= switch<br /> make: *** [out/target/product/p920/obj/lib/crtbegin_dynamic.o] error 1<br /> ln -sf /sbin/busybox out/target/product/p920/recovery/root/sbin/sh<br /> cc1 error unrecognized command line option -softfp<br /> cc1 error unrecognized command line option -mfpu=neon<br /> cc1 error unrecognized command line option -mthumb-interwork<br /> cc1 error unrecognized command line option -mthumb<br /> bootable/recovery/flashutils/dump_image.c:1:0: error: unknown ABI (aapcs) for -mabi= switch<br /> bootable/recovery/flashutils/dump_image.c:1:0: error: wrong value (armv7-a) for -march= switch<br /> make: *** [out/target/product/p920/obj/RECOVERY_EXECUTABLES/dump_image_intermediates/dump_image.o] error 1<br />
![]()
hope you somebody can helb me