Funky build error

Status
Not open for further replies.
T

tsunamical

Guest
Hey all. Trying to build PA with JustArchi's ArchiDroid Optimizations V3 I merged from the CM commit. I was able to build it before when I merged in the Optimizations from someone else that had forked from AOSPA-legacy as well but their repo is down now.

My android_build: https://github.com/Tsunamical/android_build
The commit: https://github.com/Tsunamical/android_build/commit/10934b272b0b548f903937d4c36e6952befd2856

Build error:
Code:
host C: libmincrypt <= system/core/libmincrypt/dsa_sig.c
i686-linux-gcc: error: fomit-frame-pointer: No such file or directory
i686-linux-gcc: error: frerun-cse-after-loop: No such file or directory
make: *** [/home/dev/android/out/host/linux-x86/obj/STATIC_LIBRARIES/libmincrypt_intermediates/dsa_sig.o] Error 1
I am also getting a lot of these at the beginning:
Code:
arm-linux-androideabi-gcc: error: fomit-frame-pointer: No such file or directory
In my g2-common I have this to use SM:
Code:
TARGET_GCC_VERSION_EXP := 4.8-sm
TARGET_KERNEL_CUSTOM_TOOLCHAIN := arm-eabi-4.10-sm
 
Status
Not open for further replies.