Cross check ur package list w/ below.

>From http://source.android.com/source/download.html.,
Ubuntu Linux (64-bit x86)
This has not been as well tested. Please send success or failure reports to
android-porting@googlegroups.com .

The Android build requires a 32-bit build environment as well as some other
tools:

   - Required Packages:
      - Git, JDK, flex, and the other packages as listed above in the i386
      instructions:
      - JDK 5.0, update 12 or higher.Java 6 is not supported, because of
      incompatibilities with @Override.
      - Pieces from the 32-bit cross-building environment
      - X11 development

$ sudo apt-get install git-core gnupg flex bison gperf build-essential zip
curl sun-java5-jdk zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386
lib32ncurses5-dev ia32-libs x11proto-core-dev libx11-dev lib32readline5-dev
lib32z-dev


   - Set the system to use the right version of java by default:

   $ sudo update-java-alternatives -s java-1.5.0-sun


   - X11: Ubuntu doesn't have packages for the X11 libraries, but that can
   be worked around with the following command:

   $ sudo ln -s /usr/lib32/libX11.so.6 /usr/lib32/libX11.so



On Tue, Dec 28, 2010 at 5:32 PM, Sayiram K N <sayiram.koth...@gmail.com>wrote:

> Hi All
>    i have downloaded the GINGERBREAD source code and tried to build the .
> as its given the incompatible errors with 32bit - 64 bit, hence i migrated
> from 32 bit UBUNTU to 64 BIT UBUNTU. now the real problems started
> getting lot of errors
> like /usr/bin/ld: skipping incompatible
> /usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../libz.so when searching for -lz
> /usr/bin/ld: skipping incompatible
> /usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../libz.a when searching for -lz
> /usr/bin/ld: skipping incompatible //usr/lib/libz.so when searching for -lz
> /usr/bin/ld: skipping incompatible //usr/lib/libz.a when searching for -lz
>
>
> my PC supports 64 Bit.
> can any one let me know the tool chains that i am missing. currently i
> installed the same tool chains as 32bit that earlier i used for FROYO.
> BR
> Sayiram K N
>
> --
> unsubscribe: 
> android-porting+unsubscr...@googlegroups.com<android-porting%2bunsubscr...@googlegroups.com>
> website: http://groups.google.com/group/android-porting
>



-- 
Regards,
Deva
www.bittoggler.com

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to