Skip to content

Instantly share code, notes, and snippets.

Created September 6, 2013 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/6466530 to your computer and use it in GitHub Desktop.
Save anonymous/6466530 to your computer and use it in GitHub Desktop.
configure:3353: $? = 1
configure:3373: checking whether the C compiler works
configure:3395: /home/spenser/Code/buildroot_exynos/output/host/usr/bin/ccache /home/spenser/Code/buildroot_exynos/output/host/usr/bin/arm-linux-gnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -O3 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lrt >&5
/home/spenser/Code/buildroot_exynos/output/host/opt/ext-toolchain/bin/../lib/gcc/arm-linux-gnueabihf/4.8.2/../../../../arm-linux-gnueabihf/bin/ld: warning: libpthread.so.0, needed by /home/spenser/Code/buildroot_exynos/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/arm-linux-gnueabihf/librt.so, not found (try using -rpath or -rpath-link)
/home/spenser/Code/buildroot_exynos/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/arm-linux-gnueabihf/librt.so: undefined reference to `pthread_detach@GLIBC_2.4'
/home/spenser/Code/buildroot_exynos/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/arm-linux-gnueabihf/librt.so: undefined reference to `pthread_barrier_wait@GLIBC_2.4'
/home/spenser/Code/buildroot_exynos/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/arm-linux-gnueabihf/librt.so: undefined reference to `pthread_create@GLIBC_2.4'
/home/spenser/Code/buildroot_exynos/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/arm-linux-gnueabihf/librt.so: undefined reference to `__pthread_unwind@GLIBC_PRIVATE'
/home/spenser/Code/buildroot_exynos/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/arm-linux-gnueabihf/librt.so: undefined reference to `pthread_attr_setstacksize@GLIBC_2.4'
/home/spenser/Code/buildroot_exynos/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/arm-linux-gnueabihf/librt.so: undefined reference to `pthread_cancel@GLIBC_2.4'
/home/spenser/Code/buildroot_exynos/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/arm-linux-gnueabihf/librt.so: undefined reference to `pthread_sigmask@GLIBC_2.4'
/home/spenser/Code/buildroot_exynos/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/arm-linux-gnueabihf/librt.so: undefined reference to `pthread_once@GLIBC_2.4'
/home/spenser/Code/buildroot_exynos/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/arm-linux-gnueabihf/librt.so: undefined reference to `__pthread_get_minstack@GLIBC_PRIVATE'
/home/spenser/Code/buildroot_exynos/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/arm-linux-gnueabihf/librt.so: undefined reference to `pthread_barrier_init@GLIBC_2.4'
collect2: error: ld returned 1 exit status
configure:3399: $? = 1
configure:3437: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "udev"
| #define PACKAGE_TARNAME "udev"
| #define PACKAGE_VERSION "182"
| #define PACKAGE_STRING "udev 182"
| #define PACKAGE_BUGREPORT "linux-hotplug@vger.kernel.org"
| #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
| #define PACKAGE "udev"
| #define VERSION "182"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3442: error: in `/home/spenser/Code/buildroot_exynos/output/build/udev-182':
configure:3444: error: C compiler cannot create executables
See `config.log' for more details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment