[android-porting] building android for ARM

2011-05-02 Thread Manoj Kumar
hi, I'm trying to build android for ARM but see the following error. Has anyone observed the problem. I take following steps: # cd myandroid # make host C: acp <= build/tools/acp/acp.c cc: No such file or directory make: *** [out/host/linux-x86/obj/EXECUTABLES/acp_intermediates/acp.o] Error 1 P

Re: [android-porting] building android for ARM

2011-05-02 Thread Hamilton Vera
Check your CROSS_COMPILER settings . []'s Hamilton Vera On Sun, May 1, 2011 at 11:51 PM, Manoj Kumar wrote: > hi, I'm trying to build android for ARM but see the following error. > Has anyone observed the problem. > > I take following steps: > > # cd myandroid > # make > > host C: acp <= build/

Re: [android-porting] building android for ARM

2011-05-02 Thread hedwin
Don't just use make. Take a look at the following page about how to build android. http://source.android.com/source/building.html Hedwin On Mon, May 2, 2011 at 3:51 PM, Hamilton Vera wrote: > Check your CROSS_COMPILER settings . > > []'s > > Hamilton Vera > > On Sun, May 1, 2011 at 11:51 PM, M