Closed ptmrankzy closed 4 years ago
is this bugfix-2.0.x branch
?
asking since marlin does not have a v427 firmware
in the zip /marlin/readme.md it says:
# Ender 3 Pro "V1.5"
This is a surprise upgrade to the Ender 3 Pro that some customers began to receive around mid-July of 2020. No documentation or support page exists for this variant. It appears to be an Ender 3 Pro with the 32-bit Ender 3 V2 board and the stock Ender 3 Pro display. To see which version you have, examine the control board. The newer board is Creality v4.2.2.
This configuration is very similar to the Ender 3 V2 config except that the CR-10 stock display is enabled.
that file is not present in https://github.com/MarlinFirmware/Marlin/tree/2.0.x/Marlin also its not present here either: https://github.com/MarlinFirmware/Configurations/tree/import-2.0.x/config/examples/Creality/Ender-3%20Pro/CrealityV427
So this almost seems like you got a copy of marlin elsewhere
It is the bugfix branch and i got the same error with the ender 3 pro v1.5 configs and the normal marlin 2.0.X branch
c:\users\laszl.platformio\packages\toolchain-gccarmnoneeabi\lib\gcc\arm-none-eabi\7.2.1\include\stdint.h:9:16: fatal error: stdint.h: No such file or directory
Looks like you are missing a PlatformIO Library. Maybe you need to update or reinstall PlatformIO, but I'd try searching/asking over on https://community.platformio.org/ first.
This isn't a Marlin issue I don't think.
It is the bugfix branch
so where did this file come from?:
# Ender 3 Pro "V1.5"
This is a surprise upgrade to the Ender 3 Pro that some customers began to receive around mid-July of 2020. No documentation or support page exists for this variant. It appears to be an Ender 3 Pro with the 32-bit Ender 3 V2 board and the stock Ender 3 Pro display. To see which version you have, examine the control board. The newer board is Creality v4.2.2.
This configuration is very similar to the Ender 3 V2 config except that the CR-10 stock display is enabled.
the readme was part of the PR https://github.com/MarlinFirmware/Configurations/pull/161/files And is here https://github.com/MarlinFirmware/Configurations/blob/import-2.0.x/config/examples/Creality/Ender-3%20Pro/CrealityV422/README.md So I suspect they just left this readme here from a previous attempt.
Nb "asking since marlin does not have a v427 firmware" is incorrect I added 4 examples of Ender machines with this controller 19 days ago.
See https://github.com/MarlinFirmware/Configurations/pull/228 https://github.com/MarlinFirmware/Configurations/pull/227 https://github.com/MarlinFirmware/Configurations/pull/226 and https://github.com/MarlinFirmware/Configurations/pull/224
Using provided configs on marlin current bugfix compiles, with two warnings.
See if there are any differences from my build environment
> Executing task: platformio run <
Processing STM32F103RET6_creality (platform: ststm32@~6.1; board: genericSTM32F103RE; framework: arduino)
-------------------------------------------------------------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/genericSTM32F103RE.html
PLATFORM: ST STM32 (6.1.1) > STM32F103RE (64k RAM. 512k Flash)
HARDWARE: STM32F103RET6 72MHz, 64KB RAM, 512KB Flash
DEBUG: Current (jlink) External (blackmagic, jlink, stlink)
PACKAGES:
- framework-arduinoststm32-maple 2.10000.200103 (1.0.0)
- toolchain-gccarmnoneeabi 1.70201.0 (7.2.1)
Converting Marlin.ino
LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 31 compatible libraries
Scanning dependencies...
Dependency Graph
|-- <SoftwareSerialM> 1.0.0
|-- <U8glib-HAL> 0.4.3
| |-- <Wire> 1.0
|-- <STM32ADC> 1.0
|-- <EEPROM>
|-- <USBComposite for STM32F1> 0.91
|-- <Wire> 1.0
|-- <FreeRTOS701>
|-- <Servo(STM32F1)> 1.1.2
Building in release mode
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
I try to build the ender 3 pro v427 firmware with marlin auto build but when its building it gives me an error.
files: Ender3-pro Marlin.zip
Log Output
``` PS C:\Users\laszl\Documents\Ender3-pro Marlin> platformio run -e STM32F103RET6_creality Processing STM32F103RET6_creality (platform: ststm32@~6.1; board: genericSTM32F103RE; framework: arduino) -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option In file included from c:\users\laszl\documents\ender3-pro marlin\marlin\src\inc\MarlinConfigPre.h:31:0, from c:\users\laszl\documents\ender3-pro marlin\marlin\src\inc\marlinconfig.h:28, from buildroot/share/PlatformIO/scripts/common-dependencies.h:31: c:\users\laszl\.platformio\packages\toolchain-gccarmnoneeabi\lib\gcc\arm-none-eabi\7.2.1\include\stdint.h:9:16: fatal error: stdint.h: No such file or directory **************************************************************** * Looking for stdint.h dependency? Check our library registry! * * CLI > platformio lib search "header:stdint.h" * Web > https://platformio.org/lib/search?query=header:stdint.h * **************************************************************** # include_next