Advertisement
Guest User

Untitled

a guest
Feb 26th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. [yann@localhost build]$ make ENABLE_OPTIMIZED=1 -j1
  2. make[1]: Entering directory '/home/yann/dev/llvm-or1k/build/lib/Support'
  3. llvm[1]: Compiling APFloat.cpp for Release+Asserts build
  4. In file included from /home/yann/dev/llvm-or1k/lib/Support/APFloat.cpp:16:
  5. In file included from /home/yann/dev/llvm-or1k/include/llvm/ADT/APFloat.h:20:
  6. In file included from /home/yann/dev/llvm-or1k/include/llvm/ADT/APInt.h:19:
  7. In file included from /home/yann/dev/llvm-or1k/include/llvm/ADT/ArrayRef.h:14:
  8. In file included from /home/yann/dev/llvm-or1k/include/llvm/ADT/SmallVector.h:18:
  9. In file included from /home/yann/dev/llvm-or1k/include/llvm/Support/AlignOf.h:19:
  10. /usr/lib/gcc/x86_64-redhat-linux/4.9.2/../../../../include/c++/4.9.2/cstddef:51:11: error: no member named 'max_align_t' in the global namespace
  11. using ::max_align_t;
  12. ~~^
  13. 1 error generated.
  14. /home/yann/dev/llvm-or1k/Makefile.rules:1509: recipe for target '/home/yann/dev/llvm-or1k/build/lib/Support/Release+Asserts/APFloat.o' failed
  15. make[1]: *** [/home/yann/dev/llvm-or1k/build/lib/Support/Release+Asserts/APFloat.o] Error 1
  16. make[1]: Leaving directory '/home/yann/dev/llvm-or1k/build/lib/Support'
  17. /home/yann/dev/llvm-or1k/Makefile.rules:877: recipe for target 'all' failed
  18. make: *** [all] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement