bigtreetech / SKR-3

157 stars 63 forks source link

Doesnt build: variant_MARLIN_STM32H743VX.h: No such file or directory #36

Open BlackHeart-TF opened 1 year ago

BlackHeart-TF commented 1 year ago

I have a fresh install of vscode/platformio, and a fresh download of this repo, no changes. i hit build, and it says fatal error: variant_MARLIN_STM32H743VX.h: No such file or directory

i cant find any reference to this file at all This was on ubuntu, tried it under windows and it worked first shot

GD485 commented 1 year ago

You need the bug fix version of marlin. It’s in the .zip file on the SKR-3 repository. The most recent version of Marlin do not support your processor.

BlackHeart-TF commented 1 year ago

Its bugfix 2.0.9.3, from this

growwheels commented 1 year ago

I'm having the same issue..... using bugfix 2.0.9.3 on a windows pc

aleixq commented 1 year ago

Look at https://github.com/bigtreetech/SKR-3/issues/13#issuecomment-1213147119 . As a workaround I have renamed the file to variant_MARLIN_STM32H743VX.h:

mv ./buildroot/share/PlatformIO/variants/MARLIN_H743Vx/variant_MARLIN_STM32H743Vx.h ./buildroot/share/PlatformIO/variants/MARLIN_H743Vx/variant_MARLIN_STM32H743VX.h

And can compile