Hi, i downloaded android x86 source code. while trying to compile its giving errors.. like as follows... 1. $TARGET_ARCH=x86 TARGET_PRODUCT=generic_x86 DISABLE_DEXPREOPT=true make -j2 installer_img
then its giving as .. PLATFORM_VERSION_CODENAME=AOSP PLATFORM_VERSION=AOSP TARGET_PRODUCT=generic_x86 TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR= TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=x86 TARGET_ARCH_VARIANT=x86 HOST_ARCH=x86 HOST_OS=linux HOST_BUILD_TYPE=release BUILD_ID=OPENMASTER uild/core/base_rules.mk:86: * Add "LOCAL_MODULE_TAGS" :=" optional" in the build/core/base_rules.mk:87: * Android.mk for the affected module, and add build/core/base_rules.mk:88: * the LOCAL_MODULE value for that component build/core/base_rules.mk:89: * into the PRODUCT_PACKAGES section of product build/core/base_rules.mk:90: * makefile(s) where its necessary, if build/core/base_rules.mk:91: * appropriate. build/core/base_rules.mk:92: * build/core/base_rules.mk:93: * If the component should be in EVERY build of ALL build/core/base_rules.mk:94: * products, then add its LOCAL_MODULE value to the build/core/base_rules.mk:95: * PRODUCT_PACKAGES section of build/core/base_rules.mk:96: * build/target/product/core.mk build/core/base_rules.mk:97: * build/core/base_rules.mk:74: *** Module name: hprof-conv build/core/base_rules.mk:75: *** Makefile location: dalvik/tools/hprof- conv build/core/base_rules.mk:76: * build/core/base_rules.mk:77: * Each module must use a LOCAL_MODULE_TAGS in its build/core/base_rules.mk:78: * Android.mk. Possible tags declared by a module: build/core/base_rules.mk:79: * build/core/base_rules.mk:80: * optional, debug, eng, tests, samples build/core/base_rules.mk:81: * build/core/base_rules.mk:82: * If the module is expected to be in all builds build/core/base_rules.mk:83: * of a product, then it should use the build/core/base_rules.mk:84: * "optional" tag: build/core/base_rules.mk:85: * build/core/base_rules.mk:86: * Add "LOCAL_MODULE_TAGS" :=" optional" in the build/core/base_rules.mk:87: * Android.mk for the affected module, and add build/core/base_rules.mk:88: * the LOCAL_MODULE value for that component build/core/base_rules.mk:89: * into the PRODUCT_PACKAGES section of product build/core/base_rules.mk:90: * makefile(s) where its necessary, if build/core/base_rules.mk:91: * appropriate. build/core/base_rules.mk:92: * build/core/base_rules.mk:93: * If the component should be in EVERY build of ALL build/core/base_rules.mk:94: * products, then add its LOCAL_MODULE value to the build/core/base_rules.mk:95: * PRODUCT_PACKAGES section of build/core/base_rules.mk:96: * build/target/product/core.mk build/core/base_rules.mk:97: * make: *** No rule to make target `prebuilt/android-x86/kernel/kernel', needed by `out/target/product/generic_x86/kernel'. Stop. 2 . $ make TARGET_PRODUCT=generic_x86 it giving errors... Docs droiddoc: out/target/common/docs/api-stubs target Creating: out/target/product/generic_x86/grub/grub_stage2 target Generating GRUB bin: out/target/product/generic_x86/grub/ grub.bin make: *** No rule to make target `dalvik/vm/arch//Call386ABI.S', needed by `out/host/linux-x86/obj/STATIC_LIBRARIES/libdvm- host_intermediates/arch//Call386ABI.o'. Stop Please any one help to come out of these errors... Thanks in Advance... -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
