I am running Windows XP with the latest Cygwin installed on my pc
I am running a 32 bit system.
I have yet to get cygwin to fully function on my windows 7 ultimate 64 bit machine
I have successfully downloaded the the x32 source for gingerbread on my windows xp machine.
But when i going through the movements of make I get a few toolchain errors since these tool chains are missing and google has left me in the mud without any answers I thought I would come here for some suggestions.Code:<remote name="themes" fetch="git://github.com/tmobile" /> <remote name="common" fetch="git://github.com/tmobile" /> <remote name="korg" fetch="git://korg.android-x86.org/" review="review.source.android.com" /> <default revision="refs/tags/android-2.3.1_r1" remote="korg" />
I Am trying to successfully compile a T-Mobile Theme Chooser theme using my xp machine even though in theory using Cygwin you should be able to compile
I Am also working on a Guide for Windows Cygwin Version of T-mobile theme Chooser which right now I Am working on Hacking the code and developing the guide as needed as I find areas that work and workarounds to add to the guide over at T-Mobile Theme Chooser Themes - RootzWiki
This project is a work in progress as I learn more and more on working on getting this to work on windows
Here is a complete log of what I tried so far
Code:Administrator@SuesBaby_BeKind ~ $ cd themesCode:Administrator@SuesBaby_BeKind ~/themes $ source build/envsetup.sh including device/htc/passion/vendorsetup.sh including device/samsung/crespo/vendorsetup.sh including vendor/tmobile/vendorsetup.sh including vendor/tmobile/products/themes/productsetup.shCode:Administrator@SuesBaby_BeKind ~/themes $ lunch themes_generic-eng /bin/bash: prebuilt/windows/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc.exe: No such file or directory build/core/find-jdk-tools-jar.sh: line 9: [: /cygdrive/c/Program: binary operator expected /bin/bash: prebuilt/windows/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc.exe: No such file or directory build/core/find-jdk-tools-jar.sh: line 9: [: /cygdrive/c/Program: binary operator expected /bin/bash: prebuilt/windows/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc.exe: No such file or directory build/core/find-jdk-tools-jar.sh: line 9: [: /cygdrive/c/Program: binary operator expected /bin/bash: prebuilt/windows/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc.exe: No such file or directory build/core/find-jdk-tools-jar.sh: line 9: [: /cygdrive/c/Program: binary operator expected ============================================ PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=2.3.1 TARGET_PRODUCT=themes_generic TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR=false TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=arm HOST_ARCH=x86 HOST_OS=windows HOST_BUILD_TYPE=release BUILD_ID=GRH78 ============================================ /bin/bash: prebuilt/windows/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc.exe: No such file or directory build/core/find-jdk-tools-jar.sh: line 9: [: /cygdrive/c/Program: binary operator expectedCode:Administrator@SuesBaby_BeKind ~/themes $ make ============================================ PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=2.3.1 TARGET_PRODUCT=themes_generic TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR=false TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=arm HOST_ARCH=x86 HOST_OS=windows HOST_BUILD_TYPE=release BUILD_ID=GRH78 ============================================ /bin/bash: prebuilt/windows/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc.exe: No such file or directory build/core/find-jdk-tools-jar.sh: line 9: [: /cygdrive/c/Program: binary operator expected Checking build tools versions... 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 make: *** No rule to make target `/cygdrive/c/Program', needed by `out/target/common/docs/doc-comment-check-timestamp'. Stop.


LinkBack URL
About LinkBacks




Reply With Quote