Hi When I tried to build standalone android compiler (supporting bionic library) using source from below link bionic C library:
http://android.git.kernel.org/pub/android-ndk-toolchain-20090323.tar.bz2 error got is: checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for int... yes checking size of int... 4 checking for uintptr_t... yes checking for a 64-bit type... uint64_t checking for pid_t... yes checking for library containing strerror... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. make[2]: *** [configure-target-libiberty] Error 1 make[2]: Leaving directory `/root/Project/Android/Build/BUILD/ gcc-4.2.1' make[1]: *** [all] Error 2 make[1]: Leaving directory `/root/Project/Android/Build/BUILD/ gcc-4.2.1' make: *** [stmp-build-target-gcc] Error 2 My configuration is : ../configure --target=arm-eabi --prefix=/root/Project/Android/Build/ INSTALL/ --with-sysroot=/root/Project/Android/Sysroot --enable- libstdc__-v3. note: sysroot points out availability bionic C library and headers. Please let me know possible solution. Thanks. Regards Manjunatha Srinivasan N --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
