cha...@pinteq.co.za
unread,Aug 31, 2010, 4:44:12 AM8/31/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Building
hi All,
Struggling a bit to get the sources to compile, since the on-line docs
are outdated:
Here is my OS:
chadley@JHB-WILSONCUB64:~/mydroid$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS"
chadley@JHB-WILSONCUB64:~/mydroid$ uname -a
Linux JHB-WILSONCUB64 2.6.32-24-generic #41-Ubuntu SMP Thu Aug 19
01:38:40 UTC 2010 x86_64 GNU/Linux
After completing repo sync, I run make - assuming not to much has
changed, this is what I get.
In file included from /usr/include/features.h:378,
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
chadley@JHB-WILSONCUB64:~/mydroid$
Everything points to glibc6-dev-i386
But the problem I have is that I cant get it for 10.04?
chadley@JHB-WILSONCUB64:~/mydroid$ sudo apt-get install libc6-dev-i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libc6-dev-i386 is not available, but is referred to by another
package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libc6-i386
E: Package libc6-dev-i386 has no installation candidate
chadley@JHB-WILSONCUB64:~/mydroid$
Can anyone explain how I work around this or point me to some more
updated docs?