Re: [android-kernel] Errors Building Android Source Code

2010-05-11 Thread merrou
To compile use : source build/envsetup.sh && sed -n - e "s/^add_lunch_combo//gp" vendor/*/vendorsetup.sh && lunch generic-eng && make -j2 eng && make -j2 .where 2 is the number Of proc in your machine .. I hope this will help you On May 11, 2010 2:32 AM, "merrou" wrote: I recomm

Re: [android-kernel] Errors Building Android Source Code

2010-05-10 Thread tarek attia
why don't you use just the command line interface,and by using an appropriate cross compiler,then command make ?? On Tue, May 11, 2010 at 3:32 AM, merrou wrote: > I recommend you to use make command for compilation > > On May 11, 2010 2:28 AM, "pincrespo" wrote: > > Hi, I have some problem

Re: [android-kernel] Errors Building Android Source Code

2010-05-10 Thread merrou
I recommend you to use make command for compilation On May 11, 2010 2:28 AM, "pincrespo" wrote: Hi, I have some problems building/compiling the Android Source code... I followed the instructions of http://source.android.com/download and http://source.android.com/using-eclipse to download a

[android-kernel] Errors Building Android Source Code

2010-05-10 Thread pincrespo
Hi, I have some problems building/compiling the Android Source code... I followed the instructions of http://source.android.com/download and http://source.android.com/using-eclipse to download and make the project source with NO errors. But when I use Eclipse to build the Android Project Source,