Advertisement
Guest User

Untitled

a guest
Mar 29th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. ../.././../gcc/gcc-SaberMod/gcc/config/aarch64/aarch64.c:6895:1: error: ‘global_options’ does not name a type
  2. global_options.x_warn_array_bounds = 0;
  3. ^
  4. ../.././../gcc/gcc-SaberMod/gcc/config/aarch64/aarch64.c:6896:1: error: ‘global_options’ does not name a type
  5. global_options.x_warn_clobbered = 0;
  6. ^
  7. ../.././../gcc/gcc-SaberMod/gcc/config/aarch64/aarch64.c:6897:1: error: ‘global_options’ does not name a type
  8. global_options.x_warn_unused = 0;
  9. ^
  10. ../.././../gcc/gcc-SaberMod/gcc/config/aarch64/aarch64.c:6898:1: error: ‘global_options’ does not name a type
  11. global_options.x_warn_unused_but_set_parameter = 0;
  12. ^
  13. ../.././../gcc/gcc-SaberMod/gcc/config/aarch64/aarch64.c:6899:1: error: ‘global_options’ does not name a type
  14. global_options.x_warn_unused_but_set_variable = 0;
  15. ^
  16. ../.././../gcc/gcc-SaberMod/gcc/config/aarch64/aarch64.c:6900:1: error: ‘global_options’ does not name a type
  17. global_options.x_warn_maybe_uninitialized = 0;
  18. ^
  19. ../.././../gcc/gcc-SaberMod/gcc/config/aarch64/aarch64.c:6901:1: error: ‘global_options’ does not name a type
  20. global_options.x_warn_strict_overflow = 0;
  21. ^
  22. Makefile:2070: recipe for target 'aarch64.o' failed
  23. make[3]: *** [aarch64.o] Error 1
  24. make[3]: Target 'all' not remade because of errors.
  25. make[3]: Leaving directory '/home/sabermod/sm-tc/build/gcc-SaberMod/gcc'
  26. Makefile:4099: recipe for target 'all-gcc' failed
  27. make[2]: *** [all-gcc] Error 2
  28. make[2]: Target 'all-host' not remade because of errors.
  29. make[2]: Target 'all-target' not remade because of errors.
  30. make[2]: Leaving directory '/home/sabermod/sm-tc/build/gcc-SaberMod'
  31. Makefile:855: recipe for target 'all' failed
  32. make[1]: *** [all] Error 2
  33. make[1]: Leaving directory '/home/sabermod/sm-tc/build/gcc-SaberMod'
  34. Makefile:516: recipe for target 'stmp-build-target-gcc' failed
  35. make: *** [stmp-build-target-gcc] Error 2
  36. ( \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement