Advertisement
Guest User

Untitled

a guest
Jun 20th, 2017
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.10 KB | None | 0 0
  1. make[1]: Entering directory '/home/sergey/cross_compiler/build/gcc/libiberty'
  2. make[2]: Entering directory '/home/sergey/cross_compiler/build/gcc/libiberty/testsuite'
  3. make[2]: Nothing to be done for 'all'.
  4. make[2]: Leaving directory '/home/sergey/cross_compiler/build/gcc/libiberty/testsuite'
  5. make[1]: Leaving directory '/home/sergey/cross_compiler/build/gcc/libiberty'
  6. make[1]: Entering directory '/home/sergey/cross_compiler/build/gcc/fixincludes'
  7. make[1]: Nothing to be done for 'all'.
  8. make[1]: Leaving directory '/home/sergey/cross_compiler/build/gcc/fixincludes'
  9. make[1]: Entering directory '/home/sergey/cross_compiler/build/gcc/intl'
  10. make[1]: Nothing to be done for 'all'.
  11. make[1]: Leaving directory '/home/sergey/cross_compiler/build/gcc/intl'
  12. make[1]: Entering directory '/home/sergey/cross_compiler/build/gcc/build-x86_64-unknown-linux-gnu/libiberty'
  13. make[2]: Entering directory '/home/sergey/cross_compiler/build/gcc/build-x86_64-unknown-linux-gnu/libiberty/testsuite'
  14. make[2]: Nothing to be done for 'all'.
  15. make[2]: Leaving directory '/home/sergey/cross_compiler/build/gcc/build-x86_64-unknown-linux-gnu/libiberty/testsuite'
  16. make[1]: Leaving directory '/home/sergey/cross_compiler/build/gcc/build-x86_64-unknown-linux-gnu/libiberty'
  17. make[1]: Entering directory '/home/sergey/cross_compiler/build/gcc/build-x86_64-unknown-linux-gnu/fixincludes'
  18. make[1]: Nothing to be done for 'all'.
  19. make[1]: Leaving directory '/home/sergey/cross_compiler/build/gcc/build-x86_64-unknown-linux-gnu/fixincludes'
  20. make[1]: Entering directory '/home/sergey/cross_compiler/build/gcc/libcpp'
  21. test -f config.h || (rm -f stamp-h1 && make stamp-h1)
  22. make[1]: Leaving directory '/home/sergey/cross_compiler/build/gcc/libcpp'
  23. make[1]: Entering directory '/home/sergey/cross_compiler/build/gcc/gcc'
  24. gcc -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -DHAVE_CONFIG_H -I. -I. -I../../../gcc-4.0.3/gcc -I../../../gcc-4.0.3/gcc/. -I../../../gcc-4.0.3/gcc/../include -I../../../gcc-4.0.3/gcc/../libcpp/include \
  25. -DTARGET_NAME=\"arm-elf\" \
  26. -c ../../../gcc-4.0.3/gcc/toplev.c -o toplev.o
  27. In file included from ../../../gcc-4.0.3/gcc/toplev.c:30:0:
  28. ../../../gcc-4.0.3/gcc/basic-block.h: In function ‘ei_container’:
  29. ../../../gcc-4.0.3/gcc/system.h:584:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  30. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  31. ^
  32. ../../../gcc-4.0.3/gcc/basic-block.h:560:3: note: in expansion of macro ‘gcc_assert’
  33. gcc_assert (i.container);
  34. ^
  35. ../../../gcc-4.0.3/gcc/basic-block.h: In function ‘ei_next’:
  36. ../../../gcc-4.0.3/gcc/system.h:584:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  37. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  38. ^
  39. ../../../gcc-4.0.3/gcc/basic-block.h:611:3: note: in expansion of macro ‘gcc_assert’
  40. gcc_assert (i->index < EDGE_COUNT (ei_container (*i)));
  41. ^
  42. ../../../gcc-4.0.3/gcc/basic-block.h: In function ‘ei_prev’:
  43. ../../../gcc-4.0.3/gcc/system.h:584:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  44. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  45. ^
  46. ../../../gcc-4.0.3/gcc/basic-block.h:619:3: note: in expansion of macro ‘gcc_assert’
  47. gcc_assert (i->index > 0);
  48. ^
  49. In file included from ../../../gcc-4.0.3/gcc/toplev.c:30:0:
  50. ../../../gcc-4.0.3/gcc/gcov-io.h: In function ‘gcov_position’:
  51. ../../../gcc-4.0.3/gcc/system.h:584:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  52. ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0))
  53. ^
  54. ../../../gcc-4.0.3/gcc/gcov-io.h:575:26: note: in expansion of macro ‘gcc_assert’
  55. #define GCOV_CHECK(EXPR) gcc_assert (EXPR)
  56. ^
  57. ../../../gcc-4.0.3/gcc/gcov-io.h:577:30: note: in expansion of macro ‘GCOV_CHECK’
  58. #define GCOV_CHECK_READING() GCOV_CHECK(gcov_var.mode > 0)
  59. ^
  60. ../../../gcc-4.0.3/gcc/gcov-io.h:585:3: note: in expansion of macro ‘GCOV_CHECK_READING’
  61. GCOV_CHECK_READING ();
  62. ^
  63. ../../../gcc-4.0.3/gcc/toplev.c: At top level:
  64. ../../../gcc-4.0.3/gcc/toplev.c:547:1: error: redefinition of ‘floor_log2’
  65. floor_log2 (unsigned HOST_WIDE_INT x)
  66. ^
  67. In file included from ../../../gcc-4.0.3/gcc/toplev.c:58:0:
  68. ../../../gcc-4.0.3/gcc/toplev.h:184:1: note: previous definition of ‘floor_log2’ was here
  69. floor_log2 (unsigned HOST_WIDE_INT x)
  70. ^
  71. ../../../gcc-4.0.3/gcc/toplev.c:582:1: error: redefinition of ‘exact_log2’
  72. exact_log2 (unsigned HOST_WIDE_INT x)
  73. ^
  74. In file included from ../../../gcc-4.0.3/gcc/toplev.c:58:0:
  75. ../../../gcc-4.0.3/gcc/toplev.h:190:1: note: previous definition of ‘exact_log2’ was here
  76. exact_log2 (unsigned HOST_WIDE_INT x)
  77. ^
  78. In file included from ../../../gcc-4.0.3/gcc/toplev.c:30:0:
  79. ../../../gcc-4.0.3/gcc/toplev.c: In function ‘default_pch_valid_p’:
  80. ../../../gcc-4.0.3/gcc/system.h:592:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic]
  81. #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__))
  82. ^
  83. ../../../gcc-4.0.3/gcc/toplev.c:1527:7: note: in expansion of macro ‘gcc_unreachable’
  84. gcc_unreachable ();
  85. ^
  86. ../../../gcc-4.0.3/gcc/toplev.c:1556:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
  87. asprintf (&r, _("created and used with differing settings of '-m%s'"),
  88. ^
  89. Makefile:1844: recipe for target 'toplev.o' failed
  90. make[1]: *** [toplev.o] Error 1
  91. make[1]: Leaving directory '/home/sergey/cross_compiler/build/gcc/gcc'
  92. Makefile:3476: recipe for target 'all-gcc' failed
  93. make: *** [all-gcc] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement