You are not logged in.
Hi,
since I've made no progress on my installing issues with android on a 64 bit system I've decided to build android from scratch. I'm aware that this issuses are not really Arch Linux related but probably somebody made the same experiences and has answers to my questions.
While I have followed the instructions over here, I've encountered the following error
host C: acp <= build/tools/acp/acp.c
In file included from /usr/include/features.h:371,
from /usr/include/stdlib.h:25,
from build/tools/acp/acp.c:11:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
make: *** [out/host/linux-x86/obj/EXECUTABLES/acp_intermediates/acp.o] Error 1
A search on google points to a thread over here, but the discussion is very debian/ubuntu related and I don't want to install a ubuntu in order to develop for android. Maybe somebody has an idea?
Thanks in advance!
Regards,
Michael
Offline
You must install glibc dev package for 32bit enviroment
PS
what package in pacman I don't know but such problem I have in suse and solve with adding glib32-dev
Last edited by alexondi (2010-01-08 21:11:10)
Offline
lib32-glibc from community should do the trick. You're likely to need a lot more than that though.
Offline
Hi.
I have the same issue - have you found a solution?
lib32-glibc doesn't really help...
Offline
You need to have a 32bit version of all of the necessary libraries.
Have you tried installing lib32-gcc-libs?
Offline
I ended up installing Arch32 in chroot...
Offline