Advertisement
Guest User

Untitled

a guest
Aug 6th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. Command-line environment variables:
  2. CFLAGS=" -g -O0 --sysroot=/opt/PHYTEC_BSPs/yocto_ti/build/deploy/images/phycore-am335x-1/phytec-headless-image-phycore-am335x-1" CXXFLAGS=" -g -O0 --sysroot=/opt/PHYTEC_BSPs/yocto_ti/build/deploy/images/phycore-am335x-1/phytec-headless-image-phycore-am335x-1" LDFLAGS=" --sysroot=/opt/PHYTEC_BSPs/yocto_ti/build/deploy/images/phycore-am335x-1/phytec-headless-image-phycore-am335x-1" CPPFLAGS=" --sysroot=/opt/PHYTEC_BSPs/yocto_ti/build/deploy/images/phycore-am335x-1/phytec-headless-image-phycore-am335x-1"
  3.  
  4. sh -c "home/workspace/helloworld/configure --with-libtool-sysroot=/opt/PHYTEC_BSPs/yocto_ti/build/deploy/images/phycore-am335x-1/phytec-headless-image-phycore-am335x-1 --host=arm-phytec-linux-gnueabi --build=x86_64-linux --target=arm-phytec-linux-gnueabi"
  5. configure: loading site script /opt/PHYTEC_BSPs/yocto_ti/sources/poky/meta/site/endian-little
  6. configure: loading site script /opt/PHYTEC_BSPs/yocto_ti/sources/poky/meta/site/arm-common
  7. configure: loading site script /opt/PHYTEC_BSPs/yocto_ti/sources/poky/meta/site/arm-32
  8. configure: loading site script /opt/PHYTEC_BSPs/yocto_ti/sources/poky/meta/site/common-linux
  9. configure: loading site script /opt/PHYTEC_BSPs/yocto_ti/sources/poky/meta/site/common-glibc
  10. configure: loading site script /opt/PHYTEC_BSPs/yocto_ti/sources/poky/meta/site/arm-linux
  11. configure: loading site script /opt/PHYTEC_BSPs/yocto_ti/sources/poky/meta/site/common
  12. configure: loading site script /opt/PHYTEC_BSPs/yocto_ti/sources/poky/../meta-openembedded/meta-oe/site/endian-little
  13. checking for a BSD-compatible install... /usr/bin/install -c
  14. checking whether build environment is sane... yes
  15. checking for arm-phytec-linux-gnueabi-strip... arm-phytec-linux-gnueabi-strip
  16. checking for a thread-safe mkdir -p... /bin/mkdir -p
  17. checking for gawk... gawk
  18. checking whether make sets $(MAKE)... yes
  19. checking whether make supports nested variables... yes
  20. checking build system type... x86_64-pc-linux-gnu
  21. checking host system type... arm-phytec-linux-gnueabi
  22. checking how to print strings... printf
  23. checking for style of include used by make... GNU
  24. checking for arm-phytec-linux-gnueabi-gcc... arm-phytec-linux-gnueabi-gcc -march=armv7-a -marm -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a8 --sysroot=$SDKTARGETSYSROOT
  25. checking whether the C compiler works... no
  26. configure: error: in `/home/workspace/helloworld':
  27. configure: error: in `/home/workspace/helloworld':
  28. configure: error: C compiler cannot create executables
  29. configure: error: C compiler cannot create executables
  30. See `config.log' for more details
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement