CrealityOfficial / Sermoon-V1

Creality Sermoon-V1/V1 PRO Source code
GNU General Public License v3.0
14 stars 6 forks source link

error when bulidng the fimware #8

Open fierce1509 opened 10 months ago

fierce1509 commented 10 months ago

Hello i receive this error when i'm budling the firmware with Auto build marlin in Visual studio code.

Marlin\src\gcode\parser.cpp:199:11: error: 'gDebug' was not declared in this scope 199 | gDebug.GetParaAfterCmd(p); | ^~ *** [.pio\build\STM32F401VE_STEVAL\src\src\gcode\parser.cpp.o] Error 1

I'm not changing any values just seeing if the firmware will work before i change anything but it wont even build.

adamalfath commented 10 months ago

Please see my commit https://github.com/adamalfath/Sermoon-V1/commit/c5945b6fef172338e4b1f5c442b65a8f9c1836fc

fierce1509 commented 10 months ago

@adamalfath Hello thank you. i have downloaded your file and when i compile it i am met with a deferent error now.

collect2.exe: error: ld returned 1 exit status *** [.pio\build\STM32F401VE_STEVAL\firmware.elf] Error 1

adamalfath commented 10 months ago

The issue should caught somewhere above this line

collect2.exe: error: ld returned 1 exit status *** [.pio\build\STM32F401VE_STEVAL\firmware.elf] Error 1

Could you send the full output during compiling? also please wrap it on a code block to make it easier to read

fierce1509 commented 10 months ago

Untitled-1.md

Hello is this fine?

fierce1509 commented 10 months ago

Sorry i think i sent the wrong output . This should be it. The terminal and output both show a different error the first file i sent you is the terminal, this one is the output

output.md

adamalfath commented 10 months ago

I cannot reproduce the error. Might be a corrupted framework file. Try reinstalling it and see if it works.

Method 1:

Method 2:

fierce1509 commented 10 months ago

I tried it did not work, I have just tried again on a whole different computer and I receive the exact same error.

collect2.exe: error: ld returned 1 exit status *** [.pio\build\STM32F401VE_STEVAL\firmware.elf] Error 1

Really confused on this.

asiefert commented 9 months ago

@fierce1509 any update on getting this to work? I'm experiencing the same thing (at least on Windows, haven't tried mac or Linux yet)

fierce1509 commented 9 months ago

@asiefert unfortunately no still can’t get it to work

adamalfath commented 9 months ago

@asiefert can you post your full compile process message?

collect2.exe... message itself does not contain any meaningful information. The error/warning message should printed before this line

I just pulled the source from git, compiled without error.

See compile log PS D:\Project\Sermoon-V1> pio --version PlatformIO Core, version 6.1.11 PS D:\Project\Sermoon-V1> pio run 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_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 Processing STM32F401RC_CREALITY (platform: ststm32@~6.1.0; board: genericSTM32F401RC; framework: arduino) -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/genericSTM32F401RC.html PLATFORM: ST STM32 (6.1.1) > STM32F401RC (64k RAM. 256k Flash) HARDWARE: STM32F401RC 84MHz, 64KB RAM, 256KB Flash DEBUG: Current (jlink) External (blackmagic, jlink, stlink) PACKAGES: - framework-arduinoststm32 @ 4.10700.200103 (1.7.0) - 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 7 compatible libraries Scanning dependencies... Dependency Graph |-- SPI @ 1.0 |-- IWatchdog @ 1.0.0 |-- Wire @ 1.0 |-- Servo @ 1.1.2 Building in release mode Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduinoVariant\PeripheralPins.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduinoVariant\variant.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\HardwareSerial.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\HardwareTimer.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\IPAddress.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\Print.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\RingBuffer.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\Stream.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\Tone.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\USBSerial.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\WInterrupts.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\WMath.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\WSerial.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\WString.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\abi.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\avr\dtostrf.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\board.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\hooks.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\itoa.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\main.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\new.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\pins_arduino.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_adc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_adc_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_can.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_cec.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_comp.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_comp_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_cordic.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_cortex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_crc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_crc_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_cryp.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_cryp_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_dac.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_dac_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_dcmi.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_dcmi_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_dfsdm.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_dfsdm_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_dma.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_dma2d.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_dma_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_dsi.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_eth.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_eth_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_exti.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_fdcan.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_firewall.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_flash.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_flash_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_flash_ramfunc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_fmac.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_fmpi2c.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_fmpi2c_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_gfxmmu.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_gpio.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_gpio_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_hash.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_hash_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_hcd.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_hrtim.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_hsem.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_i2c.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_i2c_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_i2s.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_i2s_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_ipcc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_irda.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_iwdg.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_jpeg.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_lcd.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_lptim.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_ltdc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_ltdc_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_mdios.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_mdma.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_mmc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_mmc_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_msp_template.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_nand.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_nor.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_opamp.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_opamp_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_ospi.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_pccard.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_pcd.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_pcd_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_pka.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_pwr.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_pwr_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_qspi.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_ramecc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_rcc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_rcc_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_rng.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_rtc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_rtc_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_sai.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_sai_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_sd.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_sd_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_sdadc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_sdram.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_smartcard.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_smartcard_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_smbus.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_spdifrx.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_spi.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_spi_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_sram.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_swpmi.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_tim.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_tim_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_timebase_rtc_alarm_template.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_timebase_rtc_wakeup_template.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_timebase_tim_template.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_tsc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_uart.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_uart_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_usart.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_usart_ex.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\HAL\stm32yyxx_hal_wwdg.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_adc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_bdma.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_comp.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_cordic.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_crc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_crs.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_dac.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_delayblock.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_dma.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_dma2d.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_exti.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_fmac.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_fmc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_fsmc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_gpio.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_hrtim.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_i2c.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_lptim.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_lpuart.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_mdma.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_opamp.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_pka.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_pwr.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_rcc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_rng.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_rtc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_sdmmc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_spi.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_swpmi.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_tim.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_ucpd.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_usart.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_usb.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\LL\stm32yyxx_ll_utils.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\PortNames.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\analog.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\bootloader.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\clock.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\core_callback.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\dwt.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\hw_config.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\interrupt.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\low_power.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\pinmap.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\rtc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\spi_com.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\startup_stm32yyxx.S.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\stm32_def.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\stm32_eeprom.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\system_stm32yyxx.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\timer.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\twi.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\uart.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\usb\cdc\cdc_queue.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\usb\cdc\usbd_cdc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\usb\cdc\usbd_cdc_if.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\usb\hid\usbd_hid_composite.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\usb\hid\usbd_hid_composite_if.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\usb\usb_device_core.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\usb\usb_device_ctlreq.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\usb\usb_device_ioreq.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\usb\usbd_conf.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\usb\usbd_desc.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\usb\usbd_ep_conf.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\stm32\usb\usbd_if.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\syscalls.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\wiring_analog.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\wiring_digital.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\wiring_pulse.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\wiring_shift.c.o Compiling .pio\build\STM32F401RC_CREALITY\FrameworkArduino\wiring_time.c.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\STM32\HAL.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\STM32\HAL_SPI.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\STM32\MarlinSerial.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\STM32\Sd2Card_sdio_stm32duino.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\STM32\Servo.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\STM32\SoftwareSerial.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\STM32\eeprom_bl24cxx.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\STM32\eeprom_flash.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\STM32\eeprom_if_iic.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\STM32\eeprom_sdcard.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\STM32\eeprom_sram.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\STM32\eeprom_wired.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\STM32\fastio.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\STM32\tft\tft_fsmc.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\STM32\tft\tft_spi.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\STM32\tft\xpt2046.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\STM32\timers.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\STM32\usb_serial.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\STM32\watchdog.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\shared\HAL_spi_L6470.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\shared\backtrace\backtrace.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\shared\backtrace\unwarm.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\shared\backtrace\unwarm_arm.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\shared\backtrace\unwarm_thumb.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\shared\backtrace\unwarmbytab.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\shared\backtrace\unwarmmem.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\shared\backtrace\unwinder.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\shared\backtrace\unwmemaccess.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\shared\eeprom_api.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\shared\eeprom_if_i2c.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\shared\eeprom_if_spi.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\shared\esp_wifi.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\HAL\shared\servo.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\MarlinCore.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\core\serial.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\core\utility.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\feature\babystep.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\feature\bedlevel\bedlevel.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\feature\bedlevel\mbl\mesh_bed_leveling.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\feature\caselight.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\feature\leds\neopixel.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\feature\powerloss.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\OTA\M936.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\bedlevel\G26.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\bedlevel\G42.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\bedlevel\M420.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\bedlevel\mbl\G29.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\bedlevel\mbl\M421.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\calibrate\G28.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\config\M200-M205.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\config\M220.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\config\M221.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\config\M301.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\config\M302.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\config\M304.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\config\M575.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\config\M672.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\config\M92.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\control\M108_M112_M410.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\control\M111.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\control\M120_M121.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\control\M17_M18_M84.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\control\M211.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\control\M226.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\control\M280.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\control\M350_M351.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\control\M380_M381.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\control\M400.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\control\M42.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\control\M80_M81.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\control\M85.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\control\M993_M994.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\control\M997.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\control\M999.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\control\T.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\eeprom\M500-M504.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\feature\digipot\M907-M910.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\feature\pause\G27.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\feature\powerloss\M1000.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\feature\powerloss\M413.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\gcode.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\geometry\G92.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\geometry\M206_M428.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\host\M110.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\host\M113.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\host\M114.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\host\M115.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\host\M118.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\host\M119.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\lcd\M0_M1.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\lcd\M117.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\lcd\M145.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\lcd\M300.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\motion\G0_G1.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\motion\G4.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\motion\M290.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\parser.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\queue.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\sd\M1001.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\sd\M20.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\sd\M21_M22.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\sd\M23.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\sd\M24_M25.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\sd\M26.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\sd\M27.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\sd\M28_M29.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\sd\M30.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\sd\M32.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\sd\M33.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\sd\M34.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\sd\M524.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\sd\M928.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\stats\M31.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\stats\M75-M78.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\temp\M104_M109.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\temp\M105.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\temp\M106_M107.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\temp\M140_M190.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\temp\M141_M191.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\temp\M155.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\temp\M303.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\units\M82_M83.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\wifi\M72.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\gcode\wifi\M79.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\lcd\dwin\LCD_RTS.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\lcd\dwin\lcdAutoUI.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\lcd\dwin\rotary_encoder.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\lcd\extui\anycubic_chiron_lcd.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\lcd\extui\anycubic_i3mega_lcd.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\lcd\extui\ui_api.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\lcd\fontutils.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\lcd\touch\touch_buttons.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\lcd\ultralcd.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\libs\BL24CXX.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\libs\W25Qxx.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\libs\buzzer.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\libs\crc16.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\libs\nozzle.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\libs\numtostr.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\libs\stopwatch.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\libs\vector_3.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\module\endstops.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\module\motion.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\module\planner.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\module\servo.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\module\settings.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\module\stepper.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\module\stepper\indirection.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\module\temperature.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\module\tool_change.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\sd\Sd2Card.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\sd\SdBaseFile.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\sd\SdFatUtil.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\sd\SdFile.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\sd\SdVolume.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\src\src\sd\cardreader.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\libbca\SPI\SPI.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\lib846\IWatchdog\IWatchdog.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\lib1c1\Wire\Wire.cpp.o Compiling .pio\build\STM32F401RC_CREALITY\libdb6\Servo\stm32\Servo.cpp.o Archiving .pio\build\STM32F401RC_CREALITY\libbca\libSPI.a Archiving .pio\build\STM32F401RC_CREALITY\lib846\libIWatchdog.a Archiving .pio\build\STM32F401RC_CREALITY\libdb6\libServo.a Archiving .pio\build\STM32F401RC_CREALITY\lib1c1\libWire.a Indexing .pio\build\STM32F401RC_CREALITY\lib846\libIWatchdog.a Indexing .pio\build\STM32F401RC_CREALITY\libbca\libSPI.a Indexing .pio\build\STM32F401RC_CREALITY\libdb6\libServo.a Indexing .pio\build\STM32F401RC_CREALITY\lib1c1\libWire.a Linking .pio\build\STM32F401RC_CREALITY\firmware.elf Checking size .pio\build\STM32F401RC_CREALITY\firmware.elf Advanced Memory Usage is available via "PlatformIO Home > Project Inspect" RAM: [== ] 15.7% (used 10260 bytes from 65536 bytes) Flash: [===== ] 50.3% (used 131856 bytes from 262144 bytes) Building .pio\build\STM32F401RC_CREALITY\firmware.bin ============================================================================= [SUCCESS] Took 28.13 seconds ============================================================================= Environment Status Duration -------------------- -------- ------------ STM32F401RC_CREALITY SUCCESS 00:00:28.134
WiniChpok commented 9 months ago

PS F:\3dпринтинг\Sermoon-V1-main> platformio run -e STM32F401VE_STEVAL 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_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 Processing STM32F401VE_STEVAL (platform: ststm32@~6.1.0; board: STEVAL_STM32F401VE; framework: arduino)

Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/STEVAL_STM32F401VE.html PLATFORM: ST STM32 (6.1.1) > STM32F401VE (96k RAM. 512k Flash) HARDWARE: STM32F401VET6 84MHz, 96KB RAM, 502.23KB Flash DEBUG: Current (jlink) External (jlink, stlink) PACKAGES:

Environment Status Duration


STM32F401VE_STEVAL FAILED 00:00:16.366 =============================== 1 failed, 0 succeeded in 00:00:16.366 =============================== PS F:\3dпринтинг\Sermoon-V1-main> echo "done" >"C:\Users\WINICH~1\AppData\Local\Temp\ipc" PS F:\3dпринтинг\Sermoon-V1-main>

adamalfath commented 9 months ago

@WiniChpok your error is related to the missing debug header file. Expected on Creality original source.

  Marlin\src\gcode\parser.cpp:199:11: error: 'gDebug' was not declared in this scope
  199 |           gDebug.GetParaAfterCmd(p);
  |           ^~~~~~

See my comment above to solve it.

WiniChpok commented 9 months ago

Я в этом не силен...просто хочу подключить linear advance и поднять температуры кровати до 120 и 320 extruder если вам не трудно можете скомпилировать прошивку с этими пораметрами

WiniChpok commented 9 months ago

Archiving .pio\build\STM32F401VE_STEVAL\lib27f\libServo.a Linking .pio\build\STM32F401VE_STEVAL\firmware.elf c:/users/winichpok/.platformio/packages/toolchain-gccarmnoneeabi/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: cannot open linker script file F:/3dпринтинг/Sermoon-V1-main/buildroot/share/PlatformIO/variants/STEVAL_F401VE/ldscript.ld: Invalid argument collect2.exe: error: ld returned 1 exit status *** [.pio\build\STM32F401VE_STEVAL\firmware.elf] Error 1

WiniChpok commented 8 months ago

@WiniChpokваша ошибка связана с отсутствующим файлом заголовка отладки. Ожидается в исходном источнике Creality.

  Marlin\src\gcode\parser.cpp:199:11: error: 'gDebug' was not declared in this scope
  199 |           gDebug.GetParaAfterCmd(p);
  |           ^~~~~~

Смотрите мой комментарий выше , чтобы решить эту проблему.

в platformio.ini HAS_TMC26X = TMC26XStepper=https://github.com/trinamic/TMC26XStepper/archive/master.zip не может скачать архив по данной ссылку что приводит сбою компиляции как понял это файл двигателей

adamalfath commented 8 months ago

@WiniChpok Sermoon V1 board doesn't need TMC driver, it doesn't have one. try to build on intended environment = pio run -e STM32F401RE_CREALITY

asiefert commented 8 months ago

@WiniChpok Sermoon V1 board doesn't need TMC driver, it doesn't have one. try to build on intended environment = pio run -e STM32F401RE_CREALITY

Sorry for not responding earlier @adamalfath but yeah it seems like changing the build environment fixed it for me. Cheers!

WiniChpok commented 8 months ago

Здравствуйте вам удалось это исправить?! И с наступающими вас новым годом

fierce1509 commented 2 weeks ago

Can someone build the firmware for me? And send me the file. I just cannot get it to work. All i want is a firmware for the Sermoon V1 Pro with the max hot end temp set to 300c as i have upgraded the hot end. Would be much appreciated.

adamalfath commented 1 week ago

@fierce1509

HEATER_0_MAXTEMP = 320 usable temperature = HEATER_0_MAXTEMP - 15 = 305

Use at your own risk

MARLIN_STM32F401RC_CREALITY_Sermoon V1 Pro_3.0.33-MOD.zip

fierce1509 commented 1 week ago

@adamalfath

Thank you for the firmware I flashed it on my printer but unfortunately the max hot end temperature is still only 250. Will not go higher.

adamalfath commented 1 week ago

@fierce1509

What method do you use to set the temp? LCD? I forgot if it also has something to do with the LCD firmware or not. Can you just try to send gcode with desired temperature?