JHX Posté(e) Février 4, 2023 Partager Posté(e) Février 4, 2023 Bonsoir, J'ai reçu mon écran MKS mini 12864 v3, j'ai configurer Marlin : #define MKS_MINI_12864_V3 #define NEOPIXEL_LED Mais j'ai systématiquement cette erreur : Révélation Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_bl24cxx.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_flash.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_if_iic.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_sdcard.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_sram.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_wired.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\fast_pwm.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\fastio.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\msc_sd.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\sdio.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\tft\gt911.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\tft\tft_fsmc.cpp.o In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\HAL_SPI.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\HAL_SPI.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\HAL.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\HAL.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\HAL_SPI.cpp:27: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2640:4: error: #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." 2640 | #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\MarlinSerial.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\MarlinSerial.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\Servo.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\Servo.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\HAL.cpp:27: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2640:4: error: #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." 2640 | #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\eeprom_bl24cxx.cpp:32: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\eeprom_bl24cxx.cpp:32: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\eeprom_if_iic.cpp:32: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\eeprom_if_iic.cpp:32: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\MarlinSerial.cpp:27: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2640:4: error: #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." 2640 | #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\Servo.cpp:27: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2640:4: error: #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." 2640 | #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\eeprom_flash.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\eeprom_flash.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\eeprom_bl24cxx.cpp:32: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2640:4: error: #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." 2640 | #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\eeprom_sdcard.cpp:31: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\eeprom_if_iic.cpp:32: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2640:4: error: #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." 2640 | #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\eeprom_sdcard.cpp:31: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\fast_pwm.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\eeprom_sram.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\fast_pwm.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\eeprom_sram.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\eeprom_flash.cpp:27: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2640:4: error: #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." 2640 | #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\fastio.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\fastio.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\eeprom_wired.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\eeprom_wired.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\eeprom_sdcard.cpp:31: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2640:4: error: #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." 2640 | #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\eeprom_sram.cpp:27: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2640:4: error: #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." 2640 | #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\fast_pwm.cpp:27: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2640:4: error: #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." 2640 | #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\fastio.cpp:27: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2640:4: error: #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." 2640 | #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\eeprom_wired.cpp:27: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2640:4: error: #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." 2640 | #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\sdio.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\sdio.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\sdio.cpp:27: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2640:4: error: #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." 2640 | #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." | ^~~~~ In file included from Marlin\src\HAL\STM32\tft\../../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\tft\../../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\tft\gt911.cpp:26: Marlin\src\HAL\STM32\tft\../../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\tft\gt911.cpp:26: Marlin\src\HAL\STM32\tft\../../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\tft\gt911.cpp:26: Marlin\src\HAL\STM32\tft\../../../inc/SanityCheck.h:2640:4: error: #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." 2640 | #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." | ^~~~~ *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\HAL_SPI.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\HAL.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\MarlinSerial.cpp.o] Error 1 In file included from Marlin\src\HAL\STM32\tft\../../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\tft\../../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\tft\tft_fsmc.cpp:27: Marlin\src\HAL\STM32\tft\../../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\tft\tft_fsmc.cpp:27: Marlin\src\HAL\STM32\tft\../../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_bl24cxx.cpp.o] Error 1 In file included from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\tft\tft_fsmc.cpp:27: Marlin\src\HAL\STM32\tft\../../../inc/SanityCheck.h:2640:4: error: #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." 2640 | #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9533, PCA9632, or NEOPIXEL_LED." | ^~~~~ *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\Servo.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_if_iic.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_sdcard.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_flash.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\fast_pwm.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_sram.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\fastio.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_wired.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\sdio.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\tft\gt911.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\tft\tft_fsmc.cpp.o] Error 1 ========================================= [FAILED] Took 13.84 seconds ========================================= Environment Status Duration ------------------------- -------- ------------ mks_eagle_usb_flash_drive FAILED 00:00:13.837 ==================================== 1 failed, 0 succeeded in 00:00:13.837 ==================================== * The terminal process "C:\Users\Benoit\.platformio\penv\Scripts\platformio.exe 'run'" terminated with exit code: 1. * Terminal will be reused by tasks, press any key to close it. * Executing task in folder Marlin-2.1.2: C:\Users\Benoit\.platformio\penv\Scripts\platformio.exe run Processing mks_eagle_usb_flash_drive (board: marlin_STM32F407VGT6_CCM; platform: ststm32@~12.1; framework: arduino) ----------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/marlin_STM32F407VGT6_CCM.html PLATFORM: ST STM32 (12.1.1) > STM32F407VG (128k RAM, 64k CCM RAM, 1024k Flash HARDWARE: STM32F407VGT6 168MHz, 128KB RAM, 1MB Flash DEBUG: Current (jlink) External (jlink, stlink) PACKAGES: - framework-arduinoststm32 @ 0.0.0 - framework-cmsis @ 2.50501.200527 (5.5.1) - toolchain-gccarmnoneeabi @ 1.90201.191206 (9.2.1) Converting Marlin.ino LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf LDF Modes: Finder ~ chain, Compatibility ~ soft Found 12 compatible libraries Scanning dependencies... Dependency Graph |-- TMCStepper @ 0.7.3 | |-- SoftwareSerial @ 1.0 | |-- SPI @ 1.0 |-- U8glib-HAL @ 0.5.2 | |-- Wire @ 1.0 | |-- SPI @ 1.0 |-- IWatchdog @ 1.0.0 |-- SPI @ 1.0 |-- EEPROM @ 2.0.1 |-- SoftwareSerial @ 1.0 |-- Wire @ 1.0 |-- Servo @ 1.1.2 Building in release mode Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\HAL.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\HAL_SPI.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\MarlinSPI.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\MarlinSerial.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\MinSerial.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\Servo.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_bl24cxx.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_flash.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_if_iic.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_sdcard.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_sram.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_wired.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\fast_pwm.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\fastio.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\msc_sd.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\sdio.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\tft\gt911.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\tft\tft_fsmc.cpp.o In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\HAL_SPI.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\HAL_SPI.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\HAL.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\HAL.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\MarlinSerial.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\MarlinSerial.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\Servo.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\Servo.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\eeprom_bl24cxx.cpp:32: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\eeprom_bl24cxx.cpp:32: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\eeprom_flash.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\eeprom_flash.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\eeprom_if_iic.cpp:32: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\eeprom_if_iic.cpp:32: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\eeprom_sram.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\eeprom_sram.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\fast_pwm.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\fast_pwm.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\eeprom_sdcard.cpp:31: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\eeprom_sdcard.cpp:31: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\eeprom_wired.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\eeprom_wired.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\fastio.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\fastio.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\sdio.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\sdio.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\tft\../../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\tft\../../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\tft\gt911.cpp:26: Marlin\src\HAL\STM32\tft\../../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\tft\gt911.cpp:26: Marlin\src\HAL\STM32\tft\../../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\tft\../../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\tft\../../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\tft\tft_fsmc.cpp:27: Marlin\src\HAL\STM32\tft\../../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\tft\tft_fsmc.cpp:27: Marlin\src\HAL\STM32\tft\../../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\inc\Warnings.cpp.o In file included from Marlin\src\inc\../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\inc\../pins/pins.h:707, from Marlin\src\inc\MarlinConfig.h:34, from Marlin\src\inc\Warnings.cpp:28: Marlin\src\inc\../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\inc\MarlinConfigPre.h:39, from Marlin\src\inc\MarlinConfig.h:28, from Marlin\src\inc\Warnings.cpp:28: Marlin\src\inc\../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | Marlin\src\inc\Warnings.cpp:742:4: warning: #warning "Contrast cannot be changed when LCD_CONTRAST_MIN >= LCD_CONTRAST_MAX." [-Wcpp] 742 | #warning "Contrast cannot be changed when LCD_CONTRAST_MIN >= LCD_CONTRAST_MAX." | ^~~~~~~ Marlin\src\inc\Warnings.cpp:753:4: warning: #warning "Your FYSETC/MKS/BTT Mini Panel works best with NEOPIXEL_LED, LED_CONTROL_MENU, LED_USER_PRESET_STARTUP, and LED_COLOR_PRESETS." [-Wcpp] 753 | #warning "Your FYSETC/MKS/BTT Mini Panel works best with NEOPIXEL_LED, LED_CONTROL_MENU, LED_USER_PRESET_STARTUP, and LED_COLOR_PRESETS." | ^~~~~~~ Marlin\src\inc\Warnings.cpp:759:4: warning: #warning "Your FYSETC Mini Panel works best with LED_USER_PRESET_STARTUP." [-Wcpp] 759 | #warning "Your FYSETC Mini Panel works best with LED_USER_PRESET_STARTUP." | ^~~~~~~ Checking size .pio\build\mks_eagle_usb_flash_drive\firmware.elf Advanced Memory Usage is available via "PlatformIO Home > Project Inspect" RAM: [= ] 9.3% (used 12196 bytes from 131072 bytes) Flash: [== ] 17.3% (used 180896 bytes from 1048576 bytes) Building .pio\build\mks_eagle_usb_flash_drive\firmware.bin rename_target([".pio\build\mks_eagle_usb_flash_drive\firmware.bin"], [".pio\build\mks_eagle_usb_flash_drive\firmware.elf"]) ========================================= [SUCCESS] Took 18.24 seconds ========================================= Environment Status Duration ------------------------- -------- ------------ mks_eagle_usb_flash_drive SUCCESS 00:00:18.243 ========================================= 1 succeeded in 00:00:18.243 ========================================= * Terminal will be reused by tasks, press any key to close it. * Executing task in folder Marlin-2.1.2: C:\Users\Benoit\.platformio\penv\Scripts\platformio.exe run Processing mks_eagle_usb_flash_drive (board: marlin_STM32F407VGT6_CCM; platform: ststm32@~12.1; framework: arduino) ----------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/marlin_STM32F407VGT6_CCM.html PLATFORM: ST STM32 (12.1.1) > STM32F407VG (128k RAM, 64k CCM RAM, 1024k Flash HARDWARE: STM32F407VGT6 168MHz, 128KB RAM, 1MB Flash DEBUG: Current (jlink) External (jlink, stlink) PACKAGES: - framework-arduinoststm32 @ 0.0.0 - framework-cmsis @ 2.50501.200527 (5.5.1) - toolchain-gccarmnoneeabi @ 1.90201.191206 (9.2.1) Converting Marlin.ino LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf LDF Modes: Finder ~ chain, Compatibility ~ soft Found 13 compatible libraries Scanning dependencies... Dependency Graph |-- TMCStepper @ 0.7.3 | |-- SoftwareSerial @ 1.0 | |-- SPI @ 1.0 |-- Adafruit NeoPixel @ 1.8.7 |-- U8glib-HAL @ 0.5.2 | |-- Wire @ 1.0 | |-- SPI @ 1.0 |-- IWatchdog @ 1.0.0 |-- SPI @ 1.0 |-- EEPROM @ 2.0.1 |-- SoftwareSerial @ 1.0 |-- Wire @ 1.0 |-- Servo @ 1.1.2 Building in release mode Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\HAL.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\HAL_SPI.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\MarlinSPI.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\MarlinSerial.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\MinSerial.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\Servo.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_bl24cxx.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_flash.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_if_iic.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_sdcard.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_sram.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_wired.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\fast_pwm.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\fastio.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\msc_sd.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\sdio.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\tft\gt911.cpp.o Compiling .pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\tft\tft_fsmc.cpp.o In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\HAL.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\HAL.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\HAL_SPI.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\HAL_SPI.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\MarlinSerial.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\MarlinSerial.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\Servo.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\Servo.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\eeprom_bl24cxx.cpp:32: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\eeprom_bl24cxx.cpp:32: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\HAL.cpp:27: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2624:6: error: #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." 2624 | #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\HAL_SPI.cpp:27: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2624:6: error: #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." 2624 | #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\Servo.cpp:27: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2624:6: error: #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." 2624 | #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\MarlinSerial.cpp:27: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2624:6: error: #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." 2624 | #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\eeprom_flash.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\eeprom_flash.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\eeprom_bl24cxx.cpp:32: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2624:6: error: #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." 2624 | #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\eeprom_if_iic.cpp:32: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\eeprom_if_iic.cpp:32: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\eeprom_sdcard.cpp:31: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\eeprom_sdcard.cpp:31: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\eeprom_flash.cpp:27: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2624:6: error: #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." 2624 | #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\eeprom_wired.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\eeprom_wired.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\eeprom_if_iic.cpp:32: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2624:6: error: #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." 2624 | #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\eeprom_sram.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\eeprom_sram.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\fastio.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\fastio.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\eeprom_wired.cpp:27: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2624:6: error: #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." 2624 | #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\eeprom_sdcard.cpp:31: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2624:6: error: #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." 2624 | #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\eeprom_sram.cpp:27: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2624:6: error: #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." 2624 | #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\fast_pwm.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\fast_pwm.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\sdio.cpp:27: Marlin\src\HAL\STM32\../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\sdio.cpp:27: Marlin\src\HAL\STM32\../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\fastio.cpp:27: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2624:6: error: #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." 2624 | #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\fast_pwm.cpp:27: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2624:6: error: #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." 2624 | #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." | ^~~~~ In file included from Marlin\src\HAL\STM32\../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\sdio.cpp:27: Marlin\src\HAL\STM32\../../inc/SanityCheck.h:2624:6: error: #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." 2624 | #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." | ^~~~~ In file included from Marlin\src\HAL\STM32\tft\../../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\tft\../../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\tft\gt911.cpp:26: Marlin\src\HAL\STM32\tft\../../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\tft\gt911.cpp:26: Marlin\src\HAL\STM32\tft\../../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\Servo.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\HAL_SPI.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\MarlinSerial.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\HAL.cpp.o] Error 1 In file included from Marlin\src\HAL\STM32\tft\../../../inc/../pins/stm32f4/pins_MKS_EAGLE.h:35, from Marlin\src\HAL\STM32\tft\../../../inc/../pins/pins.h:707, from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:34, from Marlin\src\HAL\STM32\tft\tft_fsmc.cpp:27: Marlin\src\HAL\STM32\tft\../../../inc/../pins/stm32f4/pins_MKS_ROBIN_NANO_V3_common.h:52: warning: "SERVO0_PIN" redefined 52 | #define SERVO0_PIN PA8 // Enable BLTOUCH | In file included from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfigPre.h:39, from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:28, from Marlin\src\HAL\STM32\tft\tft_fsmc.cpp:27: Marlin\src\HAL\STM32\tft\../../../inc/../../Configuration.h:1335: note: this is the location of the previous definition 1335 | #define SERVO0_PIN 11 | In file included from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\tft\gt911.cpp:26: Marlin\src\HAL\STM32\tft\../../../inc/SanityCheck.h:2624:6: error: #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." 2624 | #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." | ^~~~~ *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_bl24cxx.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_flash.cpp.o] Error 1 In file included from Marlin\src\HAL\STM32\tft\../../../inc/MarlinConfig.h:49, from Marlin\src\HAL\STM32\tft\tft_fsmc.cpp:27: Marlin\src\HAL\STM32\tft\../../../inc/SanityCheck.h:2624:6: error: #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." 2624 | #error "Your FYSETC/MKS/BTT Mini Panel requires NEOPIXEL_TYPE to be NEO_RGB." | ^~~~~ *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_if_iic.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_wired.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_sram.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\eeprom_sdcard.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\fastio.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\fast_pwm.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\sdio.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\tft\gt911.cpp.o] Error 1 *** [.pio\build\mks_eagle_usb_flash_drive\src\src\HAL\STM32\tft\tft_fsmc.cpp.o] Error 1 ========================================= [FAILED] Took 14.30 seconds ========================================= Environment Status Duration ------------------------- -------- ------------ mks_eagle_usb_flash_drive FAILED 00:00:14.297 ==================================== 1 failed, 0 succeeded in 00:00:14.297 ==================================== Quand je repasse : //#define NEOPIXEL_LED La compilation se fait bien, mail du coup le retro-éclairage ne fonctionne pas.... je trouve pas sur GG....et suis à une vintaine de compil Si vous avez une piste ? Lien vers le commentaire Partager sur d’autres sites More sharing options...
JHX Posté(e) Février 5, 2023 Auteur Partager Posté(e) Février 5, 2023 Bonjour, En fait j'ai trouvé...la solution était sous mes yeux, au cas ou si ça peux servir a quelqu’un d'autre : #define NEOPIXEL_LED // #if ENABLED(NEOPIXEL_LED)//NEOPIXEL_LED #define NEOPIXEL_TYPE NEO_RGB //NEO_GRBW // NEO_GRBW, NEO_RGBW, NEO_GRB, NEO_RBG, etc. // See https://github.com/adafruit/Adafruit_NeoPixel/blob/master/Adafruit_NeoPixel.h #define NEOPIXEL_PIN 4 // LED driving pin //ORIGINE //#define NEOPIXEL2_TYPE NEOPIXEL_TYPE #define NEOPIXEL2_PIN 5 //ORIGINE #define NEOPIXEL_PIXELS 30 // Number of LEDs in the strip. (Longest strip when NEOPIXEL2_SEPARATE is disabled.) #define NEOPIXEL_IS_SEQUENTIAL // Sequential display for temperature change - LED by LED. Disable to change all LEDs at once. #define NEOPIXEL_BRIGHTNESS 127 // Initial brightness (0-255) #define NEOPIXEL_STARTUP_TEST // Cycle through colors at startup et activer dans adv.h : #define LED_CONTROL_MENU Bon dimanche Lien vers le commentaire Partager sur d’autres sites More sharing options...
Messages recommandés
Créer un compte ou se connecter pour commenter
Vous devez être membre afin de pouvoir déposer un commentaire
Créer un compte
Créez un compte sur notre communauté. C’est facile !
Créer un nouveau compteSe connecter
Vous avez déjà un compte ? Connectez-vous ici.
Connectez-vous maintenant