Advertisement
Guest User

Untitled

a guest
Oct 29th, 2015
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -
  2. I../../ld -I../bfd -I../../ld/../bfd -I../../ld/../include -g -O2 -D__USE_MINGW_ACCES
  3. S -DENABLE_PLUGINS -DLOCALEDIR="\"/c/Users/User/packages/xtensa-lx106-elf/xtensa-lx106
  4. -elf/share/locale\"" -g -O2 -g -O2 -D__USE_MINGW_ACCESS -MT libldtestplug_la-testplug
  5. .lo -MD -MP -MF .deps/libldtestplug_la-testplug.Tpo -c -o libldtestplug_la-testplug.lo
  6. `test -f 'testplug.c' || echo '../../ld/'`testplug.c
  7. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../ld -I. -I../../ld -I../bfd -I../../
  8. ld/../bfd -I../../ld/../include -g -O2 -D__USE_MINGW_ACCESS -DENABLE_PLUGINS -DLOCALED
  9. IR=\"/c/Users/User/packages/xtensa-lx106-elf/xtensa-lx106-elf/share/locale\" -g -O2 -g
  10. -O2 -D__USE_MINGW_ACCESS -MT libldtestplug_la-testplug.lo -MD -MP -MF .deps/libldtest
  11. plug_la-testplug.Tpo -c ../../ld/testplug.c -o libldtestplug_la-testplug.o
  12. In file included from ../../ld/testplug.c:23:
  13. ../../ld/../include/plugin-api.h:37:2: #error can not find uint64_t type
  14. In file included from ../../ld/testplug.c:23:
  15. ../../ld/../include/plugin-api.h:92: error: parse error before "uint64_t"
  16. ../../ld/../include/plugin-api.h:92: warning: no semicolon at end of struct or union
  17. ../../ld/../include/plugin-api.h:95: error: parse error before '}' token
  18. ../../ld/../include/plugin-api.h:343: error: parse error before "uint64_t"
  19. ../../ld/testplug.c: In function `parse_symdefstr':
  20. ../../ld/testplug.c:215: error: dereferencing pointer to incomplete type
  21. ../../ld/testplug.c:215: error: dereferencing pointer to incomplete type
  22. ../../ld/testplug.c:220: error: dereferencing pointer to incomplete type
  23. ../../ld/testplug.c:221: error: dereferencing pointer to incomplete type
  24. ../../ld/testplug.c:222: error: dereferencing pointer to incomplete type
  25. ../../ld/testplug.c:223: error: dereferencing pointer to incomplete type
  26. ../../ld/testplug.c:225: error: dereferencing pointer to incomplete type
  27. ../../ld/testplug.c:226: error: dereferencing pointer to incomplete type
  28. ../../ld/testplug.c:229: error: dereferencing pointer to incomplete type
  29. ../../ld/testplug.c:230: error: dereferencing pointer to incomplete type
  30. ../../ld/testplug.c:232: error: dereferencing pointer to incomplete type
  31. ../../ld/testplug.c:233: error: dereferencing pointer to incomplete type
  32. ../../ld/testplug.c:236: error: dereferencing pointer to incomplete type
  33. ../../ld/testplug.c:239: error: dereferencing pointer to incomplete type
  34. ../../ld/testplug.c:240: error: dereferencing pointer to incomplete type
  35. ../../ld/testplug.c:242: error: dereferencing pointer to incomplete type
  36. ../../ld/testplug.c:245: error: dereferencing pointer to incomplete type
  37. ../../ld/testplug.c: In function `record_claimed_file_symbol':
  38. ../../ld/testplug.c:253: error: storage size of 'sym' isn't known
  39. ../../ld/testplug.c:270: error: dereferencing pointer to incomplete type
  40. ../../ld/testplug.c:275: error: invalid use of undefined type `struct ld_plugin_symbol
  41. '
  42. ../../ld/testplug.c:275: error: dereferencing pointer to incomplete type
  43. ../../ld/testplug.c: In function `onall_symbols_read':
  44. ../../ld/testplug.c:590: error: invalid use of undefined type `struct ld_plugin_symbol
  45. '
  46. ../../ld/testplug.c:590: error: dereferencing pointer to incomplete type
  47. ../../ld/testplug.c:591: error: invalid use of undefined type `struct ld_plugin_symbol
  48. '
  49. ../../ld/testplug.c:591: error: dereferencing pointer to incomplete type
  50. ../../ld/testplug.c:592: error: invalid use of undefined type `struct ld_plugin_symbol
  51. '
  52. ../../ld/testplug.c:592: error: dereferencing pointer to incomplete type
  53. ../../ld/testplug.c:593: error: invalid use of undefined type `struct ld_plugin_symbol
  54. '
  55. ../../ld/testplug.c:593: error: dereferencing pointer to incomplete type
  56. ../../ld/testplug.c:594: error: invalid use of undefined type `struct ld_plugin_symbol
  57. '
  58. ../../ld/testplug.c:594: error: dereferencing pointer to incomplete type
  59. make[4]: *** [libldtestplug_la-testplug.lo] Error 1
  60. make[4]: Leaving directory `/c/Users/User/packages/xtensa-lx106-elf/dl/esp-binutils/bu
  61. ild/ld'
  62. make[3]: *** [all-recursive] Error 1
  63. make[3]: Leaving directory `/c/Users/User/packages/xtensa-lx106-elf/dl/esp-binutils/bu
  64. ild/ld'
  65. make[2]: *** [all] Error 2
  66. make[2]: Leaving directory `/c/Users/User/packages/xtensa-lx106-elf/dl/esp-binutils/bu
  67. ild/ld'
  68. make[1]: *** [all-ld] Error 2
  69. make[1]: Leaving directory `/c/Users/User/packages/xtensa-lx106-elf/dl/esp-binutils/bu
  70. ild'
  71. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement