Guest User

Untitled

a guest
Jun 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. configure:2035: checking for a BSD-compatible install
  2. configure:2091: result: /usr/bin/install -c
  3. configure:2102: checking whether build environment is sane
  4. configure:2145: result: yes
  5. configure:2173: checking for a thread-safe mkdir -p
  6. configure:2212: result: /bin/mkdir -p
  7. configure:2225: checking for gawk
  8. configure:2255: result: no
  9. configure:2225: checking for mawk
  10. configure:2241: found /usr/bin/mawk
  11. configure:2252: result: mawk
  12. configure:2263: checking whether make sets $(MAKE)
  13. configure:2284: result: yes
  14. configure:2564: checking for gcc
  15. configure:2580: found /usr/bin/gcc
  16. configure:2591: result: gcc
  17. configure:2829: checking for C compiler version
  18. configure:2836: gcc --version >&5
  19. arm-linux-gnueabi-gcc (GCC) 4.4.0
  20. Copyright (C) 2009 Free Software Foundation, Inc.
  21. This is free software; see the source for copying conditions. There is NO
  22. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  23.  
  24. configure:2839: $? = 0
  25. configure:2846: gcc -v >&5
  26. Using built-in specs.
  27. Reading specs from /usr/share/scratchbox2/modeconf/gcc-specs.simple
  28. rename spec cpp to old_cpp
  29. Target: arm-linux-gnueabi
  30. Configured with: ../gcc-4.4.0/configure --prefix=/usr/arm-linux-gnueabi --target=arm-linux-gnueabi --disable-nls --enable-threads --enable-languages=c,c++ --disable-mudflap --disable-libmudflap
  31. Thread model: posix
  32. gcc version 4.4.0 (GCC)
  33. configure:2849: $? = 0
  34. configure:2856: gcc -V >&5
  35. /usr/arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc: error trying to exec '/usr/arm-linux-gnueabi/bin/arm-linux-gnueabi-gcc--specs=/usr/share/scratchbox2/modeconf/gcc-specs.simple': execvp: No such file or directory
  36. configure:2859: $? = 0
  37. configure:2882: checking for C compiler default output file name
  38. configure:2909: gcc conftest.c >&5
  39. configure:2912: $? = 0
  40. configure:2950: result: a.out
  41. configure:2967: checking whether the C compiler works
  42. configure:2977: ./a.out
  43. ./configure: line 2978: ./a.out: No such file or directory
  44. configure:2980: $? = 127
  45. configure:2989: error: cannot run C compiled programs.
  46. If you meant to cross compile, use `--host'.
  47. See `config.log' for more details.
Add Comment
Please, Sign In to add comment