[Q][DEV][Windows][ROM][Theme]Compiling Android x32 source on Cygwin

This is a discussion on [Q][DEV][Windows][ROM][Theme]Compiling Android x32 source on Cygwin within the Droid Development forums, part of the Droid Hacking category; 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 ...

+ Reply to Thread
Results 1 to 1 of 1

Thread: [Q][DEV][Windows][ROM][Theme]Compiling Android x32 source on Cygwin

  1. APK Multi-Tools
    Raziel23x's Avatar
    Member #
    92115
    Join Date
    Jul 2010
    Location
    Novi Michigan
    Posts
    308
    Liked
    2 times
    Twitter
    raziel23x
    Phone
    DROID BIONIC
    DroidForums.net Developer
    Premium Member
    #1

    [Q][DEV][Windows][ROM][Theme]Compiling Android x32 source on Cygwin

    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.

    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" />
    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.

    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 themes
    Code:
    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.sh
    Code:
    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 expected
    Code:
    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.
    Last edited by Raziel23x; 09-30-2011 at 04:03 PM.

    If you like my work and want to make a donation I would appreciate any generosity.
    CLICK HERE TO DONATE TO RAZIEL23X PLZ AND TY!!!
    If you want to help with increasing my dropbox size Click here to signup for dropbox
  2. Sponsor
    DF Advertising
    Join Date
    Nov 2008
    Location
    DroidForums.net
     
     
     
     

Sponsors

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Similar Threads

  1. error with “pmem.c” compiling linux source code for android
    By preetb123 in forum Droid Development
    Replies: 2
    Last Post: 03-19-2011, 08:25 PM
  2. Replies: 2
    Last Post: 03-19-2011, 01:35 AM
  3. error while compiling linux kernel source for android
    By preetb123 in forum Droid Development
    Replies: 0
    Last Post: 03-17-2011, 08:33 PM
  4. Compiling Clockwork Mod From Source
    By brando56894 in forum Droid Development
    Replies: 55
    Last Post: 01-26-2011, 10:41 AM

Search tags for this page

android compiling windows cygwin
,
android cygwin
,
android x32
,
android-2.3.1 r1 build id
,
android-x32
,
bash: build/envsetup.sh: no such file or directory
,
compile android rom
,
compile android source in windows
,
find: `frameworks/base/frameworks/base/docs/html': no such f
,
how to make rom cygwin
,
prebuilt/windows/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc.e
,
windows rom android
,

windows rom for android

,
windows rom for droid
,
x3-2 themes
Click on a term to search our site for related topics.

Tags for this Thread