I'm trying to compile Android KK for the Sabre SD Q.
I'm currently trying to run:
make bootimage BUILD_TARGET_DEVICE=sd
Which gives me the following errors:
myandroid/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/../lib/gcc/i686-linux/4.6.x-google/../../../../i686-linux/bin/ld: cannot find crt1.o: No such file or directory
myandroid/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/../lib/gcc/i686-linux/4.6.x-google/../../../../i686-linux/bin/ld: cannot find crti.o: No such file or directory
myandroid/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/../lib/gcc/i686-linux/4.6.x-google/../../../../i686-linux/bin/ld: cannot find crtbegin.o: No such file or directory
These files are used by gcc in my understanding.
Could anybody help me resolve this error?
Thanks in advance!
Greetings
Jorg