Advertisement
Guest User

Untitled

a guest
Nov 20th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. This report would have more information with
  2. "Show verbose output during compilation"
  3. enabled in File > Preferences.
  4. Arduino: 1.0.6 (Windows NT (unknown)), Board: "Arduino Mega 2560 or Mega ADK"
  5. In file included from /MarlinConfig.h:42,
  6. from blinkm.cpp:27:
  7. /SanityCheck.h:36:4: error: #error "Marlin requires C++11 support (gcc >= 4.7, Arduino IDE >= 1.6.8). Please upgrade your toolchain."
  8. In file included from /MarlinConfig.h:27,
  9. from blinkm.cpp:27:
  10. macros.h:178: error: expected initializer before 'auto'
  11. macros.h:181: error: expected initializer before 'auto'
  12. macros.h:184: error: expected initializer before 'const'
  13. In file included from /HAL.h:33,
  14. from /MarlinConfig.h:39,
  15. from blinkm.cpp:27:
  16. fastio.h:112: error: use of enum 'WaveGenMode' without previous declaration
  17. fastio.h:112: error: expected unqualified-id before ':' token
  18. fastio.h:132: error: use of enum 'CompareMode' without previous declaration
  19. fastio.h:132: error: expected unqualified-id before ':' token
  20. fastio.h:140: error: use of enum 'ClockSource' without previous declaration
  21. fastio.h:140: error: expected unqualified-id before ':' token
  22. fastio.h:152: error: use of enum 'ClockSource2' without previous declaration
  23. fastio.h:152: error: expected unqualified-id before ':' token
  24. In file included from /MarlinConfig.h:39,
  25. from blinkm.cpp:27:
  26. /HAL.h: In function 'void HAL_timer_start(uint8_t, uint32_t)':
  27. HAL.h:121: error: 'WGM_CTC_OCRnA' was not declared in this scope
  28. HAL.h:124: error: 'COM_NORMAL' was not declared in this scope
  29. HAL.h:131: error: 'CS_PRESCALER_8' was not declared in this scope
  30. In file included from /MarlinConfig.h:42,
  31. from blinkm.cpp:27:
  32. /SanityCheck.h: At global scope:
  33. SanityCheck.h:378: error: expected constructor, destructor, or type conversion before '(' token
  34. SanityCheck.h:1543: error: expected constructor, destructor, or type conversion before 'float'
  35. SanityCheck.h:1543: error: expected unqualified-id before ',' token
  36. SanityCheck.h:1544: error: expected constructor, destructor, or type conversion before '=' token
  37. SanityCheck.h:1544: error: expected unqualified-id before ',' token
  38. SanityCheck.h:1545: error: expected constructor, destructor, or type conversion before '=' token
  39. SanityCheck.h:1546: error: expected constructor, destructor, or type conversion before '(' token
  40. SanityCheck.h:1547: error: expected constructor, destructor, or type conversion before '(' token
  41. SanityCheck.h:1548: error: expected constructor, destructor, or type conversion before '(' token
  42. SanityCheck.h:1549: error: expected constructor, destructor, or type conversion before '(' token
  43. SanityCheck.h:1550: error: expected constructor, destructor, or type conversion before '(' token
  44. SanityCheck.h:1551: error: expected constructor, destructor, or type conversion before '(' token
  45. In file included from /MarlinConfig.h:43,
  46. from blinkm.cpp:27:
  47. enum.h:35: error: use of enum 'AxisEnum' without previous declaration
  48. enum.h:35: error: expected unqualified-id before ':' token
  49. enum.h:78: error: use of enum 'DebugFlags' without previous declaration
  50. enum.h:78: error: expected unqualified-id before ':' token
  51. enum.h:91: error: use of enum 'AdvancedPauseMenuResponse' without previous declaration
  52. enum.h:91: error: expected unqualified-id before ':' token
  53. enum.h:98: error: use of enum 'AdvancedPauseMessage' without previous declaration
  54. enum.h:98: error: expected unqualified-id before ':' token
  55. enum.h:115: error: use of enum 'AdvancedPauseMode' without previous declaration
  56. enum.h:115: error: expected unqualified-id before ':' token
  57. enum.h:127: error: use of enum 'MarlinBusyState' without previous declaration
  58. enum.h:127: error: expected unqualified-id before ':' token
  59. enum.h:139: error: use of enum 'LsAction' without previous declaration
  60. enum.h:139: error: expected unqualified-id before ':' token
  61. enum.h:144: error: use of enum 'LCDViewAction' without previous declaration
  62. enum.h:144: error: expected unqualified-id before ':' token
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement