Hi,
I would like to install android-x86 on my Centrino convertible laptop.
I already tried a nightly build iso, which seemed to be rather old. But sometimes it worked more or less.
That's why I am now trying to compile on my own. Started on Windows but moved to Linux when it complained about a the filesystem not being case sensitive.
I already solved a ton of problems, but now I haven't got any idea left.
I am building on a Mint KDE 64 bit linux. And this seems to be the problem:
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.0.4
TARGET_PRODUCT=generic_x86
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=x86
TARGET_ARCH_VARIANT=x86
HOST_ARCH=x86
HOST_OS=linux
HOST_BUILD_TYPE=release
BUILD_ID=IMM76L
============================================
host Executable: acp (out/host/linux-x86/obj/EXECUTABLES/acp_intermediates/acp)
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.6/libstdc++.so when searching for
-lstdc++
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.6/libstdc++.a when searching for
-lstdc++
/usr/bin/ld: cannot find -lstdc++
collect2: ld gab 1 als Ende-Status zurück
make: *** [out/host/linux-x86/obj/EXECUTABLES/acp_intermediates/acp] Fehler 1
Why ist HOST_ARCH=x86?
I already tried to install ia86-libs, but this did not help.
Could you please give a hint?
thanks,
JPT