shaiss

Untitled

Jun 27th, 2017
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. Arduino: 1.8.3 (Mac OS X), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
  2.  
  3. In file included from sketch/Marlin.h:21:0,
  4. from sketch/ConfigurationStore.cpp:1:
  5. sketch/fastio.h:1418:0: warning: "DIO73_PIN" redefined
  6. #define DIO73_PIN PINJ4
  7. ^
  8. sketch/fastio.h:1406:0: note: this is the location of the previous definition
  9. #define DIO73_PIN PINJ3
  10. ^
  11. In file included from sketch/Marlin.h:22:0,
  12. from sketch/ConfigurationStore.cpp:1:
  13. sketch/Configuration.h:354:32: warning: ISO C99 requires whitespace after the macro name
  14. #define Z_RAISE_BETWEEN_PROBING=20
  15. ^
  16. In file included from /Users/speredni/Downloads/KosselRevB/KosselRevB.ino:33:0:
  17. sketch/Configuration.h:354:32: warning: ISO C99 requires whitespace after the macro name
  18. #define Z_RAISE_BETWEEN_PROBING=20
  19. ^
  20. In file included from sketch/Marlin.h:21:0,
  21. from sketch/thermistortables.h:4,
  22. from sketch/Configuration.h:587,
  23. from /Users/speredni/Downloads/KosselRevB/KosselRevB.ino:33:
  24. sketch/fastio.h:1418:0: warning: "DIO73_PIN" redefined
  25. #define DIO73_PIN PINJ4
  26. ^
  27. sketch/fastio.h:1406:0: note: this is the location of the previous definition
  28. #define DIO73_PIN PINJ3
  29. ^
  30. In file included from sketch/Marlin.h:21:0,
  31. from sketch/MarlinSerial.cpp:23:
  32. sketch/fastio.h:1418:0: warning: "DIO73_PIN" redefined
  33. #define DIO73_PIN PINJ4
  34. ^
  35. sketch/fastio.h:1406:0: note: this is the location of the previous definition
  36. #define DIO73_PIN PINJ3
  37. ^
  38. In file included from sketch/Marlin.h:22:0,
  39. from sketch/MarlinSerial.cpp:23:
  40. sketch/Configuration.h:354:32: warning: ISO C99 requires whitespace after the macro name
  41. #define Z_RAISE_BETWEEN_PROBING=20
  42. ^
  43. In file included from sketch/Marlin.h:21:0,
  44. from sketch/Marlin_main.cpp:30:
  45. sketch/fastio.h:1418:0: warning: "DIO73_PIN" redefined
  46. #define DIO73_PIN PINJ4
  47. ^
  48. sketch/fastio.h:1406:0: note: this is the location of the previous definition
  49. #define DIO73_PIN PINJ3
  50. ^
  51. In file included from sketch/Marlin.h:22:0,
  52. from sketch/Marlin_main.cpp:30:
  53. sketch/Configuration.h:354:32: warning: ISO C99 requires whitespace after the macro name
  54. #define Z_RAISE_BETWEEN_PROBING=20
  55. ^
  56. sketch/Marlin_main.cpp:1609:36: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  57. LCD_MESSAGEPGM(MACHINE_NAME" "MSG_OFF".");
  58. ^
  59. In file included from sketch/SdFile.h:27:0,
  60. from sketch/cardreader.h:8,
  61. from sketch/Marlin_main.cpp:37:
  62. SdBaseFile.h:38: error: using typedef-name 'fpos_t' after 'struct'
  63. struct fpos_t {
  64. ^
  65. In file included from sketch/Marlin.h:10:0,
  66. from sketch/Marlin_main.cpp:30:
  67. /Applications/Arduino.app/Contents/Java/hardware/tools/avr/avr/include/stdio.h:950:33: note: 'fpos_t' has a previous declaration here
  68. __extension__ typedef long long fpos_t;
  69. ^
  70. exit status 1
  71. using typedef-name 'fpos_t' after 'struct'
  72.  
  73. This report would have more information with
  74. "Show verbose output during compilation"
  75. option enabled in File -> Preferences.
Advertisement
Add Comment
Please, Sign In to add comment