[android-porting] Re: building android for ARM

2011-05-03 Thread Manoj Kumar
Hi, I am sorry for writing only "make" actually i am trying to build android eclair version2.1 for my SMDK6410 board and there is a build.sh file. That file contains this command "make -j$CPU_JOB_NUM PRODUCT-sec_smdk6410-eng" so i am running "./build.sh" I think this command will cover the first f

[android-porting] Re: building android for ARM

2011-05-03 Thread Manoj Kumar
Dear Hedwin, I tried the steps u suggested and i tried with "m -j16", but i got some errors, i think they are same as before but pls have a look and suggest if i need to do something in addition icp@icp-desktop:~/Documents/android_eclair_smdk6410$ m -j16 ===

Re: [android-porting] Re: building android for ARM

2011-05-03 Thread hedwin
The wierd thing is that a lot of people use make to build the android system while android environment provides the means that make this a lot easier. Below the steps and what is does, - source build/envsetup.sh This will setup your environment, so pointing to the correct host and cross compile