I'm trying to compile android x86 using these instructions http://wiki.androidx86.org/index.php?title=Building_Android_for_the_ThinkPad_series
I am building it in ubuntu 8.10 32bit on a vm with 320mb ram and 10gb hd. at the end of running 'CC=gcc-4.2 CXX=g++-4.2 TARGET_ARCH=x86 TARGET_PRODUCT=eee_701 DISABLE_DEXPREOPT=true make -j2 installer_img' i get: ... Copy: out/target/product/eee_701/installer/root/system/bin/mkdir Copy: out/target/product/eee_701/installer/root/system/bin/rmdir Copy: out/target/product/eee_701/installer/root/system/bin/reboot Copy: out/target/product/eee_701/installer/root/system/bin/getevent Copy: out/target/product/eee_701/installer/root/system/bin/sendevent Copy: out/target/product/eee_701/installer/root/system/bin/date Copy: out/target/product/eee_701/installer/root/system/bin/wipe Copy: out/target/product/eee_701/installer/root/system/bin/sync Copy: out/target/product/eee_701/installer/root/system/bin/umount Copy: out/target/product/eee_701/installer/root/system/bin/start Copy: out/target/product/eee_701/installer/root/system/bin/stop Copy: out/target/product/eee_701/installer/root/system/bin/notify Copy: out/target/product/eee_701/installer/root/system/bin/cmp Copy: out/target/product/eee_701/installer/root/system/bin/dmesg Copy: out/target/product/eee_701/installer/root/system/bin/route Copy: out/target/product/eee_701/installer/root/system/bin/hd Copy: out/target/product/eee_701/installer/root/system/bin/dd Copy: out/target/product/eee_701/installer/root/system/bin/df Copy: out/target/product/eee_701/installer/root/system/bin/getprop Copy: out/target/product/eee_701/installer/root/system/bin/setprop Copy: out/target/product/eee_701/installer/root/system/bin/watchprops Copy: out/target/product/eee_701/installer/root/system/bin/log Copy: out/target/product/eee_701/installer/root/system/bin/sleep Copy: out/target/product/eee_701/installer/root/system/bin/renice Copy: out/target/product/eee_701/installer/root/system/bin/printenv Copy: out/target/product/eee_701/installer/root/system/bin/smd Copy: out/target/product/eee_701/installer/root/system/bin/chmod Copy: out/target/product/eee_701/installer/root/system/bin/chown Copy: out/target/product/eee_701/installer/root/system/bin/mkdosfs Copy: out/target/product/eee_701/installer/root/system/bin/netstat Copy: out/target/product/eee_701/installer/root/system/bin/ioctl Copy: out/target/product/eee_701/installer/root/system/bin/mv Copy: out/target/product/eee_701/installer/root/system/bin/schedtop Copy: out/target/product/eee_701/installer/root/system/bin/top Copy: out/target/product/eee_701/installer/root/system/bin/iftop Copy: out/target/product/eee_701/installer/root/system/bin/id Copy: out/target/product/eee_701/installer/root/system/bin/vmstat Copy: out/target/product/eee_701/installer/root/system/bin/logcat Copy: out/target/product/eee_701/installer/root/system/xbin/strace Copy: out/target/product/eee_701/installer/root/system/bin/netcfg Copying installer base files... Copy: out/target/product/eee_701/obj/lib/libdiskconfig.so -> out/ target/product/eee_701/installer/root/system/lib/libdiskconfig.so Copy: -> dirname: missing operand Try `dirname --help' for more information. mkdir: missing operand Try `mkdir --help' for more information. cp: missing file operand Try `cp --help' for more information. Copy: -> dirname: missing operand Try `dirname --help' for more information. mkdir: missing operand Try `mkdir --help' for more information. cp: missing file operand Try `cp --help' for more information. Copy: -> dirname: missing operand Try `dirname --help' for more information. mkdir: missing operand Try `mkdir --help' for more information. cp: missing file operand Try `cp --help' for more information. Copy: -> dirname: missing operand Try `dirname --help' for more information. mkdir: missing operand Try `mkdir --help' for more information. cp: missing file operand Try `cp --help' for more information. Copy: -> dirname: missing operand Try `dirname --help' for more information. mkdir: missing operand Try `mkdir --help' for more information. cp: missing file operand Try `cp --help' for more information. Copy: -> dirname: missing operand Try `dirname --help' for more information. mkdir: missing operand Try `mkdir --help' for more information. cp: missing file operand Try `cp --help' for more information. Copy: -> dirname: missing operand Try `dirname --help' for more information. mkdir: missing operand Try `mkdir --help' for more information. cp: missing file operand Try `cp --help' for more information. Copy: -> dirname: missing operand Try `dirname --help' for more information. mkdir: missing operand Try `mkdir --help' for more information. cp: missing file operand Try `cp --help' for more information. Copy: -> dirname: missing operand Try `dirname --help' for more information. mkdir: missing operand Try `mkdir --help' for more information. cp: missing file operand Try `cp --help' for more information. Copy: -> dirname: missing operand Try `dirname --help' for more information. mkdir: missing operand Try `mkdir --help' for more information. cp: missing file operand Try `cp --help' for more information. Copy: -> dirname: missing operand Try `dirname --help' for more information. mkdir: missing operand Try `mkdir --help' for more information. cp: missing file operand Try `cp --help' for more information. make: *** [out/target/product/eee_701/installer/ramdisk-installer.img] Error 1 make: *** Waiting for unfinished jobs.... is this because it ran out of memory for creating the ramdisk? is that what it's doing? how much memory do i need for the vm? --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
