Hi, I have downloaded the android source on my ubuntu 11.04 64 bits environment.
$ uname -a Linux yinglcs-Win7-VirtualBox 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux But when i compile the code, i get this error: /usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such file or directory compilation terminated. and according to http://source.android.com/source/initializing.html, i don't need to establish a 32 bit build environment, since i am building the head (i.e. Ginger bread) For building Froyo or an older release on a 64-bit system, several other packages are necessary to establish a 32-bit build environment: $ sudo apt-get install gcc-multilib g++-multilib libc6-i386 libc6-dev- i386 So can u please tell me if my understanding is incorrect? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

