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

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