のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

full_x86でmake iso_imgできない?

$ make iso_img TARGET_PRODUCT=generic_x86
make: *** ターゲット `iso_img' を make するルールがありません. 中止.

AndroidのmasterのTARGET_PRODUCTがデバイスごとに変わったようだ。(@kinnekoさんより)

Choose a Target

Build name Device Notes
full emulator fully configured with all languages, apps, input methods
full_maguro maguro full build running on Galaxy Nexus GSM/HSPA+ ("maguro")
full_panda panda full build running on PandaBoard ("panda")

Android-x86からソースを落とし治した。(ics-x86ブランチ)
repo init -u http://git.android-x86.org/manifest -b ics-x86

make -j4 iso_img TARGET_PRODUCT=generic_x86 2>&1 | tee make_generic_x86.log
こっちだと、generic_x86.isoが作成できた。

やっと、インストールまでできた。

VirtualBoxの設定>システム>マザーボード>絶対座標指定のデバイスを有効化のチェックを外すとマウスが使えるようになった。