Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. Arduino: 1.8.5 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
  2.  
  3. In file included from sketch\Marlin.h:23:0,
  4.  
  5. from sketch\BlinkM.cpp:5:
  6.  
  7. sketch\pins.h:2956:0: warning: "X_MAX_PIN" redefined
  8.  
  9. #define X_MAX_PIN -1
  10.  
  11. ^
  12.  
  13. sketch\pins.h:1363:0: note: this is the location of the previous definition
  14.  
  15. #define X_MAX_PIN 24
  16.  
  17. ^
  18.  
  19. sketch\pins.h:2957:0: warning: "Y_MAX_PIN" redefined
  20.  
  21. #define Y_MAX_PIN -1
  22.  
  23. ^
  24.  
  25. sketch\pins.h:1369:0: note: this is the location of the previous definition
  26.  
  27. #define Y_MAX_PIN 28
  28.  
  29. ^
  30.  
  31. sketch\pins.h:2958:0: warning: "Z_MAX_PIN" redefined
  32.  
  33. #define Z_MAX_PIN -1
  34.  
  35. ^
  36.  
  37. sketch\pins.h:1375:0: note: this is the location of the previous definition
  38.  
  39. #define Z_MAX_PIN 32
  40.  
  41. ^
  42.  
  43. In file included from sketch\Marlin.h:23:0,
  44.  
  45. from sketch\ConfigurationStore.cpp:1:
  46.  
  47. sketch\pins.h:2956:0: warning: "X_MAX_PIN" redefined
  48.  
  49. #define X_MAX_PIN -1
  50.  
  51. ^
  52.  
  53. sketch\pins.h:1363:0: note: this is the location of the previous definition
  54.  
  55. #define X_MAX_PIN 24
  56.  
  57. ^
  58.  
  59. sketch\pins.h:2957:0: warning: "Y_MAX_PIN" redefined
  60.  
  61. #define Y_MAX_PIN -1
  62.  
  63. ^
  64.  
  65. sketch\pins.h:1369:0: note: this is the location of the previous definition
  66.  
  67. #define Y_MAX_PIN 28
  68.  
  69. ^
  70.  
  71. sketch\pins.h:2958:0: warning: "Z_MAX_PIN" redefined
  72.  
  73. #define Z_MAX_PIN -1
  74.  
  75. ^
  76.  
  77. sketch\pins.h:1375:0: note: this is the location of the previous definition
  78.  
  79. #define Z_MAX_PIN 32
  80.  
  81. ^
  82.  
  83. In file included from sketch\Marlin.h:23:0,
  84.  
  85. from sketch\thermistortables.h:4,
  86.  
  87. from sketch\Configuration.h:792,
  88.  
  89. from C:\Users\Blake\Downloads\Marlin-PI3_Pro_C\Marlin\Marlin.ino:33:
  90.  
  91. sketch\pins.h:2956:0: warning: "X_MAX_PIN" redefined
  92.  
  93. #define X_MAX_PIN -1
  94.  
  95. ^
  96.  
  97. sketch\pins.h:1363:0: note: this is the location of the previous definition
  98.  
  99. #define X_MAX_PIN 24
  100.  
  101. ^
  102.  
  103. sketch\pins.h:2957:0: warning: "Y_MAX_PIN" redefined
  104.  
  105. #define Y_MAX_PIN -1
  106.  
  107. ^
  108.  
  109. sketch\pins.h:1369:0: note: this is the location of the previous definition
  110.  
  111. #define Y_MAX_PIN 28
  112.  
  113. ^
  114.  
  115. sketch\pins.h:2958:0: warning: "Z_MAX_PIN" redefined
  116.  
  117. #define Z_MAX_PIN -1
  118.  
  119. ^
  120.  
  121. sketch\pins.h:1375:0: note: this is the location of the previous definition
  122.  
  123. #define Z_MAX_PIN 32
  124.  
  125. ^
  126.  
  127. In file included from sketch\Marlin.h:23:0,
  128.  
  129. from sketch\MarlinSerial.cpp:23:
  130.  
  131. sketch\pins.h:2956:0: warning: "X_MAX_PIN" redefined
  132.  
  133. #define X_MAX_PIN -1
  134.  
  135. ^
  136.  
  137. sketch\pins.h:1363:0: note: this is the location of the previous definition
  138.  
  139. #define X_MAX_PIN 24
  140.  
  141. ^
  142.  
  143. sketch\pins.h:2957:0: warning: "Y_MAX_PIN" redefined
  144.  
  145. #define Y_MAX_PIN -1
  146.  
  147. ^
  148.  
  149. sketch\pins.h:1369:0: note: this is the location of the previous definition
  150.  
  151. #define Y_MAX_PIN 28
  152.  
  153. ^
  154.  
  155. sketch\pins.h:2958:0: warning: "Z_MAX_PIN" redefined
  156.  
  157. #define Z_MAX_PIN -1
  158.  
  159. ^
  160.  
  161. sketch\pins.h:1375:0: note: this is the location of the previous definition
  162.  
  163. #define Z_MAX_PIN 32
  164.  
  165. ^
  166.  
  167. In file included from sketch\Marlin.h:23:0,
  168.  
  169. from sketch\Marlin_main.cpp:30:
  170.  
  171. sketch\pins.h:2956:0: warning: "X_MAX_PIN" redefined
  172.  
  173. #define X_MAX_PIN -1
  174.  
  175. ^
  176.  
  177. sketch\pins.h:1363:0: note: this is the location of the previous definition
  178.  
  179. #define X_MAX_PIN 24
  180.  
  181. ^
  182.  
  183. sketch\pins.h:2957:0: warning: "Y_MAX_PIN" redefined
  184.  
  185. #define Y_MAX_PIN -1
  186.  
  187. ^
  188.  
  189. sketch\pins.h:1369:0: note: this is the location of the previous definition
  190.  
  191. #define Y_MAX_PIN 28
  192.  
  193. ^
  194.  
  195. sketch\pins.h:2958:0: warning: "Z_MAX_PIN" redefined
  196.  
  197. #define Z_MAX_PIN -1
  198.  
  199. ^
  200.  
  201. sketch\pins.h:1375:0: note: this is the location of the previous definition
  202.  
  203. #define Z_MAX_PIN 32
  204.  
  205. ^
  206.  
  207. sketch\Marlin_main.cpp:2667:36: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
  208.  
  209. LCD_MESSAGEPGM(MACHINE_NAME" "MSG_OFF".");
  210.  
  211. ^
  212.  
  213. In file included from sketch\SdFile.h:27:0,
  214.  
  215. from sketch\cardreader.h:8,
  216.  
  217. from sketch\Marlin_main.cpp:44:
  218.  
  219. SdBaseFile.h:38: error: using typedef-name 'fpos_t' after 'struct'
  220.  
  221. struct fpos_t {
  222.  
  223. ^
  224.  
  225. In file included from sketch\Marlin.h:10:0,
  226.  
  227. from sketch\Marlin_main.cpp:30:
  228.  
  229. c:\program files (x86)\arduino\hardware\tools\avr\avr\include\stdio.h:950:33: note: 'fpos_t' has a previous declaration here
  230.  
  231. __extension__ typedef long long fpos_t;
  232.  
  233. ^
  234.  
  235. exit status 1
  236. using typedef-name 'fpos_t' after 'struct'
  237.  
  238. This report would have more information with
  239. "Show verbose output during compilation"
  240. option enabled in File -> Preferences.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement