Compiling Android source 2.2.3

78 views
Skip to first unread message

Bahar Ali

unread,
Jan 27, 2011, 12:23:46 AM1/27/11
to Android Building
AOA|

I have already used android previous source, but now am attempting to
build on a 32-bit system. while I have souce 2.2.3 and getting these
errors, So Plz help me what can I do to make or lunch this source
code.

baharali@baharali-desktop:~/Froyo$ make -j4
build/target/product/sdk.mk:191: external/svox/pico/lang/
PicoLangDeDeInSystem.mk: No such file or directory
build/target/product/sdk.mk:192: external/svox/pico/lang/
PicoLangEnGBInSystem.mk: No such file or directory
build/target/product/sdk.mk:193: external/svox/pico/lang/
PicoLangEnUsInSystem.mk: No such file or directory
build/target/product/sdk.mk:194: external/svox/pico/lang/
PicoLangEsEsInSystem.mk: No such file or directory
build/target/product/sdk.mk:195: external/svox/pico/lang/
PicoLangFrFrInSystem.mk: No such file or directory
build/target/product/sdk.mk:196: external/svox/pico/lang/
PicoLangItItInSystem.mk: No such file or directory
/bin/bash: prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-
gcc: No such file or directory

Jean-Baptiste Queru

unread,
Jan 27, 2011, 10:36:21 AM1/27/11
to android-...@googlegroups.com
Do you have those files?

Which version exactly are you trying to build? (there's no 2.2.3)

JBQ

> --
> You received this message because you are subscribed to the "Android Building" mailing list.
> To post to this group, send email to android-...@googlegroups.com
> To unsubscribe from this group, send email to
> android-buildi...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-building?hl=en
>

--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.

Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.

Bahar Ali

unread,
Feb 1, 2011, 6:15:25 AM2/1/11
to android-...@googlegroups.com
baharali@baharali-desktop:~/Froyo$ make -j4
/bin/bash: build/core/find-jdk-tools-jar.sh: Permission denied
============================================
PLATFORM_VERSION_CODENAME=AOSP
PLATFORM_VERSION=AOSP
TARGET_PRODUCT=full
TARGET_BUILD_VARIANT=eng
TARGET_SIMULATOR=true
TARGET_BUILD_TYPE=debug
TARGET_BUILD_APPS=
TARGET_ARCH=x86
TARGET_ARCH_VARIANT=x86
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=OPENMASTER
============================================
/bin/bash: build/tools/findleaves.py: Permission denied
Checking build tools versions...
build/core/main.mk:76: ************************************************************
build/core/main.mk:77: You are attempting to build on a 32-bit system.
build/core/main.mk:78: Only 64-bit build environments are supported beyond froyo/2.2.

Can any body help me how to resolve this error.

Jean-Baptiste Queru

unread,
Feb 1, 2011, 10:38:09 AM2/1/11
to android-...@googlegroups.com
I see two parts here:

-I think you're trying to build from a noexec filesystem. The Android
build process needs to be able to execute a variety of files, some
that are stored in the source tree, some that are built on the fly.
There was a report at some point of such issues when storing the
source tree on an NTFS disk.

-You're actually building the master tree, which is based on
gingerbread (plus a lot of additional contributions that didn't make
it to gingerbread but will be in a future release). For that you need
a 64-bit environment.

JBQ

Reply all
Reply to author
Forward
0 new messages