Advertisement
peter9477

Untitled

Sep 2nd, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. Determining if the C compiler works failed with the following output:
  2. Change Dir: /home/phansen/dev/shiboken-build/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command:/home/phansen/bbndk/host_10_0_6_1/linux/x86/usr/bin/make "cmTryCompileExec/fast"
  5. /home/phansen/bbndk/host_10_0_6_1/linux/x86/usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make CMakeFiles/cmTryCompileExec.dir/build
  6. make[1]: Entering directory `/home/phansen/dev/shiboken-build/CMakeFiles/CMakeTmp'
  7. /usr/bin/cmake -E cmake_progress_report /home/phansen/dev/shiboken-build/CMakeFiles/CMakeTmp/CMakeFiles 1
  8. Building C object CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o
  9. /home/phansen/bbndk/host_10_0_6_1/linux/x86/usr/bin/ntoarmv7-gcc -o CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o -c /home/phansen/dev/shiboken-build/CMakeFiles/CMakeTmp/testCCompiler.c
  10. Linking C executable cmTryCompileExec
  11. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec.dir/link.txt --verbose=1
  12. /home/phansen/bbndk/host_10_0_6_1/linux/x86/usr/bin/ntoarmv7-gcc CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o -o cmTryCompileExec -rdynamic
  13. ntoarmv7-gcc: error: unrecognized option '-rdynamic'
  14. make[1]: *** [cmTryCompileExec] Error 1
  15. make[1]: Leaving directory `/home/phansen/dev/shiboken-build/CMakeFiles/CMakeTmp'
  16. make: *** [cmTryCompileExec/fast] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement