[meta-ti] How to build Yocto project for AM3517EVM
Denys Dmytriyenko
denys at ti.com
Fri Feb 28 08:22:06 PST 2014
On Fri, Feb 28, 2014 at 05:50:53PM +0530, Ashok Palaniswamy wrote:
> Hi Denys,
>
> Thanks for the details. As per the below wiki link i am able to build yocto
> for am335x-evm machine. But i am not able to build for AM3517-evm.
>
> I followed the same steps mentioned in the wilki page for AM3517-evm also.
> Please help me to fix the issue.
Looks like something is misconfigured, as your cross-compiler toolchain is
getting confused in many places with the error like this:
error: x uses VFP register arguments, y does not
Looking at your build configuration, your TUNE_FEATURES don't match the ones
needed to use hardfp toolchain:
TUNE_FEATURES = "armv7a vfp neon"
It should be more like this:
TUNE_FEATURES = "armv7a vfp thumb neon callconvention-hard cortexa8"
If you actually need to build a softfp version, you may need to use another
toolchain, or configure Linaro toolchain to use softfp runtimes...
--
Denys
> Below i copied few error messages
>
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> ERROR: Function failed: do_compile (see /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/zlib/1.2.7-r0/temp/log.do_compile.28662 for further information)
> ERROR: Logfile of failure stored in: /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-
>
>
> |
> | configure: exit 77
> | ERROR: oe_runconf failed
> | ERROR: Function failed: do_configure (see /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/temp/log.do_configure.28442 for further information)
> ERROR: Task 387 (/media/Data/yocto/working/tisdk/sources/oe-core/meta/recipes-devtools/libtool/libtool-cross_2.4.2.bb, do_configure) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 488 tasks of which 484 didn't need to be rerun and 2 failed.
> Waiting for 0 running tasks to finish:
>
>
>
> Thanks,
> P.Ashok
>
> ________________________________________
> From: Denys Dmytriyenko [denys at ti.com]
> Sent: Saturday, January 25, 2014 4:10 AM
> To: Ashok Palaniswamy
> Cc: meta-ti at yoctoproject.org
> Subject: Re: [meta-ti] How to build Yocto project for AM3517EVM
>
> On Mon, Jan 13, 2014 at 10:48:48AM +0530, Ashok Palaniswamy wrote:
> > Hi All.
> >
> > I am working for AM3517 based custom board. We are planning to use yocto for
> > our development. Please let me know how to build yocto for AM3517evm board.
> >
> > Is there any wiki or steps by step to build yocto project for AM3517evm ?
>
> http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment
>
> You can build for am3517-evm machine from meta-ti.
>
> --
> Denys
>
> The contents of this e-mail and any attachment(s) may contain confidential or privileged information for the intended recipient(s). Unintended recipients are prohibited from taking action on the basis of information in this e-mail and using or disseminating the information, and must notify the sender and delete it from their system. L&T Infotech will not accept responsibility or liability for the accuracy or completeness of, or the presence of any virus or disabling code in this e-mail"
> *************************************************************************
> This email and attachments have been scanned for
> potential proprietary or sensitive information leakage.
> Websense Data Security, Protecting Your Information from the Inside Out.
> www.websense.com
> *************************************************************************
> ashok at infch02242:/media/Data/yocto/working/tisdk/build$ MACHINE=am3517-evm bitbake core-image-minimal
> Loading cache: 100% |################################################################################################| ETA: 00:00:00
> Loaded 1970 entries from dependency cache.
> WARNING: No recipes available for:
> /media/Data/yocto/working/tisdk/sources/meta-qt5/recipes-devtools/cmake/cmake-native_2.8.12.1.bbappend
> /media/Data/yocto/working/tisdk/sources/meta-qt5/recipes-devtools/cmake/cmake_2.8.12.1.bbappend
> /media/Data/yocto/working/tisdk/sources/meta-arago/meta-arago-distro/recipes-qt/qt5/qtwebkit_5.2.0.bbappend
> /media/Data/yocto/working/tisdk/sources/meta-arago/meta-arago-distro/recipes-qt/qt5/qtbase_5.2.0.bbappend
>
> Build Configuration:
> BB_VERSION = "1.18.0"
> BUILD_SYS = "i686-linux"
> NATIVELSBSTRING = "Ubuntu-12.04"
> TARGET_SYS = "arm-oe-linux-gnueabi"
> MACHINE = "am3517-evm"
> DISTRO = "arago"
> DISTRO_VERSION = "2013.12"
> TUNE_FEATURES = "armv7a vfp neon"
> TARGET_FPU = "vfp-neon"
> meta-arago-distro
> meta-arago-extras = "dylan:9c215cb3ec5621f5ea7e7deb22a3a17bbf19aaa3"
> meta-qt5 = "master:e55d3ef36a98574e7d4535bb03b56c9a05e6578a"
> toolchain-layer
> meta-networking
> meta-ruby
> meta-oe = "dylan:cb182019c4f7485713cb50623240c01882448ffd"
> meta-ti = "dylan:e4b90a654c352e0161760d263f589a2c041533bf"
> meta-linaro-toolchain = "dylan:c9f78d6eff14ada3f2bc960e81883b27a10afecc"
> meta = "dylan:42232782b9a3aa0ed03c5dda84fc0b865b74b2dd"
>
> NOTE: Resolving any missing task queue dependencies
> NOTE: Preparing runqueue
> NOTE: Executing SetScene Tasks
> NOTE: Executing RunQueue Tasks
> ERROR: Function failed: do_compile (see /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/zlib/1.2.7-r0/temp/log.do_compile.28662 for further information)
> ERROR: Logfile of failure stored in: /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/zlib/1.2.7-r0/temp/log.do_compile.28662
> Log data follows:
> | DEBUG: Executing shell function do_compile
> | NOTE: make -j 2 -e MAKEFLAGS=
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -I. -c -o example.o test/example.c
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -c -o adler32.o adler32.c
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -c -o crc32.o crc32.c
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -c -o deflate.o deflate.c
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -c -o infback.o infback.c
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -c -o inffast.o inffast.c
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -c -o inflate.o inflate.c
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -c -o inftrees.o inftrees.c
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -c -o trees.o trees.c
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -c -o zutil.o zutil.c
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -c -o compress.o compress.c
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -c -o uncompr.o uncompr.c
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -c -o gzclose.o gzclose.c
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -c -o gzlib.o gzlib.c
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -c -o gzread.o gzread.c
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -c -o gzwrite.o gzwrite.c
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -I. -c -o minigzip.o test/minigzip.c
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -I. -D_FILE_OFFSET_BITS=64 -c -o example64.o test/example.c
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -I. -D_FILE_OFFSET_BITS=64 -c -o minigzip64.o test/minigzip.c
> | arm-linux-gnueabihf-ar rc libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -o example example.o -L. libz.a
> | arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -o minigzip minigzip.o -L. libz.a
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: example uses VFP register arguments, example.o does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file example.o
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: example uses VFP register arguments, libz.a(deflate.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(deflate.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: example uses VFP register arguments, libz.a(inflate.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(inflate.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: example uses VFP register arguments, libz.a(inftrees.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(inftrees.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: example uses VFP register arguments, libz.a(trees.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(trees.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: example uses VFP register arguments, libz.a(zutil.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(zutil.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: example uses VFP register arguments, libz.a(compress.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(compress.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: example uses VFP register arguments, libz.a(uncompr.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(uncompr.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: example uses VFP register arguments, libz.a(gzclose.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(gzclose.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: example uses VFP register arguments, libz.a(gzlib.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(gzlib.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: example uses VFP register arguments, libz.a(gzread.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(gzread.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: example uses VFP register arguments, libz.a(gzwrite.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(gzwrite.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: example uses VFP register arguments, libz.a(adler32.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(adler32.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: example uses VFP register arguments, libz.a(crc32.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(crc32.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: example uses VFP register arguments, libz.a(inffast.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(inffast.o)
> | collect2: error: ld returned 1 exit status
> | make: *** [example] Error 1
> | make: *** Waiting for unfinished jobs....
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: minigzip uses VFP register arguments, minigzip.o does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file minigzip.o
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: minigzip uses VFP register arguments, libz.a(gzclose.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(gzclose.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: minigzip uses VFP register arguments, libz.a(gzlib.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(gzlib.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: minigzip uses VFP register arguments, libz.a(gzread.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(gzread.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: minigzip uses VFP register arguments, libz.a(gzwrite.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(gzwrite.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: minigzip uses VFP register arguments, libz.a(deflate.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(deflate.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: minigzip uses VFP register arguments, libz.a(inflate.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(inflate.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: minigzip uses VFP register arguments, libz.a(inftrees.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(inftrees.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: minigzip uses VFP register arguments, libz.a(trees.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(trees.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: minigzip uses VFP register arguments, libz.a(zutil.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(zutil.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: minigzip uses VFP register arguments, libz.a(adler32.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(adler32.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: minigzip uses VFP register arguments, libz.a(crc32.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(crc32.o)
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: minigzip uses VFP register arguments, libz.a(inffast.o) does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file libz.a(inffast.o)
> | collect2: error: ld returned 1 exit status
> | make: *** [minigzip] Error 1
> | ERROR: oe_runmake failed
> | ERROR: Function failed: do_compile (see /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/zlib/1.2.7-r0/temp/log.do_compile.28662 for further information)
> ERROR: Task 689 (/media/Data/yocto/working/tisdk/sources/oe-core/meta/recipes-core/zlib/zlib_1.2.7.bb, do_compile) failed with exit code '1'
> ERROR: Function failed: do_configure (see /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/temp/log.do_configure.28442 for further information)
> ERROR: Logfile of failure stored in: /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/temp/log.do_configure.28442
> Log data follows:
> | DEBUG: Executing python function sysroot_cleansstate
> | DEBUG: Python function sysroot_cleansstate finished
> | DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
> | DEBUG: Executing shell function autotools_preconfigure
> | DEBUG: Shell function autotools_preconfigure finished
> | DEBUG: Executing shell function do_configure
> | automake (GNU automake) 1.12.6
> | Copyright (C) 2012 Free Software Foundation, Inc.
> | License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
> | This is free software: you are free to change and redistribute it.
> | There is NO WARRANTY, to the extent permitted by law.
> |
> | Written by Tom Tromey <tromey at redhat.com>
> | and Alexandre Duret-Lutz <adl at gnu.org>.
> | AUTOV is 1.12
> | NOTE: Executing ACLOCAL="aclocal --system-acdir=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/libtool-2.4.2/aclocal-copy/ --automake-acdir=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/i686-linux/usr/share/aclocal-1.12" autoreconf --verbose --install --force --exclude=libtoolize -I /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/libtool-2.4.2/tests/
> | autoreconf: Entering directory `.'
> | autoreconf: configure.ac: not using Gettext
> | autoreconf: running: aclocal --system-acdir=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/libtool-2.4.2/aclocal-copy/ --automake-acdir=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/i686-linux/usr/share/aclocal-1.12 -I /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/libtool-2.4.2/tests/ -I /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/libtool-2.4.2/tests/ --force -I libltdl/m4
> | autoreconf: configure.ac: tracing
> | autoreconf: running: /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/i686-linux/usr/bin/autoconf --include=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/libtool-2.4.2/tests/ --force
> | autoreconf: running: /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/i686-linux/usr/bin/autoheader --include=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/libtool-2.4.2/tests/ --force
> | autoreconf: running: automake --foreign --add-missing --copy --force-missing
> | autoreconf: running: gnu-configize
> | autoreconf: Leaving directory `.'
> | NOTE: Running /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/libtool-2.4.2/configure --build=i686-linux --host=arm-oe-linux-gnueabi --target=arm-oe-linux-gnueabi --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib/libtool --datadir=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm/usr/share/info --mandir=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/media/Data/yocto/worki
> ng/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm --with-sysroot
> | configure: WARNING: unrecognized options: --disable-silent-rules, --with-sysroot
> | configure: loading site script /media/Data/yocto/working/tisdk/sources/meta-openembedded/meta-oe/site/endian-little
> | configure: loading site script /media/Data/yocto/working/tisdk/sources/oe-core/meta/site/endian-little
> | configure: loading site script /media/Data/yocto/working/tisdk/sources/oe-core/meta/site/arm-common
> | configure: loading site script /media/Data/yocto/working/tisdk/sources/oe-core/meta/site/common-linux
> | configure: loading site script /media/Data/yocto/working/tisdk/sources/oe-core/meta/site/common-glibc
> | configure: loading site script /media/Data/yocto/working/tisdk/sources/oe-core/meta/site/arm-linux
> | configure: loading site script /media/Data/yocto/working/tisdk/sources/oe-core/meta/site/common
> | ## ------------------------- ##
> | ## Configuring libtool 2.4.2 ##
> | ## ------------------------- ##
> |
> | checking for a BSD-compatible install... /usr/bin/install -c
> | checking whether build environment is sane... yes
> | checking for arm-oe-linux-gnueabi-strip... arm-linux-gnueabihf-strip
> | checking for a thread-safe mkdir -p... /bin/mkdir -p
> | checking for gawk... gawk
> | checking whether make sets $(MAKE)... yes
> | checking build system type... i686-pc-linux-gnu
> | checking host system type... arm-oe-linux-gnueabi
> | configure: autobuild project... GNU Libtool
> | configure: autobuild revision... 2.4.2 ()
> | configure: autobuild hostname... infch02242
> | configure: autobuild mode... default
> | configure: autobuild timestamp... 20140228T121041Z
> | checking for arm-oe-linux-gnueabi-gcc... arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm
> | checking whether the C compiler works... no
> | configure: error: in `/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/libtool-2.4.2':
> | configure: error: C compiler cannot create executables
> | See `config.log' for more details
> | Configure failed. The contents of all config.log files follows to aid debugging
> | /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/libtool-2.4.2/config.log
> | This file contains any messages produced by compilers while
> | running configure, to aid debugging if configure makes a mistake.
> |
> | It was created by GNU Libtool configure 2.4.2, which was
> | generated by GNU Autoconf 2.69. Invocation command line was
> |
> | $ /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/libtool-2.4.2/configure --build=i686-linux --host=arm-oe-linux-gnueabi --target=arm-oe-linux-gnueabi --prefix=/usr --exec_prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib/libtool --datadir=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm/usr/share --sysconfdir=/etc --sharedstatedir=/com --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --oldincludedir=/usr/include --infodir=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm/usr/share/info --mandir=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm --with-sysroot
> |
> | ## --------- ##
> | ## Platform. ##
> | ## --------- ##
> |
> | hostname = infch02242
> | uname -m = i686
> | uname -r = 3.2.0-59-generic-pae
> | uname -s = Linux
> | uname -v = #90-Ubuntu SMP Tue Jan 7 23:07:06 UTC 2014
> |
> | /usr/bin/uname -p = unknown
> | /bin/uname -X = unknown
> |
> | /bin/arch = unknown
> | /usr/bin/arch -k = unknown
> | /usr/convex/getsysinfo = unknown
> | /usr/bin/hostinfo = unknown
> | /bin/machine = unknown
> | /usr/bin/oslevel = unknown
> | /bin/universe = unknown
> |
> | PATH: /media/Data/yocto/working/tisdk/sources/oe-core/scripts
> | PATH: /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/i686-linux/usr/bin/armv7a-vfp-neon-oe-linux-gnueabi
> | PATH: /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm/usr/bin/crossscripts
> | PATH: /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/i686-linux/usr/sbin
> | PATH: /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/i686-linux/usr/bin
> | PATH: /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/i686-linux/sbin
> | PATH: /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/i686-linux//bin
> | PATH: /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin
> | PATH: /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin
> | PATH: /media/Data/yocto/working/tisdk/sources/oe-core/scripts
> | PATH: /media/Data/yocto/working/tisdk/sources/bitbake/bin
> | PATH: /usr/local/ti-sdk-am3517-evm-05.07/linux-devkit/bin
> | PATH: /usr/lib/lightdm/lightdm
> | PATH: /usr/local/sbin
> | PATH: /usr/local/bin
> | PATH: /usr/sbin
> | PATH: /usr/bin
> | PATH: /sbin
> | PATH: /bin
> | PATH: /usr/games
> |
> |
> | ## ----------- ##
> | ## Core tests. ##
> | ## ----------- ##
> |
> | configure:2475: loading site script /media/Data/yocto/working/tisdk/sources/meta-openembedded/meta-oe/site/endian-little
> | | # rp-pppoe
> | | rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev}
> | configure:2475: loading site script /media/Data/yocto/working/tisdk/sources/oe-core/meta/site/endian-little
> | | ac_cv_c_littleendian=${ac_cv_c_littleendian=yes}
> | | ac_cv_c_bigendian=${ac_cv_c_bigendian=no}
> | |
> | | # libnet
> | | ac_cv_libnet_endianess=${ac_cv_libnet_endianess=lil}
> | |
> | | # libmemcached
> | | ac_cv_c_endian=little
> | configure:2475: loading site script /media/Data/yocto/working/tisdk/sources/oe-core/meta/site/arm-common
> | | # general
> | | ac_cv_va_val_copy=${ac_cv_va_val_copy=yes}
> | | ac_cv_func_lstat_dereferences_slashed_symlink=${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
> | | ac_cv_func_lstat_empty_string_bug=${ac_cv_func_lstat_empty_string_bug=no}
> | | ac_cv_func_stat_empty_string_bug=${ac_cv_func_stat_empty_string_bug=no}
> | | ac_cv_func_stat_ignores_trailing_slash=${ac_cv_func_stat_ignores_trailing_slash=no}
> | | ac_cv_header_netinet_sctp_h=${ac_cv_header_netinet_sctp_h=no}
> | | ac_cv_header_netinet_sctp_uio_h=${ac_cv_header_netinet_sctp_uio_h=no}
> | | ac_cv_sctp=${ac_cv_sctp=no}
> | |
> | | # apache
> | | ac_cv_func_pthread_key_delete=${ac_cv_func_pthread_key_delete=yes}
> | | apr_cv_process_shared_works=${apr_cv_process_shared_works=no}
> | | ac_cv_sizeof_ssize_t=${ac_cv_sizeof_ssize_t=4}
> | | apr_cv_tcp_nodelay_with_cork=${apr_cv_tcp_nodelay_with_cork=yes}
> | |
> | | # bash
> | | ac_cv_c_long_double=${ac_cv_c_long_double=yes}
> | | bash_cv_func_sigsetjmp=${bash_cv_func_sigsetjmp=missing}
> | |
> | | # coreutils
> | | utils_cv_sys_open_max=${utils_cv_sys_open_max=1019}
> | |
> | | # cvs
> | | cvs_cv_func_printf_ptr=${cvs_cv_func_printf_ptr=yes}
> | |
> | | # db (sleepycat)
> | | db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes}
> | | db_cv_sprintf_count=${db_cv_sprintf_count=yes}
> | | db_cv_align_t=${db_cv_align_t='unsigned long long'}
> | | db_cv_alignp_t=${db_cv_alignp_t='unsigned long'}
> | |
> | | # D-BUS
> | | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes}
> | |
> | | # edb
> | | db_cv_spinlocks=${db_cv_spinlocks=no}
> | |
> | | # ettercap
> | | ettercap_cv_type_socklen_t=${ettercap_cv_type_socklen_t=yes}
> | |
> | | # fget
> | | compat_cv_func_snprintf_works=${compat_cv_func_snprintf_works=yes}
> | | compat_cv_func_basename_works=${compat_cv_func_basename_works=no}
> | | compat_cv_func_dirname_works=${compat_cv_func_dirname_works=no}
> | |
> | | # fnmatch
> | | ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
> | |
> | | # gettext
> | | am_cv_func_working_getline=${am_cv_func_working_getline=yes}
> | |
> | | # glib
> | | glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
> | | glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
> | | glib_cv_stack_grows=${glib_cv_stack_grows=no}
> | | glib_cv_uscore=${glib_cv_uscore=no}
> | | glib_cv_use_pid_surrogate=${glib_cv_use_pid_surrogate=yes}
> | | glib_cv_has__inline=${glib_cv_has__inline=yes}
> | | glib_cv_has__inline__=${glib_cv_has__inline__=yes}
> | | glib_cv_hasinline=${glib_cv_hasinline=yes}
> | | glib_cv_sane_realloc=${glib_cv_sane_realloc=yes}
> | | glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
> | | glib_cv_uscore=${glib_cv_uscore=no}
> | | glib_cv_va_val_copy=${glib_cv_va_val_copy=yes}
> | | glib_cv_rtldglobal_broken=${glib_cv_rtldglobal_broken=no}
> | | glib_cv_sys_pthread_mutex_trylock_posix=${glib_cv_sys_pthread_mutex_trylock_posix=yes}
> | | glib_cv_sys_pthread_getspecific_posix=${glib_cv_sys_pthread_getspecific_posix=yes}
> | | glib_cv_sys_pthread_cond_timedwait_posix=${glib_cv_sys_pthread_cond_timedwait_posix=yes}
> | |
> | | # glib-2.0
> | | glib_cv_long_long_format=${glib_cv_long_long_format=ll}
> | | glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
> | | glib_cv_sizeof_intmax_t=${glib_cv_sizeof_intmax_t=8}
> | | glib_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4}
> | | glib_cv_sizeof_size_t=${glib_cv_sizeof_size_t=4}
> | | glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}
> | | glib_cv_sys_use_pid_niceness_surrogate=${glib_cv_sys_use_pid_niceness_surrogate=yes}
> | | ac_cv_alignof_guint32=4
> | | ac_cv_alignof_guint64=8
> | | ac_cv_alignof_unsigned_long=4
> | |
> | | #gstreamer
> | | as_cv_unaligned_access=${as_cv_unaligned_access=no}
> | |
> | | # httppc
> | | ac_cv_strerror_r_SUSv3=${ac_cv_strerror_r_SUSv3=no}
> | |
> | | # jikes
> | | ac_cv_sizeof_wchar_t=4
> | |
> | | # lftp
> | | ac_cv_need_trio=${ac_cv_need_trio=no}
> | | lftp_cv_va_val_copy=${lftp_cv_va_val_copy=yes}
> | |
> | | # libesmtp
> | | acx_working_snprintf=${acx_working_snprintf=yes}
> | |
> | | # libidl
> | | libIDL_cv_long_long_format=${libIDL_cv_long_long_format=ll}
> | |
> | | # libnet
> | | ac_libnet_have_packet_socket=${ac_libnet_have_packet_socket=yes}
> | |
> | | # libpcap
> | | ac_cv_linux_vers=${ac_cv_linux_vers=2}
> | |
> | | # libxfce4util
> | | with_broken_putenv=${with_broken_putenv=no}
> | |
> | | # links
> | | ac_cv_lib_png_png_create_info_struct=${ac_cv_lib_png_png_create_info_struct=yes}
> | |
> | | # mysql
> | | mysql_cv_func_atomic_sub=${mysql_cv_func_atomic_sub=no}
> | | mysql_cv_func_atomic_add=${mysql_cv_func_atomic_add=no}
> | |
> | | # nano
> | | ac_cv_regexec_segfault_emptystr=${ac_cv_regexec_segfault_emptystr=no}
> | | nano_cv_func_regexec_segv_emptystr=${nano_cv_func_regexec_segv_emptystr=no}
> | |
> | | # ORBit2
> | | ac_cv_alignof_CORBA_boolean=1
> | | ac_cv_alignof_CORBA_char=1
> | | ac_cv_alignof_CORBA_double=8
> | | ac_cv_alignof_CORBA_float=4
> | | ac_cv_alignof_CORBA_long=4
> | | ac_cv_alignof_CORBA_long_double=8
> | | ac_cv_alignof_CORBA_long_long=8
> | | ac_cv_alignof_CORBA_octet=1
> | | ac_cv_alignof_CORBA_pointer=4
> | | ac_cv_alignof_CORBA_short=2
> | | ac_cv_alignof_CORBA_struct=1
> | | ac_cv_alignof_CORBA_wchar=2
> | |
> | | # php
> | | ac_cv_pread=${ac_cv_pread=no}
> | | ac_cv_pwrite=${ac_cv_pwrite=no}
> | | php_cv_lib_cookie_io_functions_use_off64_t=${php_cv_lib_cookie_io_functions_use_off64_t=yes}
> | |
> | | # rsync
> | | rsync_cv_HAVE_BROKEN_LARGEFILE=${rsync_cv_HAVE_BROKEN_LARGEFILE=no}
> | | rsync_cv_HAVE_SOCKETPAIR=${rsync_cv_HAVE_SOCKETPAIR=yes}
> | | rsync_cv_HAVE_LONGLONG=${rsync_cv_HAVE_LONGLONG=yes}
> | | rsync_cv_HAVE_OFF64_T=${rsync_cv_HAVE_OFF64_T=no}
> | | rsync_cv_HAVE_SHORT_INO_T=${rsync_cv_HAVE_SHORT_INO_T=no}
> | | rsync_cv_HAVE_UNSIGNED_CHAR=${rsync_cv_HAVE_UNSIGNED_CHAR=no}
> | | rsync_cv_HAVE_BROKEN_READDIR=${rsync_cv_HAVE_BROKEN_READDIR=no}
> | | rsync_cv_HAVE_GETTIMEOFDAY_TZ=${rsync_cv_HAVE_GETTIMEOFDAY_TZ=yes}
> | | rsync_cv_HAVE_C99_VSNPRINTF=${rsync_cv_HAVE_C99_VSNPRINTF=yes}
> | | rsync_cv_HAVE_SECURE_MKSTEMP=${rsync_cv_HAVE_SECURE_MKSTEMP=yes}
> | | rsync_cv_REPLACE_INET_NTOA=${rsync_cv_REPLACE_INET_NTOA=no}
> | | rsync_cv_REPLACE_INET_ATON=${rsync_cv_REPLACE_INET_ATON=no}
> | |
> | | # screen
> | | screen_cv_sys_bcopy_overlap=${screen_cv_sys_bcopy_overlap=no}
> | | screen_cv_sys_memcpy_overlap=${screen_cv_sys_memcpy_overlap=no}
> | | screen_cv_sys_memmove_overlap=${screen_cv_sys_memmove_overlap=no}
> | | screen_cv_sys_fifo_broken_impl=${screen_cv_sys_fifo_broken_impl=yes}
> | | screen_cv_sys_fifo_usable=${screen_cv_sys_fifo_usable=yes}
> | | screen_cv_sys_select_broken_retval=${screen_cv_sys_select_broken_retval=no}
> | | screen_cv_sys_sockets_nofs=${screen_cv_sys_sockets_nofs=no}
> | | screen_cv_sys_sockets_usable=${screen_cv_sys_sockets_usable=yes}
> | | screen_cv_sys_terminfo_used=${screen_cv_sys_terminfo_used=yes}
> | |
> | | # slrn
> | | slrn_cv_va_val_copy=${slrn_cv_va_val_copy=yes}
> | |
> | | # socat
> | | ac_cv_ispeed_offset=${ac_cv_ispeed_offset=13}
> | | sc_cv_termios_ispeed=${sc_cv_termios_ispeed=yes}
> | |
> | | # ssh
> | | ac_cv_have_space_d_name_in_struct_dirent=${ac_cv_dirent_have_space_d_name=yes}
> | | ac_cv_have_broken_snprintf=${ac_cv_have_broken_snprintf=no}
> | | ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no}
> | | ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr=yes}
> | | ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes}
> | |
> | | # startup-notification
> | | lf_cv_sane_realloc=yes
> | |
> | | # xffm
> | | jm_cv_func_working_readdir=yes
> | |
> | | # evolution-data-server
> | | ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes}
> | configure:2475: loading site script /media/Data/yocto/working/tisdk/sources/oe-core/meta/site/common-linux
> | | # apr
> | | ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
> | | ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4}
> | |
> | | # samba
> | | samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no}
> | | samba_cv_HAVE_IFACE_IFCONF=${samba_cv_HAVE_IFACE_IFCONF=yes}
> | | samba_cv_HAVE_IFACE_IFREQ=${samba_cv_HAVE_IFACE_IFREQ=yes}
> | | samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=${samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no}
> | |
> | | # db
> | | db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar}
> | | db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod}
> | | db_cv_path_cp=${db_cv_path_cp=/bin/cp}
> | | db_cv_path_ln=${db_cv_path_ln=/bin/ln}
> | | db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir}
> | | db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib}
> | | db_cv_path_rm=${db_cv_path_rm=/bin/rm}
> | | db_cv_path_sh=${db_cv_path_sh=/bin/sh}
> | | db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip}
> | |
> | | # bash
> | | bash_cv_have_mbstate_t=${bash_cv_have_mbstate_t=yes}
> | | bash_cv_must_reinstall_sighandlers=${bash_cv_must_reinstall_sighandlers=no}
> | | bash_cv_func_strcoll_broken=${bash_cv_func_strcoll_broken=no}
> | | bash_cv_dup2_broken=${bash_cv_dup2_broken=no}
> | | bash_cv_opendir_not_robust=${bash_cv_opendir_not_robust=no}
> | | bash_cv_type_rlimit=${bash_cv_type_rlimit=rlim_t}
> | | bash_cv_getenv_redef=${bash_cv_getenv_redef=yes}
> | | bash_cv_ulimit_maxfds=${bash_cv_ulimit_maxfds=yes}
> | | bash_cv_getcwd_calls_popen=${bash_cv_getcwd_calls_popen=no}
> | | bash_cv_printf_a_format=${bash_cv_printf_a_format=yes}
> | | bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
> | | bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
> | | bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
> | | bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
> | |
> | | # coreutils
> | | gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes}
> | |
> | | # mysql
> | | ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}
> | | ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}
> | |
> | | # TCL
> | | tcl_cv_api_serial=${tcl_cv_api_serial=termios}
> | |
> | | # python
> | | ac_cv_have_long_long_format=yes
> | |
> | | # apache
> | | ac_cv_o_nonblock_inherited=${ac_cv_o_nonblock_inherited=no}
> | configure:2475: loading site script /media/Data/yocto/working/tisdk/sources/oe-core/meta/site/common-glibc
> | | # general
> | | ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes}
> | | ac_cv_func_realloc_works=${ac_cv_func_realloc_works=yes}
> | | ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
> | | ac_cv_func_malloc_works=${ac_cv_func_malloc_works=yes}
> | | ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
> | | ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes}
> | | ac_cv_func_getpgrp_void=yes
> | | ac_cv_func_setpgrp_void=yes
> | | ac_cv_func_setgrent_void=yes
> | | ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes}
> | | ac_cv_func_getpwuid_r=${ac_cv_func_getpwuid_r=yes}
> | | ac_cv_func_posix_getpwuid_r=${ac_cv_func_posix_getpwuid_r=yes}
> | | ac_cv_func_posix_getgrgid_r=${ac_cv_func_posix_getgrgid_r=yes}
> | | ac_cv_type_uid_t={ac_cv_type_uid_t=yes}
> | | ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes}
> | |
> | | # bash
> | | bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=yes}
> | | bash_cv_sys_siglist=${bash_cv_sys_siglist=yes}
> | |
> | | # clamav
> | | clamav_av_func_working_snprintf_long=${clamav_av_func_working_snprintf_long=yes}
> | | clamav_av_have_in_port_t=${clamav_av_have_in_port_t=yes}
> | | clamav_av_have_in_addr_t=${clamav_av_have_in_addr_t=yes}
> | | ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes}
> | |
> | | # coreutils
> | | fu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes}
> | |
> | | # glib
> | | glib_cv_strlcpy=${glib_cv_strlcpy=no}
> | | ac_cv_func_printf_unix98=${ac_cv_func_printf_unix98=yes}
> | | ac_cv_func_snprintf_c99=${ac_cv_func_snprintf_c99=yes}
> | | ac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=yes}
> | | glib_cv_compliant_posix_memalign=${glib_cv_compliant_posix_memalign=1}
> | | glib_cv_long_long_format=${glib_cv_long_long_format=ll}
> | | # glib-1.x requires this and pkgconfig-native / pkgconfig-nativesdk use
> | | # that to avoid a dependency loop.
> | | glib_cv___va_copy=${glib_cv___va_copy=yes}
> | | glib_cv_va_copy=${glib_cv_va_copy=yes}
> | | glib_cv_have_qsort_r=${glib_cv_have_qsort_r=yes}
> | |
> | | #dbus-glib
> | | ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
> | |
> | | # gnucash
> | | am_cv_scanf_lld=${am_cv_scanf_lld=yes}
> | |
> | | # guile
> | | ac_cv_func_pthread_attr_getstack=${ac_cv_func_pthread_attr_getstack=yes}
> | |
> | | #gcc-zlib
> | | ac_cv_func_getpagesize=${ac_cv_func_getpagesize=yes}
> | | ac_cv_func_memcpy=${ac_cv_func_memcpy=yes}
> | | ac_cv_func_strerror=${ac_cv_func_strerror=yes}
> | |
> | | # squid
> | | ac_cv_af_unix_large_dgram=${ac_cv_af_unix_large_dgram=yes}
> | | ac_cv_func_setresuid=${ac_cv_func_setresuid=yes}
> | | ac_cv_func_va_copy=${ac_cv_func_va_copy=yes}
> | | ac_cv_func___va_copy=${ac_cv_func___va_copy=yes}
> | | ac_cv_epoll_works=${ac_cv_epoll_works=yes}
> | |
> | | ac_cv_check_sjlj=ssjlj
> | |
> | | # m4
> | | gt_cv_locale_fr=${gt_cv_locale_fr=fr_FR}
> | | gl_cv_func_btowc_eof=${gl_cv_func_btowc_eof=yes}
> | | gl_cv_func_wcrtomb_retval=${gl_cv_func_wcrtomb_retval=yes}
> | | gl_cv_func_wctob_works=${gl_cv_func_wctob_works=yes}
> | | gl_cv_func_mbrtowc_incomplete_state=${gl_cv_func_mbrtowc_incomplete_state=yes}
> | | gl_cv_func_mbrtowc_sanitycheck=${gl_cv_func_mbrtowc_sanitycheck=yes}
> | | gl_cv_func_mbrtowc_null_arg=${gl_cv_func_mbrtowc_null_arg=yes}
> | | gl_cv_func_mbrtowc_retval=${gl_cv_func_mbrtowc_retval=yes}
> | | gl_cv_func_mbrtowc_nul_retval=${gl_cv_func_mbrtowc_nul_retval=yes}
> | |
> | | # va_copy and _va_copy
> | | ac_cv_va_copy=${ac_cv_va_copy=yes}
> | | ac_cv___va_copy=${ac_cv___va_copy=yes}
> | | ac_cv_func_va_copy=${ac_cv_func_va_copy=yes}
> | | ac_cv_func___va_copy=${ac_cv_func___va_copy=yes}
> | configure:2475: loading site script /media/Data/yocto/working/tisdk/sources/oe-core/meta/site/arm-linux
> | | ac_cv_func_setvbuf_reversed=no
> | | ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0}
> | | ac_cv_sizeof_char=${ac_cv_sizeof_char=1}
> | | ac_cv_sizeof_wchar_t=${ac_cv_sizeof_wchar_t=1}
> | | ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1}
> | | ac_cv_sizeof_bool=${ac_cv_sizeof_bool=1}
> | | ac_cv_sizeof_char_p=${ac_cv_sizeof_int_p=4}
> | | ac_cv_sizeof_int=${ac_cv_sizeof_int=4}
> | | ac_cv_sizeof_int_p=${ac_cv_sizeof_int_p=4}
> | | ac_cv_sizeof_long=${ac_cv_sizeof_long=4}
> | | ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4}
> | | ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8}
> | | ac_cv_sizeof_off_t=${ac_cv_sizeof_off_t=4}
> | | ac_cv_sizeof_short=${ac_cv_sizeof_short=2}
> | | ac_cv_sizeof_short_int=${ac_cv_sizeof_short_int=2}
> | | ac_cv_sizeof_size_t=${ac_cv_sizeof_size_t=4}
> | | ac_cv_sizeof_void_p=${ac_cv_sizeof_void_p=4}
> | | ac_cv_sizeof_long_p=${ac_cv_sizeof_long_p=4}
> | | ac_cv_sizeof_float=${ac_cv_sizeof_float=4}
> | | ac_cv_sizeof_double=${ac_cv_sizeof_double=8}
> | | ac_cv_sizeof_long_double=${ac_cv_sizeof_long_double=8}
> | | ac_cv_sizeof_ptrdiff_t=${glib_cv_sizeof_ptrdiff_t=4}
> | | ac_cv_sizeof_unsigned_short=${ac_cv_sizeof_unsigned_short=2}
> | | ac_cv_sizeof_unsigned=${ac_cv_sizeof_unsigned=4}
> | | ac_cv_sizeof_unsigned_int=${ac_cv_sizeof_unsigned_int=4}
> | | ac_cv_sizeof_unsigned_long=${ac_cv_sizeof_unsigned_long=4}
> | | ac_cv_sizeof_unsigned_long_long=${ac_cv_sizeof_unsigned_long_long=8}
> | | ac_cv_sizeof_signed_char=${ac_cv_sizeof_signed_char=1}
> | |
> | | ac_cv_uchar=${ac_cv_uchar=no}
> | | ac_cv_uint=${ac_cv_uint=yes}
> | | ac_cv_ulong=${ac_cv_ulong=yes}
> | | ac_cv_ushort=${ac_cv_ushort=yes}
> | | ac_cv_time_r_type=${ac_cv_time_r_type=POSIX}
> | |
> | | # samba
> | | samba_cv_BROKEN_NISPLUS_INCLUDE_FILES=${samba_cv_BROKEN_NISPLUS_INCLUDE_FILES=yes}
> | | samba_cv_BROKEN_REDHAT_7_SYSTEM_HEADERS=${samba_cv_BROKEN_REDHAT_7_SYSTEM_HEADERS=no}
> | | samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=${samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=no}
> | | samba_cv_HAVE_BROKEN_GETGROUPS=${samba_cv_HAVE_BROKEN_GETGROUPS=no}
> | | samba_cv_HAVE_BROKEN_LINUX_SENDFILE=${samba_cv_HAVE_BROKEN_LINUX_SENDFILE=yes}
> | | samba_cv_HAVE_BROKEN_READDIR=${samba_cv_HAVE_BROKEN_READDIR=yes}
> | | samba_cv_HAVE_BROKEN_READDIR_NAME=${samba_cv_HAVE_BROKEN_READDIR_NAME=no}
> | | samba_cv_HAVE_C99_VSNPRINTF=${samba_cv_HAVE_C99_VSNPRINTF=yes}
> | | samba_cv_HAVE_DEV64_T=${samba_cv_HAVE_DEV64_T=no}
> | | samba_cv_HAVE_DEVICE_MAJOR_FN=${samba_cv_HAVE_DEVICE_MAJOR_FN=yes}
> | | samba_cv_HAVE_DEVICE_MINOR_FN=${samba_cv_HAVE_DEVICE_MINOR_FN=yes}
> | | samba_cv_HAVE_DQB_FSOFTLIMIT=${samba_cv_HAVE_DQB_FSOFTLIMIT=no}
> | | samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=${samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=yes}
> | | samba_cv_HAVE_FAM_H=${samba_cv_HAVE_FAM_H=no}
> | | samba_cv_HAVE_FCNTL_LOCK=${samba_cv_HAVE_FCNTL_LOCK=yes}
> | | samba_cv_HAVE_FTRUNCATE_EXTEND=${samba_cv_HAVE_FTRUNCATE_EXTEND=yes}
> | | samba_cv_HAVE_FUNCTION_MACRO=${samba_cv_HAVE_FUNCTION_MACRO=yes}
> | | samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes}
> | | samba_cv_HAVE_INO64_T=${samba_cv_HAVE_INO64_T=no}
> | | samba_cv_HAVE_INT16_FROM_RPC_RPC_H=${samba_cv_HAVE_INT16_FROM_RPC_RPC_H=no}
> | | samba_cv_HAVE_INT32_FROM_RPC_RPC_H=${samba_cv_HAVE_INT32_FROM_RPC_RPC_H=no}
> | | samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=${samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=yes}
> | | samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=${samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes}
> | | samba_cv_HAVE_KERNEL_SHARE_MODES=${samba_cv_HAVE_KERNEL_SHARE_MODES=yes}
> | | samba_cv_HAVE_MAKEDEV=${samba_cv_HAVE_MAKEDEV=yes}
> | | samba_cv_HAVE_MMAP=${samba_cv_HAVE_MMAP=yes}
> | | samba_cv_HAVE_NATIVE_ICONV=${samba_cv_HAVE_NATIVE_ICONV=yes}
> | | samba_cv_HAVE_OFF64_T=${samba_cv_HAVE_OFF64_T=no}
> | | samba_cv_HAVE_ROOT=${samba_cv_HAVE_ROOT=yes}
> | | samba_cv_HAVE_RPC_AUTH_ERROR_CONFLICT=${samba_cv_HAVE_RPC_AUTH_ERROR_CONFLICT=no}
> | | samba_cv_HAVE_SECURE_MKSTEMP=${samba_cv_HAVE_SECURE_MKSTEMP=yes}
> | | samba_cv_HAVE_SENDFILE=${samba_cv_HAVE_SENDFILE=yes}
> | | samba_cv_HAVE_SENDFILE64=${samba_cv_HAVE_SENDFILE64=yes}
> | | samba_cv_HAVE_SOCK_SIN_LEN=${samba_cv_HAVE_SOCK_SIN_LEN=no}
> | | samba_cv_HAVE_STAT_ST_BLKSIZE=${samba_cv_HAVE_STAT_ST_BLKSIZE=yes}
> | | samba_cv_HAVE_STAT_ST_BLOCKS=${samba_cv_HAVE_STAT_ST_BLOCKS=yes}
> | | samba_cv_HAVE_STRUCT_DIR64=${samba_cv_HAVE_STRUCT_DIR64=no}
> | | samba_cv_HAVE_STRUCT_DIRENT64=${samba_cv_HAVE_STRUCT_DIRENT64=yes}
> | | samba_cv_HAVE_STRUCT_FLOCK64=${samba_cv_HAVE_STRUCT_FLOCK64=yes}
> | | samba_cv_HAVE_TRUNCATED_SALT=${samba_cv_HAVE_TRUNCATED_SALT=no}
> | | samba_cv_HAVE_UINT16_FROM_RPC_RPC_H=${samba_cv_HAVE_UINT16_FROM_RPC_RPC_H=no}
> | | samba_cv_HAVE_UINT32_FROM_RPC_RPC_H=${samba_cv_HAVE_UINT32_FROM_RPC_RPC_H=no}
> | | samba_cv_HAVE_UNSIGNED_CHAR=${samba_cv_HAVE_UNSIGNED_CHAR=yes}
> | | samba_cv_HAVE_UTIMBUF=${samba_cv_HAVE_UTIMBUF=yes}
> | | samba_cv_HAVE_UT_UT_ADDR=${samba_cv_HAVE_UT_UT_ADDR=yes}
> | | samba_cv_HAVE_UT_UT_EXIT=${samba_cv_HAVE_UT_UT_EXIT=yes}
> | | samba_cv_HAVE_UT_UT_HOST=${samba_cv_HAVE_UT_UT_HOST=yes}
> | | samba_cv_HAVE_UT_UT_ID=${samba_cv_HAVE_UT_UT_ID=yes}
> | | samba_cv_HAVE_UT_UT_NAME=${samba_cv_HAVE_UT_UT_NAME=yes}
> | | samba_cv_HAVE_UT_UT_PID=${samba_cv_HAVE_UT_UT_PID=yes}
> | | samba_cv_HAVE_UT_UT_TIME=${samba_cv_HAVE_UT_UT_TIME=yes}
> | | samba_cv_HAVE_UT_UT_TV=${samba_cv_HAVE_UT_UT_TV=yes}
> | | samba_cv_HAVE_UT_UT_TYPE=${samba_cv_HAVE_UT_UT_TYPE=yes}
> | | samba_cv_HAVE_UT_UT_USER=${samba_cv_HAVE_UT_UT_USER=yes}
> | | samba_cv_HAVE_UX_UT_SYSLEN=${samba_cv_HAVE_UX_UT_SYSLEN=no}
> | | samba_cv_HAVE_VA_COPY=${samba_cv_HAVE_VA_COPY=yes}
> | | samba_cv_HAVE_WORKING_AF_LOCAL=${samba_cv_HAVE_WORKING_AF_LOCAL=yes}
> | | samba_cv_HAVE_Werror=${samba_cv_HAVE_Werror=yes}
> | | samba_cv_PUTUTLINE_RETURNS_UTMP=${samba_cv_PUTUTLINE_RETURNS_UTMP=yes}
> | | samba_cv_QUOTA_WORKS=${samba_cv_QUOTA_WORKS=yes}
> | | samba_cv_REALPATH_TAKES_NULL=${samba_cv_REALPATH_TAKES_NULL=yes}
> | | samba_cv_REPLACE_GETPASS=${samba_cv_REPLACE_GETPASS=yes}
> | | samba_cv_REPLACE_INET_NTOA=${samba_cv_REPLACE_INET_NTOA=no}
> | | samba_cv_REPLACE_READDIR=${samba_cv_REPLACE_READDIR=no}
> | | samba_cv_RUN_QUOTA_TESTS=${samba_cv_RUN_QUOTA_TESTS=yes}
> | | samba_cv_SEEKDIR_RETURNS_VOID=${samba_cv_SEEKDIR_RETURNS_VOID=yes}
> | | samba_cv_SIZEOF_DEV_T=${samba_cv_SIZEOF_DEV_T=yes}
> | | samba_cv_SIZEOF_INO_T=${samba_cv_SIZEOF_INO_T=yes}
> | | samba_cv_SIZEOF_OFF_T=${samba_cv_SIZEOF_OFF_T=yes}
> | | samba_cv_SYSCONF_SC_NGROUPS_MAX=${samba_cv_SYSCONF_SC_NGROUPS_MAX=yes}
> | | samba_cv_SYSCONF_SC_NPROCESSORS_ONLN=${samba_cv_SYSCONF_SC_NPROCESSORS_ONLN=yes}
> | | samba_cv_SYSCONF_SC_NPROC_ONLN=${samba_cv_SYSCONF_SC_NPROC_ONLN=no}
> | | samba_cv_SYSCONF_SC_PAGESIZE=${samba_cv_SYSCONF_SC_PAGESIZE=yes}
> | | samba_cv_SYSQUOTA_FOUND=${samba_cv_SYSQUOTA_FOUND=yes}
> | | samba_cv_SYSQUOTA_WORKS=${samba_cv_SYSQUOTA_WORKS=yes}
> | | samba_cv_SYSQUOTA_WORKS_XFS=${samba_cv_SYSQUOTA_WORKS_XFS=yes}
> | | samba_cv_TRY_QUOTAS=${samba_cv_TRY_QUOTAS=no}
> | | samba_cv_TRY_SYS_QUOTAS=${samba_cv_TRY_SYS_QUOTAS=yes}
> | | samba_cv_USE_SETRESUID=${samba_cv_USE_SETRESUID=yes}
> | | samba_cv_WE_USE_SYS_QUOTAS=${samba_cv_WE_USE_SYS_QUOTAS=yes}
> | | samba_cv_WITH_AFS=${samba_cv_WITH_AFS=no}
> | | samba_cv_WITH_FAKE_KASERVER=${samba_cv_WITH_FAKE_KASERVER=no}
> | | samba_cv_WITH_QUOTAS=${samba_cv_WITH_QUOTAS=auto}
> | | samba_cv_WITH_SYS_QUOTAS=${samba_cv_WITH_SYS_QUOTAS=auto}
> | | samba_cv_WITH_VFS_AFSACL=${samba_cv_WITH_VFS_AFSACL=no}
> | | samba_cv_compiler_supports_ll=${samba_cv_compiler_supports_ll=yes}
> | | samba_cv_found_xfs_header=${samba_cv_found_xfs_header=yes}
> | | samba_cv_have_longlong=${samba_cv_have_longlong=yes}
> | | samba_cv_have_setresgid=${samba_cv_have_setresgid=yes}
> | | samba_cv_have_setresuid=${samba_cv_have_setresuid=yes}
> | | samba_cv_immediate_structures=${samba_cv_immediate_structures=yes}
> | | samba_cv_optimize_out_funcation_calls=${samba_cv_optimize_out_funcation_calls=yes}
> | | samba_cv_sig_atomic_t=${samba_cv_sig_atomic_t=yes}
> | | samba_cv_socklen_t=${samba_cv_socklen_t=yes}
> | | samba_cv_struct_timespec=${samba_cv_struct_timespec=yes}
> | | samba_cv_sysquotas_file=${samba_cv_sysquotas_file=lib/sysquotas_linux.c}
> | | samba_cv_unixsocket=${samba_cv_unixsocket=yes}
> | | samba_cv_volatile=${samba_cv_volatile=yes}
> | |
> | | #older sambe defines
> | | samba_cv_USE_SETEUID=${samba_cv_USE_SETEUID=yes}
> | | samba_cv_USE_SETREUID=${samba_cv_USE_SETREUID=yes}
> | | samba_cv_USE_SETUIDX=${samba_cv_USE_SETUIDX=yes}
> | | samba_cv_LINUX_LFS_SUPPORT=${samba_cv_LINUX_LFS_SUPPORT=yes}
> | |
> | | # clamav
> | | clamav_av_func_working_snprintf_long=${clamav_av_func_working_snprintf_long=yes}
> | | clamav_av_have_in_port_t=${clamav_av_have_in_port_t=yes}
> | | clamav_av_have_in_addr_t=${clamav_av_have_in_addr_t=yes}
> | | ac_cv_func_mmap_fixed_mapped=${ac_cv_func_mmap_fixed_mapped=yes}
> | |
> | | #dbus
> | | ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes}
> | |
> | | # lftp
> | | ac_cv_file___dev_ptc_=yes
> | |
> | | # guile
> | | ac_cv_func_pthread_attr_getstack=${ac_cv_func_pthread_attr_getstack=yes}
> | |
> | | # gnet
> | | ac_cv_member_struct_sockaddr_sa_len=${ac_cv_member_struct_sockaddr_sa_len=no}
> | | ac_cv_gnet_have_abstract_sockets=${ac_cv_gnet_have_abstract_sockets=no}
> | | gnet_sockaddr_family_field_name=${gnet_sockaddr_family_field_name=ss_family}
> | configure:2475: loading site script /media/Data/yocto/working/tisdk/sources/oe-core/meta/site/common
> | | # libelf
> | | mr_cv_target_elf=${mr_cv_target_elf=yes}
> | |
> | | # Normally kernels have /dev/random enabled
> | | ac_cv_file__dev_random=${ac_cv_file__dev_random=yes}
> | |
> | | # Avoid sudo to assume void for unsetenv in cross environment, or else it conflicts with
> | | # target stdlib.h prototype which follows POSIX compiliance. Mark for upstream.
> | | sudo_cv_func_unsetenv_void=no
> | |
> | | # shadow dir info, to avoid searching build system
> | | shadow_cv_maildir=${localstatedir}/spool/mail
> | | shadow_cv_mailfile=Mailbox
> | | shadow_cv_utmpdir=${localstatedir}/run
> | | shadow_cv_logdir=${localstatedir}/log
> | | shadow_cv_passwd_dir=${bindir}
> | |
> | | # python: deactivate a runtime check for ipv6-support in python >=2.7.1 that fails when cross-compiling
> | | ac_cv_buggy_getaddrinfo=no
> | configure:2718: checking for a BSD-compatible install
> | configure:2786: result: /usr/bin/install -c
> | configure:2797: checking whether build environment is sane
> | configure:2852: result: yes
> | configure:2911: checking for arm-oe-linux-gnueabi-strip
> | configure:2938: result: arm-linux-gnueabihf-strip
> | configure:3003: checking for a thread-safe mkdir -p
> | configure:3042: result: /bin/mkdir -p
> | configure:3049: checking for gawk
> | configure:3065: found /usr/bin/gawk
> | configure:3076: result: gawk
> | configure:3087: checking whether make sets $(MAKE)
> | configure:3109: result: yes
> | configure:3209: checking build system type
> | configure:3223: result: i686-pc-linux-gnu
> | configure:3243: checking host system type
> | configure:3256: result: arm-oe-linux-gnueabi
> | configure:3283: autobuild project... GNU Libtool
> | configure:3289: autobuild revision... 2.4.2 ()
> | configure:3294: autobuild hostname... infch02242
> | configure:3298: autobuild mode... default
> | configure:3306: autobuild timestamp... 20140228T121041Z
> | configure:3365: checking for arm-oe-linux-gnueabi-gcc
> | configure:3392: result: arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm
> | configure:3661: checking for C compiler version
> | configure:3670: arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm --version >&5
> | arm-linux-gnueabihf-gcc (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03) 4.7.3 20130226 (prerelease)
> | Copyright (C) 2012 Free Software Foundation, Inc.
> | This is free software; see the source for copying conditions. There is NO
> | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> |
> | configure:3681: $? = 0
> | configure:3670: arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -v >&5
> | Using built-in specs.
> | COLLECT_GCC=arm-linux-gnueabihf-gcc
> | COLLECT_LTO_WRAPPER=/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../libexec/gcc/arm-linux-gnueabihf/4.7.3/lto-wrapper
> | Target: arm-linux-gnueabihf
> | Configured with: /cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/src/gcc-linaro-4.7-2013.03/configure --build=i686-build_pc-linux-gnu --host=i686-build_pc-linux-gnu --target=arm-linux-gnueabihf --prefix=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/install --with-sysroot=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/install/arm-linux-gnueabihf/libc --enable-languages=c,c++,fortran --enable-multilib --with-arch=armv7-a --with-tune=cortex-a9 --with-fpu=vfpv3-d16 --with-float=hard --with-pkgversion='crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03' --with-bugurl=https://bugs.launchpad.net/gcc-linaro --enable-__cxa_atexit --enable-libmudflap --enable-libgomp --enable-libssp --with-gmp=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-mpfr=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-mpc=/cbuil
> d/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-ppl=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-cloog=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-libelf=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static --with-host-libstdcxx='-L/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/.build/arm-linux-gnueabihf/build/static/lib -lpwl' --enable-threads=posix --disable-libstdcxx-pch --enable-linker-build-id --enable-gold --with-local-prefix=/cbuild/slaves/oorts/crosstool-ng/builds/arm-linux-gnueabihf-linux/install/arm-linux-gnueabihf/libc --enable-c99 --enable-long-long --with-mode=thumb
> | Thread model: posix
> | gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313 - Linaro GCC 2013.03)
> | configure:3681: $? = 0
> | configure:3670: arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -V >&5
> | arm-linux-gnueabihf-gcc: error: unrecognized command line option '-V'
> | arm-linux-gnueabihf-gcc: fatal error: no input files
> | compilation terminated.
> | configure:3681: $? = 1
> | configure:3670: arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -qversion >&5
> | arm-linux-gnueabihf-gcc: error: unrecognized command line option '-qversion'
> | arm-linux-gnueabihf-gcc: fatal error: no input files
> | compilation terminated.
> | configure:3681: $? = 1
> | configure:3701: checking whether the C compiler works
> | configure:3723: arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -L/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/lib -Wl,-rpath-link,/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/lib -Wl,-O1 -Wl,--hash-style=gnu conftest.c >&5
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: error: a.out uses VFP register arguments, /tmp/ccvDTDFf.o does not
> | /home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/../../../../arm-linux-gnueabihf/bin/ld: failed to merge target specific data of file /tmp/ccvDTDFf.o
> | collect2: error: ld returned 1 exit status
> | configure:3727: $? = 1
> | configure:3765: result: no
> | configure: failed program was:
> | | /* confdefs.h */
> | | #define PACKAGE_NAME "GNU Libtool"
> | | #define PACKAGE_TARNAME "libtool"
> | | #define PACKAGE_VERSION "2.4.2"
> | | #define PACKAGE_STRING "GNU Libtool 2.4.2"
> | | #define PACKAGE_BUGREPORT "bug-libtool at gnu.org"
> | | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
> | | #define PACKAGE "libtool"
> | | #define VERSION "2.4.2"
> | | /* end confdefs.h. */
> | |
> | | int
> | | main ()
> | | {
> | |
> | | ;
> | | return 0;
> | | }
> | configure:3770: error: in `/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/libtool-2.4.2':
> | configure:3772: error: C compiler cannot create executables
> | See `config.log' for more details
> |
> | ## ---------------- ##
> | ## Cache variables. ##
> | ## ---------------- ##
> |
> | ac_cv___va_copy=yes
> | ac_cv_af_unix_large_dgram=yes
> | ac_cv_alignof_CORBA_boolean=1
> | ac_cv_alignof_CORBA_char=1
> | ac_cv_alignof_CORBA_double=8
> | ac_cv_alignof_CORBA_float=4
> | ac_cv_alignof_CORBA_long=4
> | ac_cv_alignof_CORBA_long_double=8
> | ac_cv_alignof_CORBA_long_long=8
> | ac_cv_alignof_CORBA_octet=1
> | ac_cv_alignof_CORBA_pointer=4
> | ac_cv_alignof_CORBA_short=2
> | ac_cv_alignof_CORBA_struct=1
> | ac_cv_alignof_CORBA_wchar=2
> | ac_cv_alignof_guint32=4
> | ac_cv_alignof_guint64=8
> | ac_cv_alignof_unsigned_long=4
> | ac_cv_buggy_getaddrinfo=no
> | ac_cv_build=i686-pc-linux-gnu
> | ac_cv_c_bigendian=no
> | ac_cv_c_endian=little
> | ac_cv_c_littleendian=yes
> | ac_cv_c_long_double=yes
> | ac_cv_check_sjlj=ssjlj
> | ac_cv_conv_longlong_to_float=yes
> | ac_cv_dirent_have_space_d_name=yes
> | ac_cv_env_CCC_set=
> | ac_cv_env_CCC_value=
> | ac_cv_env_CC_set=set
> | ac_cv_env_CC_value='arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm'
> | ac_cv_env_CFLAGS_set=set
> | ac_cv_env_CFLAGS_value='-isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types'
> | ac_cv_env_CPPFLAGS_set=set
> | ac_cv_env_CPPFLAGS_value='-isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector'
> | ac_cv_env_CPP_set=set
> | ac_cv_env_CPP_value='arm-linux-gnueabihf-gcc -E --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon'
> | ac_cv_env_CXXCPP_set=
> | ac_cv_env_CXXCPP_value=
> | ac_cv_env_CXXFLAGS_set=set
> | ac_cv_env_CXXFLAGS_value='-isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -fpermissive'
> | ac_cv_env_CXX_set=set
> | ac_cv_env_CXX_value='arm-linux-gnueabihf-g++ -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm'
> | ac_cv_env_F77_set=set
> | ac_cv_env_F77_value='arm-linux-gnueabihf-g77 -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm'
> | ac_cv_env_FCFLAGS_set=
> | ac_cv_env_FCFLAGS_value=
> | ac_cv_env_FC_set=
> | ac_cv_env_FC_value=
> | ac_cv_env_FFLAGS_set=
> | ac_cv_env_FFLAGS_value=
> | ac_cv_env_LDFLAGS_set=set
> | ac_cv_env_LDFLAGS_value='-L/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/lib -Wl,-rpath-link,/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/lib -Wl,-O1 -Wl,--hash-style=gnu'
> | ac_cv_env_LIBS_set=
> | ac_cv_env_LIBS_value=
> | ac_cv_env_build_alias_set=set
> | ac_cv_env_build_alias_value=i686-linux
> | ac_cv_env_host_alias_set=set
> | ac_cv_env_host_alias_value=arm-oe-linux-gnueabi
> | ac_cv_env_target_alias_set=set
> | ac_cv_env_target_alias_value=arm-oe-linux-gnueabi
> | ac_cv_epoll_works=yes
> | ac_cv_file___dev_ptc_=yes
> | ac_cv_file__dev_random=yes
> | ac_cv_file__dev_zero=yes
> | ac_cv_func___va_copy=yes
> | ac_cv_func_fnmatch_works=yes
> | ac_cv_func_getaddrinfo=yes
> | ac_cv_func_getgrgid_r=yes
> | ac_cv_func_getpagesize=yes
> | ac_cv_func_getpgrp_void=yes
> | ac_cv_func_getpwuid_r=yes
> | ac_cv_func_lstat_dereferences_slashed_symlink=yes
> | ac_cv_func_lstat_empty_string_bug=no
> | ac_cv_func_malloc_0_nonnull=yes
> | ac_cv_func_malloc_works=yes
> | ac_cv_func_memcmp_working=yes
> | ac_cv_func_memcpy=yes
> | ac_cv_func_mmap_fixed_mapped=yes
> | ac_cv_func_posix_getgrgid_r=yes
> | ac_cv_func_posix_getpwnam_r=yes
> | ac_cv_func_posix_getpwuid_r=yes
> | ac_cv_func_printf_unix98=yes
> | ac_cv_func_pthread_attr_getstack=yes
> | ac_cv_func_pthread_key_delete=yes
> | ac_cv_func_realloc_0_nonnull=yes
> | ac_cv_func_realloc_works=yes
> | ac_cv_func_setgrent_void=yes
> | ac_cv_func_setpgrp_void=yes
> | ac_cv_func_setresuid=yes
> | ac_cv_func_setvbuf_reversed=no
> | ac_cv_func_snprintf_c99=yes
> | ac_cv_func_stat_empty_string_bug=no
> | ac_cv_func_stat_ignores_trailing_slash=no
> | ac_cv_func_strerror=yes
> | ac_cv_func_va_copy=yes
> | ac_cv_func_vsnprintf_c99=yes
> | ac_cv_gnet_have_abstract_sockets=no
> | ac_cv_have_abstract_sockets=yes
> | ac_cv_have_accrights_in_msghdr=no
> | ac_cv_have_broken_snprintf=no
> | ac_cv_have_control_in_msghdr=yes
> | ac_cv_have_decl_sys_siglist=yes
> | ac_cv_have_long_long_format=yes
> | ac_cv_have_openpty_ctty_bug=yes
> | ac_cv_have_space_d_name_in_struct_dirent=yes
> | ac_cv_header_netinet_sctp_h=no
> | ac_cv_header_netinet_sctp_uio_h=no
> | ac_cv_host=arm-oe-linux-gnueabi
> | ac_cv_ispeed_offset=13
> | ac_cv_lib_png_png_create_info_struct=yes
> | ac_cv_libiconv_utf8=yes
> | ac_cv_libnet_endianess=lil
> | ac_cv_linux_vers=2
> | ac_cv_member_struct_sockaddr_sa_len=no
> | ac_cv_need_trio=no
> | ac_cv_o_nonblock_inherited=no
> | ac_cv_path_SED=sed
> | ac_cv_path_install='/usr/bin/install -c'
> | ac_cv_path_mkdir=/bin/mkdir
> | ac_cv_pread=no
> | ac_cv_prog_AWK=gawk
> | ac_cv_prog_CC='arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm'
> | ac_cv_prog_STRIP=arm-linux-gnueabihf-strip
> | ac_cv_prog_make_make_set=yes
> | ac_cv_pwrite=no
> | ac_cv_regexec_segfault_emptystr=no
> | ac_cv_sctp=no
> | ac_cv_sizeof___int64=0
> | ac_cv_sizeof_bool=1
> | ac_cv_sizeof_char=1
> | ac_cv_sizeof_char_p=4
> | ac_cv_sizeof_double=8
> | ac_cv_sizeof_float=4
> | ac_cv_sizeof_int=4
> | ac_cv_sizeof_int_p=4
> | ac_cv_sizeof_long=4
> | ac_cv_sizeof_long_double=8
> | ac_cv_sizeof_long_int=4
> | ac_cv_sizeof_long_long=8
> | ac_cv_sizeof_long_p=4
> | ac_cv_sizeof_off_t=4
> | ac_cv_sizeof_pid_t=4
> | ac_cv_sizeof_ptrdiff_t=4
> | ac_cv_sizeof_short=2
> | ac_cv_sizeof_short_int=2
> | ac_cv_sizeof_signed_char=1
> | ac_cv_sizeof_size_t=4
> | ac_cv_sizeof_ssize_t=4
> | ac_cv_sizeof_unsigned=4
> | ac_cv_sizeof_unsigned_char=1
> | ac_cv_sizeof_unsigned_int=4
> | ac_cv_sizeof_unsigned_long=4
> | ac_cv_sizeof_unsigned_long_long=8
> | ac_cv_sizeof_unsigned_short=2
> | ac_cv_sizeof_void_p=4
> | ac_cv_sizeof_wchar_t=4
> | ac_cv_strerror_r_SUSv3=no
> | ac_cv_sys_restartable_syscalls=yes
> | ac_cv_time_r_type=POSIX
> | ac_cv_type_uid_t='{ac_cv_type_uid_t=yes}'
> | ac_cv_uchar=no
> | ac_cv_uint=yes
> | ac_cv_ulong=yes
> | ac_cv_ushort=yes
> | ac_cv_va_copy=yes
> | ac_cv_va_val_copy=yes
> | am_cv_func_working_getline=yes
> | am_cv_scanf_lld=yes
> | apr_cv_process_shared_works=no
> | apr_cv_tcp_nodelay_with_cork=yes
> | as_cv_unaligned_access=no
> | bash_cv_dup2_broken=no
> | bash_cv_func_sigsetjmp=missing
> | bash_cv_func_strcoll_broken=no
> | bash_cv_getcwd_calls_popen=no
> | bash_cv_getenv_redef=yes
> | bash_cv_have_mbstate_t=yes
> | bash_cv_job_control_missing=present
> | bash_cv_must_reinstall_sighandlers=no
> | bash_cv_opendir_not_robust=no
> | bash_cv_pgrp_pipe=no
> | bash_cv_printf_a_format=yes
> | bash_cv_sys_named_pipes=present
> | bash_cv_sys_siglist=yes
> | bash_cv_type_rlimit=rlim_t
> | bash_cv_ulimit_maxfds=yes
> | bash_cv_under_sys_siglist=yes
> | bash_cv_unusable_rtsigs=no
> | compat_cv_func_basename_works=no
> | compat_cv_func_dirname_works=no
> | compat_cv_func_snprintf_works=yes
> | cvs_cv_func_printf_ptr=yes
> | db_cv_align_t='unsigned long long'
> | db_cv_alignp_t='unsigned long'
> | db_cv_fcntl_f_setfd=yes
> | db_cv_path_ar=/usr/bin/ar
> | db_cv_path_chmod=/bin/chmod
> | db_cv_path_cp=/bin/cp
> | db_cv_path_ln=/bin/ln
> | db_cv_path_mkdir=/bin/mkdir
> | db_cv_path_ranlib=/usr/bin/ranlib
> | db_cv_path_rm=/bin/rm
> | db_cv_path_sh=/bin/sh
> | db_cv_path_strip=/usr/bin/strip
> | db_cv_spinlocks=no
> | db_cv_sprintf_count=yes
> | ettercap_cv_type_socklen_t=yes
> | fu_cv_sys_stat_statfs2_bsize=yes
> | gl_cv_func_btowc_eof=yes
> | gl_cv_func_fstatat_zero_flag=yes
> | gl_cv_func_mbrtowc_incomplete_state=yes
> | gl_cv_func_mbrtowc_nul_retval=yes
> | gl_cv_func_mbrtowc_null_arg=yes
> | gl_cv_func_mbrtowc_retval=yes
> | gl_cv_func_mbrtowc_sanitycheck=yes
> | gl_cv_func_wcrtomb_retval=yes
> | gl_cv_func_wctob_works=yes
> | glib_cv___va_copy=yes
> | glib_cv_compliant_posix_memalign=1
> | glib_cv_has__inline=yes
> | glib_cv_has__inline__=yes
> | glib_cv_hasinline=yes
> | glib_cv_have_qsort_r=yes
> | glib_cv_long_long_format=ll
> | glib_cv_rtldglobal_broken=no
> | glib_cv_sane_realloc=yes
> | glib_cv_sizeof_gmutex=24
> | glib_cv_sizeof_intmax_t=8
> | glib_cv_sizeof_ptrdiff_t=4
> | glib_cv_sizeof_size_t=4
> | glib_cv_sizeof_system_thread=4
> | glib_cv_stack_grows=no
> | glib_cv_strlcpy=no
> | glib_cv_sys_pthread_cond_timedwait_posix=yes
> | glib_cv_sys_pthread_getspecific_posix=yes
> | glib_cv_sys_pthread_mutex_trylock_posix=yes
> | glib_cv_sys_use_pid_niceness_surrogate=yes
> | glib_cv_uscore=no
> | glib_cv_use_pid_surrogate=yes
> | glib_cv_va_copy=yes
> | glib_cv_va_val_copy=yes
> | gt_cv_locale_fr=fr_FR
> | jm_cv_func_working_readdir=yes
> | lf_cv_sane_realloc=yes
> | lftp_cv_va_val_copy=yes
> | libIDL_cv_long_long_format=ll
> | lt_cv_sys_lib_dlsearch_path_spec='/usr/lib /lib'
> | mr_cv_target_elf=yes
> | mysql_cv_func_atomic_add=no
> | mysql_cv_func_atomic_sub=no
> | nano_cv_func_regexec_segv_emptystr=no
> | php_cv_lib_cookie_io_functions_use_off64_t=yes
> | rpppoe_cv_pack_bitfields=rev
> | rsync_cv_HAVE_BROKEN_LARGEFILE=no
> | rsync_cv_HAVE_BROKEN_READDIR=no
> | rsync_cv_HAVE_C99_VSNPRINTF=yes
> | rsync_cv_HAVE_GETTIMEOFDAY_TZ=yes
> | rsync_cv_HAVE_LONGLONG=yes
> | rsync_cv_HAVE_OFF64_T=no
> | rsync_cv_HAVE_SECURE_MKSTEMP=yes
> | rsync_cv_HAVE_SHORT_INO_T=no
> | rsync_cv_HAVE_SOCKETPAIR=yes
> | rsync_cv_HAVE_UNSIGNED_CHAR=no
> | rsync_cv_REPLACE_INET_ATON=no
> | rsync_cv_REPLACE_INET_NTOA=no
> | samba_cv_BROKEN_NISPLUS_INCLUDE_FILES=yes
> | samba_cv_BROKEN_REDHAT_7_SYSTEM_HEADERS=no
> | samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=no
> | samba_cv_HAVE_BROKEN_GETGROUPS=no
> | samba_cv_HAVE_BROKEN_LINUX_SENDFILE=yes
> | samba_cv_HAVE_BROKEN_READDIR=yes
> | samba_cv_HAVE_BROKEN_READDIR_NAME=no
> | samba_cv_HAVE_C99_VSNPRINTF=yes
> | samba_cv_HAVE_DEV64_T=no
> | samba_cv_HAVE_DEVICE_MAJOR_FN=yes
> | samba_cv_HAVE_DEVICE_MINOR_FN=yes
> | samba_cv_HAVE_DQB_FSOFTLIMIT=no
> | samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=yes
> | samba_cv_HAVE_FAM_H=no
> | samba_cv_HAVE_FCNTL_LOCK=yes
> | samba_cv_HAVE_FTRUNCATE_EXTEND=yes
> | samba_cv_HAVE_FUNCTION_MACRO=yes
> | samba_cv_HAVE_GETTIMEOFDAY_TZ=yes
> | samba_cv_HAVE_IFACE_AIX=no
> | samba_cv_HAVE_IFACE_IFCONF=yes
> | samba_cv_HAVE_IFACE_IFREQ=yes
> | samba_cv_HAVE_INO64_T=no
> | samba_cv_HAVE_INT16_FROM_RPC_RPC_H=no
> | samba_cv_HAVE_INT32_FROM_RPC_RPC_H=no
> | samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no
> | samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=yes
> | samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes
> | samba_cv_HAVE_KERNEL_SHARE_MODES=yes
> | samba_cv_HAVE_MAKEDEV=yes
> | samba_cv_HAVE_MMAP=yes
> | samba_cv_HAVE_NATIVE_ICONV=yes
> | samba_cv_HAVE_OFF64_T=no
> | samba_cv_HAVE_ROOT=yes
> | samba_cv_HAVE_RPC_AUTH_ERROR_CONFLICT=no
> | samba_cv_HAVE_SECURE_MKSTEMP=yes
> | samba_cv_HAVE_SENDFILE64=yes
> | samba_cv_HAVE_SENDFILE=yes
> | samba_cv_HAVE_SOCK_SIN_LEN=no
> | samba_cv_HAVE_STAT_ST_BLKSIZE=yes
> | samba_cv_HAVE_STAT_ST_BLOCKS=yes
> | samba_cv_HAVE_STRUCT_DIR64=no
> | samba_cv_HAVE_STRUCT_DIRENT64=yes
> | samba_cv_HAVE_STRUCT_FLOCK64=yes
> | samba_cv_HAVE_TRUNCATED_SALT=no
> | samba_cv_HAVE_UINT16_FROM_RPC_RPC_H=no
> | samba_cv_HAVE_UINT32_FROM_RPC_RPC_H=no
> | samba_cv_HAVE_UNSIGNED_CHAR=yes
> | samba_cv_HAVE_UTIMBUF=yes
> | samba_cv_HAVE_UT_UT_ADDR=yes
> | samba_cv_HAVE_UT_UT_EXIT=yes
> | samba_cv_HAVE_UT_UT_HOST=yes
> | samba_cv_HAVE_UT_UT_ID=yes
> | samba_cv_HAVE_UT_UT_NAME=yes
> | samba_cv_HAVE_UT_UT_PID=yes
> | samba_cv_HAVE_UT_UT_TIME=yes
> | samba_cv_HAVE_UT_UT_TV=yes
> | samba_cv_HAVE_UT_UT_TYPE=yes
> | samba_cv_HAVE_UT_UT_USER=yes
> | samba_cv_HAVE_UX_UT_SYSLEN=no
> | samba_cv_HAVE_VA_COPY=yes
> | samba_cv_HAVE_WORKING_AF_LOCAL=yes
> | samba_cv_HAVE_Werror=yes
> | samba_cv_LINUX_LFS_SUPPORT=yes
> | samba_cv_PUTUTLINE_RETURNS_UTMP=yes
> | samba_cv_QUOTA_WORKS=yes
> | samba_cv_REALPATH_TAKES_NULL=yes
> | samba_cv_REPLACE_GETPASS=yes
> | samba_cv_REPLACE_INET_NTOA=no
> | samba_cv_REPLACE_READDIR=no
> | samba_cv_RUN_QUOTA_TESTS=yes
> | samba_cv_SEEKDIR_RETURNS_VOID=yes
> | samba_cv_SIZEOF_DEV_T=yes
> | samba_cv_SIZEOF_INO_T=yes
> | samba_cv_SIZEOF_OFF_T=yes
> | samba_cv_SYSCONF_SC_NGROUPS_MAX=yes
> | samba_cv_SYSCONF_SC_NPROCESSORS_ONLN=yes
> | samba_cv_SYSCONF_SC_NPROC_ONLN=no
> | samba_cv_SYSCONF_SC_PAGESIZE=yes
> | samba_cv_SYSQUOTA_FOUND=yes
> | samba_cv_SYSQUOTA_WORKS=yes
> | samba_cv_SYSQUOTA_WORKS_XFS=yes
> | samba_cv_TRY_QUOTAS=no
> | samba_cv_TRY_SYS_QUOTAS=yes
> | samba_cv_USE_SETEUID=yes
> | samba_cv_USE_SETRESUID=yes
> | samba_cv_USE_SETREUID=yes
> | samba_cv_USE_SETUIDX=yes
> | samba_cv_WE_USE_SYS_QUOTAS=yes
> | samba_cv_WITH_AFS=no
> | samba_cv_WITH_FAKE_KASERVER=no
> | samba_cv_WITH_QUOTAS=auto
> | samba_cv_WITH_SYS_QUOTAS=auto
> | samba_cv_WITH_VFS_AFSACL=no
> | samba_cv_compiler_supports_ll=yes
> | samba_cv_found_xfs_header=yes
> | samba_cv_have_longlong=yes
> | samba_cv_have_setresgid=yes
> | samba_cv_have_setresuid=yes
> | samba_cv_immediate_structures=yes
> | samba_cv_optimize_out_funcation_calls=yes
> | samba_cv_sig_atomic_t=yes
> | samba_cv_socklen_t=yes
> | samba_cv_struct_timespec=yes
> | samba_cv_sysquotas_file=lib/sysquotas_linux.c
> | samba_cv_unixsocket=yes
> | samba_cv_volatile=yes
> | sc_cv_termios_ispeed=yes
> | screen_cv_sys_bcopy_overlap=no
> | screen_cv_sys_fifo_broken_impl=yes
> | screen_cv_sys_fifo_usable=yes
> | screen_cv_sys_memcpy_overlap=no
> | screen_cv_sys_memmove_overlap=no
> | screen_cv_sys_select_broken_retval=no
> | screen_cv_sys_sockets_nofs=no
> | screen_cv_sys_sockets_usable=yes
> | screen_cv_sys_terminfo_used=yes
> | shadow_cv_logdir=/var/log
> | shadow_cv_maildir=/var/spool/mail
> | shadow_cv_mailfile=Mailbox
> | shadow_cv_passwd_dir=/usr/bin
> | shadow_cv_utmpdir=/var/run
> | slrn_cv_va_val_copy=yes
> | sudo_cv_func_unsetenv_void=no
> | tcl_cv_api_serial=termios
> | utils_cv_sys_open_max=1019
> |
> | ## ----------------- ##
> | ## Output variables. ##
> | ## ----------------- ##
> |
> | ACLOCAL='${SHELL} /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/libtool-2.4.2/libltdl/config/missing --run aclocal-1.12'
> | AMDEPBACKSLASH=''
> | AMDEP_FALSE=''
> | AMDEP_TRUE=''
> | AMTAR='$${TAR-tar}'
> | AR='arm-linux-gnueabihf-ar'
> | ARGZ_H=''
> | AS='arm-linux-gnueabihf-as'
> | AUTOCONF='${SHELL} /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/libtool-2.4.2/libltdl/config/missing --run autoconf'
> | AUTOHEADER='${SHELL} /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/libtool-2.4.2/libltdl/config/missing --run autoheader'
> | AUTOM4TE='autom4te'
> | AUTOMAKE='${SHELL} /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/libtool-2.4.2/libltdl/config/missing --run automake-1.12'
> | AUTOTEST='$(AUTOM4TE) --language=autotest'
> | AWK='gawk'
> | CC='arm-linux-gnueabihf-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm'
> | CCDEPMODE=''
> | CFLAGS='-isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types'
> | CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/ChangeLog'
> | CONF_SUBDIRS='tests/cdemo tests/demo tests/depdemo tests/f77demo tests/fcdemo tests/mdemo tests/mdemo2 tests/pdemo tests/tagdemo'
> | CONVENIENCE_LTDL_FALSE=''
> | CONVENIENCE_LTDL_TRUE=''
> | CPP='arm-linux-gnueabihf-gcc -E --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon'
> | CPPFLAGS='-isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector'
> | CXX='arm-linux-gnueabihf-g++ -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm'
> | CXXCPP=''
> | CXXDEPMODE=''
> | CXXFLAGS='-isystem/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/include -fstack-protector -O2 -pipe -g -feliminate-unused-debug-types -fpermissive'
> | CYGPATH_W='echo'
> | DEFS=''
> | DEPDIR=''
> | DIST_MAKEFILE_LIST='tests/cdemo/Makefile tests/demo/Makefile tests/depdemo/Makefile tests/f77demo/Makefile tests/fcdemo/Makefile tests/mdemo/Makefile tests/mdemo2/Makefile tests/pdemo/Makefile tests/tagdemo/Makefile '
> | DLLTOOL=''
> | DSYMUTIL=''
> | DUMPBIN=''
> | ECHO_C=''
> | ECHO_N='-n'
> | ECHO_T=''
> | EGREP=''
> | EXEEXT=''
> | F77='arm-linux-gnueabihf-g77 -march=armv7-a -mthumb-interwork -mfloat-abi=softfp -mfpu=neon --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm'
> | FC=''
> | FCFLAGS=''
> | FFLAGS=''
> | FGREP=''
> | GCJ=''
> | GCJFLAGS=''
> | GOC=''
> | GREP=''
> | HAVE_CXX_FALSE=''
> | HAVE_CXX_TRUE=''
> | HAVE_F77_FALSE=''
> | HAVE_F77_TRUE=''
> | HAVE_FC_FALSE=''
> | HAVE_FC_TRUE=''
> | HAVE_GCJ_FALSE=''
> | HAVE_GCJ_TRUE=''
> | HAVE_RC_FALSE=''
> | HAVE_RC_TRUE=''
> | HELP2MAN=''
> | INSTALL_DATA='${INSTALL} -m 644'
> | INSTALL_LTDL_FALSE=''
> | INSTALL_LTDL_TRUE=''
> | INSTALL_PROGRAM='${INSTALL}'
> | INSTALL_SCRIPT='${INSTALL}'
> | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
> | LASTRELEASE='2.4.1'
> | LD='arm-linux-gnueabihf-ld --sysroot=/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm'
> | LDFLAGS='-L/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/lib -Wl,-rpath-link,/home/ashok/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/arm-linux-gnueabihf/lib -Wl,-O1 -Wl,--hash-style=gnu'
> | LIBADD_DL=''
> | LIBADD_DLD_LINK=''
> | LIBADD_DLOPEN=''
> | LIBADD_SHL_LOAD=''
> | LIBOBJS=''
> | LIBS=''
> | LIBTOOL=''
> | LIPO=''
> | LN_S=''
> | LTDLOPEN=''
> | LTLIBOBJS=''
> | LT_CONFIG_H=''
> | LT_DLLOADERS=''
> | LT_DLPREOPEN=''
> | M4SH='$(AUTOM4TE) --language=m4sh'
> | MAKEINFO='${SHELL} /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/libtool-2.4.2/libltdl/config/missing --run makeinfo'
> | MANIFEST_TOOL=''
> | MKDIR_P='/bin/mkdir -p'
> | NM='arm-linux-gnueabihf-nm'
> | NMEDIT=''
> | OBJDUMP='arm-linux-gnueabihf-objdump'
> | OBJEXT=''
> | ORDER=''
> | OTOOL64=''
> | OTOOL=''
> | PACKAGE='libtool'
> | PACKAGE_BUGREPORT='bug-libtool at gnu.org'
> | PACKAGE_NAME='GNU Libtool'
> | PACKAGE_STRING='GNU Libtool 2.4.2'
> | PACKAGE_TARNAME='libtool'
> | PACKAGE_URL='http://www.gnu.org/software/libtool/'
> | PACKAGE_VERSION='2.4.2'
> | PATH_SEPARATOR=':'
> | RANLIB='arm-linux-gnueabihf-ranlib'
> | RC=''
> | SED=''
> | SET_MAKE=''
> | SHELL='/bin/bash'
> | STRIP='arm-linux-gnueabihf-strip'
> | TIMESTAMP=''
> | VERSION='2.4.2'
> | ac_ct_AR=''
> | ac_ct_CC=''
> | ac_ct_CXX=''
> | ac_ct_DUMPBIN=''
> | ac_ct_F77=''
> | ac_ct_FC=''
> | aclocaldir='${datadir}/aclocal'
> | am__EXEEXT_FALSE=''
> | am__EXEEXT_TRUE=''
> | am__fastdepCC_FALSE=''
> | am__fastdepCC_TRUE=''
> | am__fastdepCXX_FALSE=''
> | am__fastdepCXX_TRUE=''
> | am__include=''
> | am__isrc=''
> | am__leading_dot='.'
> | am__nodep=''
> | am__quote=''
> | am__tar='$${TAR-tar} chof - "$$tardir"'
> | am__untar='$${TAR-tar} xf -'
> | bindir='/usr/bin'
> | build='i686-pc-linux-gnu'
> | build_alias='i686-linux'
> | build_cpu='i686'
> | build_os='linux-gnu'
> | build_vendor='pc'
> | datadir='/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm/usr/share'
> | datarootdir='${prefix}/share'
> | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
> | dvidir='${docdir}'
> | exec_prefix='/usr'
> | host='arm-oe-linux-gnueabi'
> | host_alias='arm-oe-linux-gnueabi'
> | host_cpu='arm'
> | host_os='linux-gnueabi'
> | host_vendor='oe'
> | htmldir='${docdir}'
> | includedir='/usr/include'
> | infodir='/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm/usr/share/info'
> | install_sh='${SHELL} /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/libtool-2.4.2/libltdl/config/install-sh'
> | libdir='/usr/lib'
> | libexecdir='/usr/lib/libtool'
> | localedir='${datarootdir}/locale'
> | localstatedir='/var'
> | mandir='/media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/sysroots/am3517-evm/usr/share/man'
> | mkdir_p='$(MKDIR_P)'
> | oldincludedir='/usr/include'
> | package_revision='1.3337'
> | pdfdir='${docdir}'
> | pkgdatadir='${datadir}/libtool'
> | prefix='/usr'
> | program_transform_name='s,x,x,'
> | psdir='${docdir}'
> | sbindir='/usr/sbin'
> | sharedstatedir='/com'
> | sys_symbol_underscore=''
> | sysconfdir='/etc'
> | target_alias='arm-oe-linux-gnueabi'
> | to_host_file_cmd=''
> | to_tool_file_cmd=''
> |
> | ## ----------- ##
> | ## confdefs.h. ##
> | ## ----------- ##
> |
> | /* confdefs.h */
> | #define PACKAGE_NAME "GNU Libtool"
> | #define PACKAGE_TARNAME "libtool"
> | #define PACKAGE_VERSION "2.4.2"
> | #define PACKAGE_STRING "GNU Libtool 2.4.2"
> | #define PACKAGE_BUGREPORT "bug-libtool at gnu.org"
> | #define PACKAGE_URL "http://www.gnu.org/software/libtool/"
> | #define PACKAGE "libtool"
> | #define VERSION "2.4.2"
> |
> | configure: exit 77
> | ERROR: oe_runconf failed
> | ERROR: Function failed: do_configure (see /media/Data/yocto/working/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7a-vfp-neon-2.6.37.2-oe-linux-gnueabi/libtool-cross/2.4.2-r6.1/temp/log.do_configure.28442 for further information)
> ERROR: Task 387 (/media/Data/yocto/working/tisdk/sources/oe-core/meta/recipes-devtools/libtool/libtool-cross_2.4.2.bb, do_configure) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 488 tasks of which 484 didn't need to be rerun and 2 failed.
> Waiting for 0 running tasks to finish:
>
> Summary: 2 tasks failed:
> /media/Data/yocto/working/tisdk/sources/oe-core/meta/recipes-core/zlib/zlib_1.2.7.bb, do_compile
> /media/Data/yocto/working/tisdk/sources/oe-core/meta/recipes-devtools/libtool/libtool-cross_2.4.2.bb, do_configure
> Summary: There was 1 WARNING message shown.
> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
>
More information about the meta-ti
mailing list