Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2015
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. i686-w64-mingw32-gcc -g -O2 -D__USE_MINGW_ACCESS -I. -I. -I./../common -I./../regformats -I./.. -I./../../include -I./../gnulib/import -Ibuild-gnulib-gdbserver/import -Wall -Wpointer-arith -Wformat-nonliteral -Wno-char-subscripts -Wempty-body -Wdeclaration-after-statement -Werror -DGDBSERVER -c -o tracepoint.o -MT tracepoint.o -MMD -MP -MF .deps/tracepoint.Tpo tracepoint.c
  2. tracepoint.c: In function ‘cmd_qtdp’:
  3. tracepoint.c:2577:7: error: unknown conversion type character ‘l’ in format [-Werror=format=]
  4. trace_debug ("Defined %stracepoint %d at 0x%s, "
  5. ^
  6. tracepoint.c:2577:7: error: unknown conversion type character ‘l’ in format [-Werror=format=]
  7. tracepoint.c:2577:7: error: too many arguments for format [-Werror=format-extra-args]
  8. tracepoint.c: In function ‘stop_tracing’:
  9. tracepoint.c:3447:7: error: unknown conversion type character ‘l’ in format [-Werror=format=]
  10. trace_debug ("Stopping the trace because "
  11. ^
  12. tracepoint.c:3447:7: error: too many arguments for format [-Werror=format-extra-args]
  13. tracepoint.c: In function ‘collect_data_at_tracepoint’:
  14. tracepoint.c:4651:3: error: unknown conversion type character ‘l’ in format [-Werror=format=]
  15. trace_debug ("Making new traceframe for tracepoint %d at 0x%s, hit %" PRIu64,
  16. ^
  17. tracepoint.c:4651:3: error: too many arguments for format [-Werror=format-extra-args]
  18. tracepoint.c: In function ‘collect_data_at_step’:
  19. tracepoint.c:4687:3: error: unknown conversion type character ‘l’ in format [-Werror=format=]
  20. trace_debug ("Making new step traceframe for "
  21. ^
  22. tracepoint.c:4687:3: error: unknown conversion type character ‘l’ in format [-Werror=format=]
  23. tracepoint.c:4687:3: error: too many arguments for format [-Werror=format-extra-args]
  24. cc1: all warnings being treated as errors
  25. Makefile:258: recipe for target 'tracepoint.o' failed
  26. make[3]: *** [tracepoint.o] Error 1
  27. make[3]: Leaving directory '/media/workspace/src/MINGW-packages/mingw-w64-gdb-git-cross/src/gdb-cross/gdb/gdbserver'
  28. Makefile:1490: recipe for target 'subdir_do' failed
  29. make[2]: *** [subdir_do] Error 1
  30. make[2]: Leaving directory '/media/workspace/src/MINGW-packages/mingw-w64-gdb-git-cross/src/gdb-cross/gdb'
  31. Makefile:1130: recipe for target 'all' failed
  32. make[1]: *** [all] Error 2
  33. make[1]: Leaving directory '/media/workspace/src/MINGW-packages/mingw-w64-gdb-git-cross/src/gdb-cross/gdb'
  34. Makefile:10447: recipe for target 'all-gdb' failed
  35. make: *** [all-gdb] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement