[android-porting] Re: No rule to make target 'iso_img'

2013-06-08 Thread Davor Grubisa
had the same problem today. Because sourceforge git appears to only deliver AOSP, and nothing from Android-x86. Switched it to git.android-x86.org and a whole bunch of stuff is downloading now. On Monday, November 2, 2009 7:32:34 AM UTC+1, itnewbie wrote: Dear Mr. cwhuang, Followed the

[android-porting] Re: No rule to make target 'iso_img'

2009-11-04 Thread Chih-Wei
No idea. The only possibility I can guess is your source tree is incomplete. Try to repo sync again. (in particular, do you have vendor/asus/eeepc/ dir?) If you succeed to compile the code, you should have kernel image at out/target/product/eeepc/kernel, as described in

[android-porting] Re: No rule to make target 'iso_img'

2009-11-03 Thread Chih-Wei
Are you sure you followed all the steps? Then you should have this makefile: bootable/newinstaller/Android.mk It contains the 'iso_img' target. Try to 'repo sync bootable/newinstaller' first. On 11月3日, 上午11時53分, Yiu Wing Mak carlsony...@gmail.com wrote: Dear Mr. cwhuang, Thanks for your

Re: [android-porting] Re: No rule to make target 'iso_img'

2009-11-03 Thread Bilal Mujeeb
are you sure you are in the root folder of the source tree. On Tue, Nov 3, 2009 at 10:05 AM, Chih-Wei cwhu...@linux.org.tw wrote: Are you sure you followed all the steps? Then you should have this makefile: bootable/newinstaller/Android.mk It contains the 'iso_img' target. Try to 'repo

Re: [android-porting] Re: No rule to make target 'iso_img'

2009-11-03 Thread Yiu Wing Mak
Thks for the hint for trouble-shooting. 1. Being another long time repo sync process with http:// www.android-x86.org/getsourcecode, finally i got bootable/newinstaller 2. type in make -j2 iso_img TARGET_PRODUCT=eeepc on tree root directory mydroid 3. Show: *** No rule to make target

[android-porting] Re: No rule to make target 'iso_img'

2009-11-02 Thread Chih-Wei
Have you read this? http://www.android-x86.org/getsourcecode In a word, you have to get android-x86 code base. 'iso_img' is only valid in our tree. On 11月2日, 下午2時32分, itnewbie carlsony...@gmail.com wrote: Dear Mr. cwhuang, Followed the every single steps

Re: [android-porting] Re: No rule to make target 'iso_img'

2009-11-02 Thread Yiu Wing Mak
Dear Mr. cwhuang, Thanks for your reply, I tried every single steps of http://www.android-x86.org/getsourcecode , still no luck. By the way, could you mind to tell/send me which 'Makefile' or the related files can make iso_img to be worked. Because the repo sync process takes ages for each