hi,

Maybe you can also try following workaround I've read inanother thread
(info from Chen)

...you can modify under
external/e2fsprogs/Android.mk:
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,3 @@
 ifneq ($(TARGET_SIMULATOR),true)
-# include $(call all-subdir-makefiles)
+ include $(call all-subdir-makefiles)
 endif

just add the include....i was successful in building afterwars.

regards,
choo

On Apr 9, 12:50 pm, Skuld <skul...@gmail.com> wrote:
> Hi :
>
> I download new source code on 2009.04.07 and I add three project (alsa-
> lib,alsa_sound,eeepc) in local_manifest.xml.
> Than I execute $TARGET_ARCH=x86 TARGET_PRODUCT=eee_701
> DISABLE_DEXPREOPT=true make installer_img.
>
> But it happen following error message.How can I fix this?
>
> ===================Error=========================================
>
> 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
--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to