Jump to content

Compiling Issues for 2.3.3 (AOSP) with a MSM7227 Phone


Guest Jekle

Recommended Posts

Hi this may seem I've posted in the wrong forum. I'm posting here as I know there are many talented devs here and have compiled AOSP themselves or just grabbed the Latest CM7 Source.

Firstly , we had problems with lunch , because they did not recognise armv6-vfp . It was solved when I downloaded the .mk file from github . This is for the Galaxy Ace BTW. It might be a problem seen on other Android Platforms, But I know this is the ZTE Blade forum but I had a presence here before. Thank You

Now , when I compile I get this error:

lol@lol-Aspire-4741G:~/WORKING_DIRECTORY$ make -j8

============================================

PLATFORM_VERSION_CODENAME=AOSP

PLATFORM_VERSION=3.1.4.1.5.9.2.6.5

TARGET_PRODUCT=cooper

TARGET_BUILD_VARIANT=eng

TARGET_SIMULATOR=false

TARGET_BUILD_TYPE=release

TARGET_BUILD_APPS=

TARGET_ARCH=arm

TARGET_ARCH_VARIANT=armv6-vfp

HOST_ARCH=x86

HOST_OS=linux

HOST_BUILD_TYPE=release

BUILD_ID=OPENMASTER

============================================

find: `frameworks/base/frameworks/base/docs/html': No such file or directory

find: `out/target/common/docs/gen': No such file or directory

find: `frameworks/base/frameworks/base/docs/html': No such file or directory

find: `out/target/common/docs/gen': No such file or directory

find: `frameworks/base/frameworks/base/docs/html': No such file or directory

find: `out/target/common/docs/gen': No such file or directory

find: `frameworks/base/frameworks/base/docs/html': No such file or directory

find: `out/target/common/docs/gen': No such file or directory

find: `frameworks/base/frameworks/base/docs/html': No such file or directory

find: `out/target/common/docs/gen': No such file or directory

build/core/base_rules.mk:162: *** hardware/msm7k/libaudio: MODULE.TARGET.SHARED_LIBRARIES.libaudiopolicy already defined by device/samsung/cooper/libaudio. Stop.

We can make out it is a libaudio conflict and it looks we have some framework issues too.

Link to comment
Share on other sites

Guest unrandomsam

Hi this may seem I've posted in the wrong forum. I'm posting here as I know there are many talented devs here and have compiled AOSP themselves or just grabbed the Latest CM7 Source.

Firstly , we had problems with lunch , because they did not recognise armv6-vfp . It was solved when I downloaded the .mk file from github . This is for the Galaxy Ace BTW. It might be a problem seen on other Android Platforms, But I know this is the ZTE Blade forum but I had a presence here before. Thank You

Now , when I compile I get this error:

lol@lol-Aspire-4741G:~/WORKING_DIRECTORY$ make -j8

============================================

PLATFORM_VERSION_CODENAME=AOSP

PLATFORM_VERSION=3.1.4.1.5.9.2.6.5

TARGET_PRODUCT=cooper

TARGET_BUILD_VARIANT=eng

TARGET_SIMULATOR=false

TARGET_BUILD_TYPE=release

TARGET_BUILD_APPS=

TARGET_ARCH=arm

TARGET_ARCH_VARIANT=armv6-vfp

HOST_ARCH=x86

HOST_OS=linux

HOST_BUILD_TYPE=release

BUILD_ID=OPENMASTER

============================================

find: `frameworks/base/frameworks/base/docs/html': No such file or directory

find: `out/target/common/docs/gen': No such file or directory

find: `frameworks/base/frameworks/base/docs/html': No such file or directory

find: `out/target/common/docs/gen': No such file or directory

find: `frameworks/base/frameworks/base/docs/html': No such file or directory

find: `out/target/common/docs/gen': No such file or directory

find: `frameworks/base/frameworks/base/docs/html': No such file or directory

find: `out/target/common/docs/gen': No such file or directory

find: `frameworks/base/frameworks/base/docs/html': No such file or directory

find: `out/target/common/docs/gen': No such file or directory

build/core/base_rules.mk:162: *** hardware/msm7k/libaudio: MODULE.TARGET.SHARED_LIBRARIES.libaudiopolicy already defined by device/samsung/cooper/libaudio. Stop.

We can make out it is a libaudio conflict and it looks we have some framework issues too.

Forget the docs related stuff they are not important.

The easiest thing to do is just move the libaudio you need into the source. (Its only useful to have everything in the device directory when you want to target multiple devices from the same source tree).

Failing that you will have to see how Cyanogenmod does it.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.