Geeetech3D / Mizar-S

Geeetech Mizar S 3D printer open source file
9 stars 4 forks source link

building new firmware failed immediately after opening the folder. #1

Open KrayzieZombie opened 1 year ago

KrayzieZombie commented 1 year ago

I downloaded the marlin folder amd opened in VS code. before changing any settings, I performed a initial test build and it failed right away. is there a issue with the files?

lorenzomaranon commented 8 months ago

Same problem here

silverfox0786 commented 2 months ago

same here

PS C:\Users\syeds\OneDrive\Software\3D Printer\Marlin\Mizar S (E3D)> platformio run --silent -e STM32F103RE Warning! Ignore unknown configuration option monitor_flags in section [env] Warning! src_filter configuration option in section [env:DUE] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_filter configuration option in section [env:SAMD51_grandcentral_m4] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_filter configuration option in section [env:STM32F4] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_filter configuration option in section [env:STM32F7] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_filter configuration option in section [env:malyan_M300] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_filter configuration option in section [env:esp32] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_filter configuration option in section [env:teensy31] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_filter configuration option in section [env:teensy35] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_filter configuration option in section [env:teensy36] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_filter configuration option in section [env:teensy41] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_build_flags configuration option in section [env:linux_native] is deprecated and will be removed in the next release! Please use build_src_flags instead Warning! src_filter configuration option in section [env:linux_native] is deprecated and will be removed in the next release! Please use build_src_filter instead Warning! src_filter configuration option in section [env:include_tree] is deprecated and will be removed in the next release! Please use build_src_filter instead In file included from Marlin\src\HAL\STM32F1\tft\tft_fsmc.cpp:28:0: C:\Users\syeds.platformio\packages\framework-arduinoststm32-maple\STM32F1\system\libmaple\include/libmaple/fsmc.h:47:2: error: #error "FSMC is unavailable on your MCU"

error "FSMC is unavailable on your MCU"

^~~~~ Marlin\src\HAL\STM32F1\tft\tft_fsmc.cpp: In static member function 'static void TFT_FSMC::Init()': Marlin\src\HAL\STM32F1\tft\tft_fsmc.cpp:155:17: error: 'GPIOE' was not declared in this scope gpio_set_mode(GPIOE, 7, GPIO_AF_OUTPUT_PP); // FSMC_D04 ^~~~~ Marlin\src\HAL\STM32F1\tft\tft_fsmc.cpp:155:17: note: suggested alternative: 'GPIOD' gpio_set_mode(GPIOE, 7, GPIO_AF_OUTPUT_PP); // FSMC_D04 ^~~~~ GPIOD *** [.pio\build\STM32F103RE\src\src\HAL\STM32F1\tft\tft_fsmc.cpp.o] Error 1 ============================================== [FAILED] Took 29.50 seconds ==============================================

Environment Status Duration


STM32F103RE FAILED 00:00:29.496 ========================================= 1 failed, 0 succeeded in 00:00:29.496 ========================================= PS C:\Users\syeds\OneDrive\Software\3D Printer\Marlin\Mizar S (E3D)> echo "done" >"C:\Users\syeds\AppData\Local\Temp\ipc" PS C:\Users\syeds\OneDrive\Software\3D Printer\Marlin\Mizar S (E3D)>