Advertisement
Guest User

Untitled

a guest
Feb 14th, 2020
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.52 KB | None | 0 0
  1. In file included from Marlin\src\HAL\HAL_STM32F1\../../inc/../HAL/HAL.h:26:0,
  2. from Marlin\src\HAL\HAL_STM32F1\../../inc/MarlinConfig.h:30,
  3. from Marlin\src\HAL\HAL_STM32F1\HAL.cpp:30:
  4. Marlin\src\HAL\HAL_STM32F1\../../inc/../HAL/./HAL_STM32F1/HAL.h:82:4: error: #error "SERIAL_PORT cannot be 0. (Port 0 does not exist.) Please update your configuration."
  5. #error "SERIAL_PORT cannot be 0. (Port 0 does not exist.) Please update your configuration."
  6. ^~~~~
  7. In file included from Marlin\src\HAL\HAL_STM32F1\../../inc/MarlinConfig.h:38:0,
  8. from Marlin\src\HAL\HAL_STM32F1\HAL.cpp:30:
  9. Marlin\src\HAL\HAL_STM32F1\../../inc/SanityCheck.h:45:4: error: #error "You are using an old Configuration.h file, update it before building Marlin."
  10. #error "You are using an old Configuration.h file, update it before building Marlin."
  11. ^~~~~
  12. In file included from Marlin\src\HAL\HAL_STM32F1\../../inc/MarlinConfig.h:38:0,
  13. from Marlin\src\HAL\HAL_STM32F1\HAL.cpp:30:
  14. Marlin\src\HAL\HAL_STM32F1\../../inc/SanityCheck.h:49:4: error: #error "You are using an old Configuration_adv.h file, update it before building Marlin."
  15. #error "You are using an old Configuration_adv.h file, update it before building Marlin."
  16. ^~~~~
  17. In file included from Marlin\src\HAL\HAL_STM32F1\../../inc/MarlinConfigPre.h:37:0,
  18. from Marlin\src\HAL\HAL_STM32F1\../../inc/MarlinConfig.h:28,
  19. from Marlin\src\HAL\HAL_STM32F1\HAL.cpp:30:
  20. Marlin\src\HAL\HAL_STM32F1\../../inc/../../Configuration.h:1:1: error: 'd' does not name a type
  21. d/**
  22. ^
  23. In file included from c:\users\pouzekrypto\.platformio\packages\toolchain-gccarmnoneeabi\arm-none-eabi\include\c++\7.2.1\cmath:43:0,
  24. from c:\users\pouzekrypto\.platformio\packages\toolchain-gccarmnoneeabi\arm-none-eabi\include\c++\7.2.1\math.h:36,
  25. from C:\Users\PouzeKrypto\.platformio\packages\framework-arduinoststm32-maple\STM32F1\cores\maple/wirish_math.h:35,
  26. from C:\Users\PouzeKrypto\.platformio\packages\framework-arduinoststm32-maple\STM32F1\cores\maple/wirish.h:60,
  27. from C:\Users\PouzeKrypto\.platformio\packages\framework-arduinoststm32-maple\STM32F1\cores\maple/Arduino.h:30,
  28. from Marlin\src\HAL\HAL_STM32F1\../../inc/../HAL/./HAL_STM32F1/../shared/Marduino.h:36,
  29. from Marlin\src\HAL\HAL_STM32F1\../../inc/../HAL/./HAL_STM32F1/HAL.h:32,
  30. from Marlin\src\HAL\HAL_STM32F1\../../inc/../HAL/HAL.h:26,
  31. from Marlin\src\HAL\HAL_STM32F1\../../inc/MarlinConfig.h:30,
  32. from Marlin\src\HAL\HAL_STM32F1\HAL.cpp:30:
  33. c:\users\pouzekrypto\.platformio\packages\toolchain-gccarmnoneeabi\arm-none-eabi\include\c++\7.2.1\ext\type_traits.h:162:35: error: 'bool __gnu_cxx::__is_null_pointer' redeclared as different kind of symbol
  34. __is_null_pointer(std::nullptr_t)
  35. ^
  36. c:\users\pouzekrypto\.platformio\packages\toolchain-gccarmnoneeabi\arm-none-eabi\include\c++\7.2.1\ext\type_traits.h:157:5: note: previous declaration 'template<class _Type> bool __gnu_cxx::__is_null_pointer(_Type)'
  37. __is_null_pointer(_Type)
  38. ^~~~~~~~~~~~~~~~~
  39. compilation terminated due to -fmax-errors=5.
  40. In file included from Marlin\src\HAL\HAL_STM32F1\../../inc/../HAL/HAL.h:26:0,
  41. from Marlin\src\HAL\HAL_STM32F1\../../inc/MarlinConfig.h:30,
  42. from Marlin\src\HAL\HAL_STM32F1\HAL_SPI.cpp:35:
  43. Marlin\src\HAL\HAL_STM32F1\../../inc/../HAL/./HAL_STM32F1/HAL.h:82:4: error: #error "SERIAL_PORT cannot be 0. (Port 0 does not exist.) Please update your configuration."
  44. #error "SERIAL_PORT cannot be 0. (Port 0 does not exist.) Please update your configuration."
  45. ^~~~~
  46. In file included from Marlin\src\HAL\HAL_STM32F1\../../inc/MarlinConfig.h:38:0,
  47. from Marlin\src\HAL\HAL_STM32F1\HAL_SPI.cpp:35:
  48. Marlin\src\HAL\HAL_STM32F1\../../inc/SanityCheck.h:45:4: error: #error "You are using an old Configuration.h file, update it before building Marlin."
  49. #error "You are using an old Configuration.h file, update it before building Marlin."
  50. ^~~~~
  51. In file included from Marlin\src\HAL\HAL_STM32F1\../../inc/MarlinConfig.h:38:0,
  52. from Marlin\src\HAL\HAL_STM32F1\HAL_SPI.cpp:35:
  53. Marlin\src\HAL\HAL_STM32F1\../../inc/SanityCheck.h:49:4: error: #error "You are using an old Configuration_adv.h file, update it before building Marlin."
  54. #error "You are using an old Configuration_adv.h file, update it before building Marlin."
  55. ^~~~~
  56. *** [.pio\build\STM32F103RC_bigtree\src\src\HAL\HAL_STM32F1\HAL.cpp.o] Error 1
  57. In file included from Marlin\src\HAL\HAL_STM32F1\../../inc/MarlinConfigPre.h:37:0,
  58. from Marlin\src\HAL\HAL_STM32F1\../../inc/MarlinConfig.h:28,
  59. from Marlin\src\HAL\HAL_STM32F1\HAL_SPI.cpp:35:
  60. Marlin\src\HAL\HAL_STM32F1\../../inc/../../Configuration.h:1:1: error: 'd' does not name a type
  61. d/**
  62. ^
  63. In file included from c:\users\pouzekrypto\.platformio\packages\toolchain-gccarmnoneeabi\arm-none-eabi\include\c++\7.2.1\cmath:43:0,
  64. from c:\users\pouzekrypto\.platformio\packages\toolchain-gccarmnoneeabi\arm-none-eabi\include\c++\7.2.1\math.h:36,
  65. from C:\Users\PouzeKrypto\.platformio\packages\framework-arduinoststm32-maple\STM32F1\cores\maple/wirish_math.h:35,
  66. from C:\Users\PouzeKrypto\.platformio\packages\framework-arduinoststm32-maple\STM32F1\cores\maple/wirish.h:60,
  67. from C:\Users\PouzeKrypto\.platformio\packages\framework-arduinoststm32-maple\STM32F1\cores\maple/Arduino.h:30,
  68. from Marlin\src\HAL\HAL_STM32F1\../../inc/../HAL/./HAL_STM32F1/../shared/Marduino.h:36,
  69. from Marlin\src\HAL\HAL_STM32F1\../../inc/../HAL/./HAL_STM32F1/HAL.h:32,
  70. from Marlin\src\HAL\HAL_STM32F1\../../inc/../HAL/HAL.h:26,
  71. from Marlin\src\HAL\HAL_STM32F1\../../inc/MarlinConfig.h:30,
  72. from Marlin\src\HAL\HAL_STM32F1\HAL_SPI.cpp:35:
  73. c:\users\pouzekrypto\.platformio\packages\toolchain-gccarmnoneeabi\arm-none-eabi\include\c++\7.2.1\ext\type_traits.h:162:35: error: 'bool __gnu_cxx::__is_null_pointer' redeclared as different kind of symbol
  74. __is_null_pointer(std::nullptr_t)
  75. ^
  76. c:\users\pouzekrypto\.platformio\packages\toolchain-gccarmnoneeabi\arm-none-eabi\include\c++\7.2.1\ext\type_traits.h:157:5: note: previous declaration 'template<class _Type> bool __gnu_cxx::__is_null_pointer(_Type)'
  77. __is_null_pointer(_Type)
  78. ^~~~~~~~~~~~~~~~~
  79. compilation terminated due to -fmax-errors=5.
  80. In file included from Marlin\src\HAL\HAL_STM32F1\../../inc/../HAL/HAL.h:26:0,
  81. from Marlin\src\HAL\HAL_STM32F1\../../inc/MarlinConfig.h:30,
  82. from Marlin\src\HAL\HAL_STM32F1\Servo.cpp:26:
  83. Marlin\src\HAL\HAL_STM32F1\../../inc/../HAL/./HAL_STM32F1/HAL.h:82:4: error: #error "SERIAL_PORT cannot be 0. (Port 0 does not exist.) Please update your configuration."
  84. #error "SERIAL_PORT cannot be 0. (Port 0 does not exist.) Please update your configuration."
  85. ^~~~~
  86. *** [.pio\build\STM32F103RC_bigtree\src\src\HAL\HAL_STM32F1\HAL_SPI.cpp.o] Error 1
  87. In file included from Marlin\src\HAL\HAL_STM32F1\../../inc/MarlinConfig.h:38:0,
  88. from Marlin\src\HAL\HAL_STM32F1\Servo.cpp:26:
  89. Marlin\src\HAL\HAL_STM32F1\../../inc/SanityCheck.h:45:4: error: #error "You are using an old Configuration.h file, update it before building Marlin."
  90. #error "You are using an old Configuration.h file, update it before building Marlin."
  91. ^~~~~
  92. In file included from Marlin\src\HAL\HAL_STM32F1\../../inc/MarlinConfig.h:38:0,
  93. from Marlin\src\HAL\HAL_STM32F1\Servo.cpp:26:
  94. Marlin\src\HAL\HAL_STM32F1\../../inc/SanityCheck.h:49:4: error: #error "You are using an old Configuration_adv.h file, update it before building Marlin."
  95. #error "You are using an old Configuration_adv.h file, update it before building Marlin."
  96. ^~~~~
  97. In file included from Marlin\src\HAL\HAL_STM32F1\../../inc/MarlinConfigPre.h:37:0,
  98. from Marlin\src\HAL\HAL_STM32F1\../../inc/MarlinConfig.h:28,
  99. from Marlin\src\HAL\HAL_STM32F1\Servo.cpp:26:
  100. Marlin\src\HAL\HAL_STM32F1\../../inc/../../Configuration.h:1:1: error: 'd' does not name a type
  101. d/**
  102. ^
  103. In file included from c:\users\pouzekrypto\.platformio\packages\toolchain-gccarmnoneeabi\arm-none-eabi\include\c++\7.2.1\cmath:43:0,
  104. from c:\users\pouzekrypto\.platformio\packages\toolchain-gccarmnoneeabi\arm-none-eabi\include\c++\7.2.1\math.h:36,
  105. from C:\Users\PouzeKrypto\.platformio\packages\framework-arduinoststm32-maple\STM32F1\cores\maple/wirish_math.h:35,
  106. from C:\Users\PouzeKrypto\.platformio\packages\framework-arduinoststm32-maple\STM32F1\cores\maple/wirish.h:60,
  107. from C:\Users\PouzeKrypto\.platformio\packages\framework-arduinoststm32-maple\STM32F1\cores\maple/Arduino.h:30,
  108. from Marlin\src\HAL\HAL_STM32F1\../../inc/../HAL/./HAL_STM32F1/../shared/Marduino.h:36,
  109. from Marlin\src\HAL\HAL_STM32F1\../../inc/../HAL/./HAL_STM32F1/HAL.h:32,
  110. from Marlin\src\HAL\HAL_STM32F1\../../inc/../HAL/HAL.h:26,
  111. from Marlin\src\HAL\HAL_STM32F1\../../inc/MarlinConfig.h:30,
  112. from Marlin\src\HAL\HAL_STM32F1\Servo.cpp:26:
  113. c:\users\pouzekrypto\.platformio\packages\toolchain-gccarmnoneeabi\arm-none-eabi\include\c++\7.2.1\ext\type_traits.h:162:35: error: 'bool __gnu_cxx::__is_null_pointer' redeclared as different kind of symbol
  114. __is_null_pointer(std::nullptr_t)
  115. ^
  116. c:\users\pouzekrypto\.platformio\packages\toolchain-gccarmnoneeabi\arm-none-eabi\include\c++\7.2.1\ext\type_traits.h:157:5: note: previous declaration 'template<class _Type> bool __gnu_cxx::__is_null_pointer(_Type)'
  117. __is_null_pointer(_Type)
  118. ^~~~~~~~~~~~~~~~~
  119. compilation terminated due to -fmax-errors=5.
  120. *** [.pio\build\STM32F103RC_bigtree\src\src\HAL\HAL_STM32F1\Servo.cpp.o] Error 1
  121. In file included from Marlin\src\HAL\HAL_STM32F1\dogm\../../../inc/../HAL/HAL.h:26:0,
  122. from Marlin\src\HAL\HAL_STM32F1\dogm\../../../inc/MarlinConfig.h:30,
  123. from Marlin\src\HAL\HAL_STM32F1\dogm\u8g_com_stm32duino_fsmc.cpp:29:
  124. Marlin\src\HAL\HAL_STM32F1\dogm\../../../inc/../HAL/./HAL_STM32F1/HAL.h:82:4: error: #error "SERIAL_PORT cannot be 0. (Port 0 does not exist.) Please update your configuration."
  125. #error "SERIAL_PORT cannot be 0. (Port 0 does not exist.) Please update your configuration."
  126. ^~~~~
  127. In file included from Marlin\src\HAL\HAL_STM32F1\dogm\../../../inc/MarlinConfig.h:38:0,
  128. from Marlin\src\HAL\HAL_STM32F1\dogm\u8g_com_stm32duino_fsmc.cpp:29:
  129. Marlin\src\HAL\HAL_STM32F1\dogm\../../../inc/SanityCheck.h:45:4: error: #error "You are using an old Configuration.h file, update it before building Marlin."
  130. #error "You are using an old Configuration.h file, update it before building Marlin."
  131. ^~~~~
  132. In file included from Marlin\src\HAL\HAL_STM32F1\dogm\../../../inc/MarlinConfig.h:38:0,
  133. from Marlin\src\HAL\HAL_STM32F1\dogm\u8g_com_stm32duino_fsmc.cpp:29:
  134. Marlin\src\HAL\HAL_STM32F1\dogm\../../../inc/SanityCheck.h:49:4: error: #error "You are using an old Configuration_adv.h file, update it before building Marlin."
  135. #error "You are using an old Configuration_adv.h file, update it before building Marlin."
  136. ^~~~~
  137. In file included from Marlin\src\HAL\HAL_STM32F1\dogm\../../../inc/MarlinConfigPre.h:37:0,
  138. from Marlin\src\HAL\HAL_STM32F1\dogm\../../../inc/MarlinConfig.h:28,
  139. from Marlin\src\HAL\HAL_STM32F1\dogm\u8g_com_stm32duino_fsmc.cpp:29:
  140. Marlin\src\HAL\HAL_STM32F1\dogm\../../../inc/../../Configuration.h:1:1: error: 'd' does not name a type
  141. d/**
  142. ^
  143. In file included from c:\users\pouzekrypto\.platformio\packages\toolchain-gccarmnoneeabi\arm-none-eabi\include\c++\7.2.1\cmath:43:0,
  144. from c:\users\pouzekrypto\.platformio\packages\toolchain-gccarmnoneeabi\arm-none-eabi\include\c++\7.2.1\math.h:36,
  145. from C:\Users\PouzeKrypto\.platformio\packages\framework-arduinoststm32-maple\STM32F1\cores\maple/wirish_math.h:35,
  146. from C:\Users\PouzeKrypto\.platformio\packages\framework-arduinoststm32-maple\STM32F1\cores\maple/wirish.h:60,
  147. from C:\Users\PouzeKrypto\.platformio\packages\framework-arduinoststm32-maple\STM32F1\cores\maple/Arduino.h:30,
  148. from Marlin\src\HAL\HAL_STM32F1\dogm\../../../inc/../HAL/./HAL_STM32F1/../shared/Marduino.h:36,
  149. from Marlin\src\HAL\HAL_STM32F1\dogm\../../../inc/../HAL/./HAL_STM32F1/HAL.h:32,
  150. from Marlin\src\HAL\HAL_STM32F1\dogm\../../../inc/../HAL/HAL.h:26,
  151. from Marlin\src\HAL\HAL_STM32F1\dogm\../../../inc/MarlinConfig.h:30,
  152. from Marlin\src\HAL\HAL_STM32F1\dogm\u8g_com_stm32duino_fsmc.cpp:29:
  153. c:\users\pouzekrypto\.platformio\packages\toolchain-gccarmnoneeabi\arm-none-eabi\include\c++\7.2.1\ext\type_traits.h:162:35: error: 'bool __gnu_cxx::__is_null_pointer' redeclared as different kind of symbol
  154. __is_null_pointer(std::nullptr_t)
  155. ^
  156. c:\users\pouzekrypto\.platformio\packages\toolchain-gccarmnoneeabi\arm-none-eabi\include\c++\7.2.1\ext\type_traits.h:157:5: note: previous declaration 'template<class _Type> bool __gnu_cxx::__is_null_pointer(_Type)'
  157. __is_null_pointer(_Type)
  158. ^~~~~~~~~~~~~~~~~
  159. compilation terminated due to -fmax-errors=5.
  160. *** [.pio\build\STM32F103RC_bigtree\src\src\HAL\HAL_STM32F1\dogm\u8g_com_stm32duino_fsmc.cpp.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement