Advertisement
Guest User

Untitled

a guest
Jun 21st, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 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 -fgnu89-inline -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_MACHINE=\"arm-elf\" \
  26. -c ../../../gcc-4.0.3/gcc/collect2.c -o collect2.o
  27. In file included from /usr/include/fcntl.h:289:0,
  28. from ../../../gcc-4.0.3/gcc/system.h:287,
  29. from ../../../gcc-4.0.3/gcc/collect2.c:30:
  30. In function ‘open’,
  31. inlined from ‘collect_execute’ at ../../../gcc-4.0.3/gcc/collect2.c:1580:20:
  32. /usr/include/x86_64-linux-gnu/bits/fcntl2.h:50:4: error: call to ‘__open_missing_mode’ declared with attribute error: open with O_CREAT or O_TMPFILE in second argument needs 3 arguments
  33. __open_missing_mode ();
  34. ^
  35. Makefile:1444: recipe for target 'collect2.o' failed
  36. make[1]: *** [collect2.o] Error 1
  37. make[1]: Leaving directory '/home/sergey/cross_compiler/build/gcc/gcc'
  38. Makefile:3476: recipe for target 'all-gcc' failed
  39. make: *** [all-gcc] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement