Error when compiling android

Search This thread

brownmonkey300

Senior Member
Mar 22, 2014
265
103
Mumbai
Code:
No private recovery resources for TARGET_DEVICE mako
host C: mkbootimg <= system/core/mkbootimg/mkbootimg.c
prebuilts/tools/gcc-sdk/gcc: line 40: prebuilts/tools/gcc-sdk/../../gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/i686-linux-gcc: No such file or directory
make: *** [/home/karishnu/android/omni/out/host/linux-x86/obj/EXECUTABLES/mkbootimg_intermediates/mkbootimg.o] Error 127

real	2m7.172s
user	0m57.349s
sys	0m20.914s
karishnu@karishnu-PC:~/android/omni$

I am using ubuntu 13.10.

What I have tried :

1. Reinstalling GCC and build-essentials
2. checked if i686-linux-gcc is present (it is)
3. resynced the repo many times

What I found :

mkbootimg.o is missing from the directory.

...............................................................................
Pls temme what to do. I have tried a lot to fix this problem but in vain. There are no other threads mentioning the same problem also.
 

SMillerNL

Senior Member
Sep 6, 2011
3,319
1,036
Amsterdam
I am using a 64 bit system with 2 Gb ram

Sent from my Nexus 4 using Tapatalk
prebuilts/tools/gcc-sdk/../../gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/i686-linux-gcc: No such file or directory

This is the important line in that part. Are you sure that this folder/file exists?


Sent from my Nexus 4, want to know my current project? Check http://team-fun.eu
 
  • Like
Reactions: brownmonkey300

brownmonkey300

Senior Member
Mar 22, 2014
265
103
Mumbai
prebuilts/tools/gcc-sdk/../../gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/i686-linux-gcc: No such file or directory

This is the important line in that part. Are you sure that this folder/file exists?


Sent from my Nexus 4, want to know my current project? Check http://team-fun.eu

Yeah I double checked... Thats what surprises me.. It is present and in the same directory as mentioned.

Sent from my Nexus 4 using Tapatalk
 

Top Liked Posts