Hi, I tried to build Android under a64-bit linux debian and it was not working.
All those steps are working fine: - Setting up your machine - Installing Repo - Initializing a Repo client - Getting the files Make is failling with the following output: /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: Aucun fichier ou dossier de ce type make: *** [out/host/linux-x86/obj/EXECUTABLES/acp_intermediates/acp.o] Erreur 1 Here is the content of stubs.h: #if __WORDSIZE == 32 # include <gnu/stubs-32.h> #elif __WORDSIZE == 64 # include <gnu/stubs-64.h> #else # error "unexpected value for __WORDSIZE macro" #endif So look like __WORDSIZE value is 32 and should be 64. stubs-32.h does not exist on the system stubs-64.h exist on the system. Just let me know if you want me to test anything. Regards, Jean-Marc -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
