[poky] libtool-cross failed configure on yocto-2.6.1 with newlib

张忠山 zzs213 at 126.com
Thu Mar 7 22:23:19 PST 2019


My host system is:
    
    Linux gfcd101 4.15.0-46-generic #49~16.04.1-Ubuntu SMP Tue Feb 12 17:45:24 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

And using yocto-2.6.1 with newlib:

    TCLIBC := "newlib"

I wrote a custom .bb to build "kconfig-frontends", it "inherit autotools"

when run "bitbake kconfig-frontends", libtool-cross failed to configure:

    ERROR: libtool-cross-2.4.6-r0 do_configure: configure failed
    ERROR: libtool-cross-2.4.6-r0 do_configure: Function failed: do_configure (log file is located at .../libtool-cross/2.4.6-r0/temp/log.do_configure.11188)
    
The log file is:

    ......
    configure: autobuild hostname... gfcd101
    configure: autobuild mode... default
    configure: autobuild timestamp... 20190308T053058Z
    checking for arm-poky-eabi-gcc... arm-poky-eabi-gcc  -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a8 -no-pie -fno-PIE --sysroot=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot
    checking whether the C compiler works... no
    configure: error: in `/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/build':
    configure: error: C compiler cannot create executables
    See `config.log' for more details
    NOTE: The following config.log files may provide further information.
    NOTE: /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/build/config.log
    ERROR: configure failed
    WARNING: exit code 1 from a shell command.
    ERROR: Function failed: do_configure (log file is located at /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/temp/log.do_configure.11188)
 
And "config.log" is:

    ......
    Target: arm-poky-eabi
    Configured with: ../../../../../../work-shared/gcc-8.2.0-r0/gcc-8.2.0/configure --build=x86_64-linux --host=x86_64-linux --target=arm-poky-eabi --prefix=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/x86_64-linux/gcc-cross-arm/8.2.0-r0/recipe-sysroot-native/usr --exec_prefix=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/x86_64-linux/gcc-cross-arm/8.2.0-r0/recipe-sysroot-native/usr --bindir=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/x86_64-linux/gcc-cross-arm/8.2.0-r0/recipe-sysroot-native/usr/bin/arm-poky-eabi --sbindir=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/x86_64-linux/gcc-cross-arm/8.2.0-r0/recipe-sysroot-native/usr/bin/arm-poky-eabi --libexecdir=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/x86_64-linux/gcc-cross-arm/8.2.0-r0/recipe-sysroot-native/usr/libexec/arm-poky-eabi --datadir=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/x86_64-linux/gcc-cross-arm/8.2.0-r0/recipe-sysroot-native/usr/share --sysconfdir=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/x86_64-linux/gcc-cross-arm/8.2.0-r0/recipe-sysroot-native/etc --sharedstatedir=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/x86_64-linux/gcc-cross-arm/8.2.0-r0/recipe-sysroot-native/com --localstatedir=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/x86_64-linux/gcc-cross-arm/8.2.0-r0/recipe-sysroot-native/var --libdir=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/x86_64-linux/gcc-cross-arm/8.2.0-r0/recipe-sysroot-native/usr/lib/arm-poky-eabi --includedir=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/x86_64-linux/gcc-cross-arm/8.2.0-r0/recipe-sysroot-native/usr/include --oldincludedir=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/x86_64-linux/gcc-cross-arm/8.2.0-r0/recipe-sysroot-native/usr/include --infodir=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/x86_64-linux/gcc-cross-arm/8.2.0-r0/recipe-sysroot-native/usr/share/info --mandir=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/x86_64-linux/gcc-cross-arm/8.2.0-r0/recipe-sysroot-native/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/x86_64-linux/gcc-cross-arm/8.2.0-r0/recipe-sysroot-native --enable-clocale=generic --with-gnu-ld --enable-shared --enable-languages=c,c++ --disable-multilib --enable-default-pie --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=arm-poky-eabi- --without-local-prefix --enable-lto --disable-libssp --enable-libitm --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=sysv --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --without-isl --with-gxx-include-dir=/not/exist/usr/include/c++/8.2.0 --with-sysroot=/not/exist --with-build-sysroot=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/x86_64-linux/gcc-cross-arm/8.2.0-r0/recipe-sysroot --without-long-double-128 libgcc_cv_powerpc_float128=no --enable-poison-system-directories --with-system-zlib --disable-static --disable-nls --enable-initfini-array
    Thread model: single
    gcc version 8.2.0 (GCC) 
    configure:3795: $? = 0
    configure:3784: arm-poky-eabi-gcc  -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a8 -no-pie -fno-PIE --sysroot=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot -V >&5
    arm-poky-eabi-gcc: error: unrecognized command line option '-V'
    arm-poky-eabi-gcc: fatal error: no input files
    compilation terminated.
    configure:3795: $? = 1
    configure:3784: arm-poky-eabi-gcc  -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a8 -no-pie -fno-PIE --sysroot=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot -qversion >&5
    arm-poky-eabi-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
    arm-poky-eabi-gcc: fatal error: no input files
    compilation terminated.
    configure:3795: $? = 1
    configure:3815: checking whether the C compiler works
    configure:3837: arm-poky-eabi-gcc  -march=armv7-a -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a8 -no-pie -fno-PIE --sysroot=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0=/usr/src/debug/libtool-cross/2.4.6-r0 -fdebug-prefix-map=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot= -fdebug-prefix-map=/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot-native=   -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed  conftest.c  >&5
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-atexit.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-atexit.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-exit.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-exit.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-fini.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-fini.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-impure.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-impure.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-init.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-init.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-memset.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-memset.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-syscalls.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-syscalls.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-__atexit.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-__atexit.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-__call_atexit.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-__call_atexit.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-errno.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-errno.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-findfp.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-findfp.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-fwalk.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-fwalk.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-mallocr.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-mallocr.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-mlock.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-mlock.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-sbrkr.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-sbrkr.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-stdio.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-stdio.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-strlen-stub.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-strlen-stub.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-writer.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-writer.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-closer.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-closer.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-fclose.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-fclose.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-fflush.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-fflush.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-freer.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-freer.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-lseekr.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-lseekr.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-readr.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-readr.o)
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: error: a.out uses VFP register arguments, /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-reent.o) does not
    .../libexec/arm-poky-eabi/gcc/arm-poky-eabi/8.2.0/ld: failed to merge target specific data of file /disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/recipe-sysroot/usr/lib/libg.a(lib_a-reent.o)
    collect2: error: ld returned 1 exit status
    configure:3841: $? = 1
    configure:3879: result: no
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "GNU Libtool"
    | #define PACKAGE_TARNAME "libtool"
    | #define PACKAGE_VERSION "2.4.6"
    | #define PACKAGE_STRING "GNU Libtool 2.4.6"
    | #define PACKAGE_BUGREPORT "bug-libtool at gnu.org"
    | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
    | #define PACKAGE "libtool"
    | #define VERSION "2.4.6"
    | /* end confdefs.h.  */
    | 
    | int
    | main ()
    | {
    | 
    |   ;
    |   return 0;
    | }
    configure:3884: error: in `/disks/work-disk/build-root/Linux-Ubuntu-16.04-x86_64-gfcd101-zzs/poky-s5pv210/build-xy7520-rt/tmp/work/cortexa8hf-neon-poky-eabi/libtool-cross/2.4.6-r0/build':
    configure:3886: error: C compiler cannot create executables
    See `config.log' for more details
    
    
Any idea, Thunks


-- 
Best Regards,
zzs


More information about the poky mailing list