Hi
I'm newbie but i wanted to compile and check out B2G because i think it's great idea.
But i have little problem, i compile for Emulator and these are my errors:
(links to whole out:
http://dl.dropbox.com/u/57736525/gonk.out.txt
http://dl.dropbox.com/u/57736525/make.out.txt
)
with make gonk:
In file included from include/libbb.h:31,
from include/busybox.h:8,
from libbb/appletlib.c:29:
../../bionic/libc/include/stdlib.h:83: warning: declaration of 'abs' shadows a built-in function
../../bionic/libc/include/stdlib.h:87: warning: declaration of 'labs' shadows a built-in function
../../bionic/libc/include/stdlib.h:91: warning: declaration of 'llabs' shadows a built-in function
AR libbb/lib.a
LINK busybox_unstripped
Trying libraries: c dl gcc m
Library c is needed, can't exclude it (yet)
Library dl is not needed, excluding it
Library gcc is needed, can't exclude it (yet)
Library m is needed, can't exclude it (yet)
Library c is needed, can't exclude it (yet)
Library gcc is needed, can't exclude it (yet)
Library m is needed, can't exclude it (yet)
Final link with: c gcc m
BFD: busybox: warning: sh_link not set for section `.ARM.exidx'
make[2]: Leaving directory `/android/B2G/glue/gonk/external/busybox'
make[1]: Leaving directory `/android/B2G/glue/gonk'
and then in make:
checking size of int *... 4
checking for ccache... no
configure: error: ccache not found
*** Fix above errors and then restart with "make -f
client.mk build"
make[3]: *** [configure] Error 1
make[2]: *** [/android/B2G/gecko/objdir-prof-gonk/Makefile] Error 2
make[1]: *** [build] Error 2
make: *** [gecko] Error 2