BIGTREETECH-SKR-V1.1 icon indicating copy to clipboard operation
BIGTREETECH-SKR-V1.1 copied to clipboard

Error compiling marlin 2.0 skr v1.1 version in platformio

Open sqweezr opened this issue 4 years ago • 2 comments

the marlin 2.0 firmware does not compile with the current version of platformio. Does anyone have a new version which works? i get an error message, which i do not get with the current official release of marlin. As i am a noob and not capable of configuring a stock marlin to work with the SKR v1.1 board i am hoping someone here can help me out........ thanks in advance!

Koen

sqweezr avatar Oct 10 '20 11:10 sqweezr

What kind of error are you getting?

canihavesomecoffee avatar Dec 19 '20 02:12 canihavesomecoffee

I had problem Invalid value: '1' is not one of 'off', 'chain', 'deep', 'chain+', 'deep+'. for lib_ldf_mode option in the env:STM32F1 section (Control how Library Dependency Finder (LDF) should analyze dependencies (#include directives))

I change lib_ldf_mode = 1 to lib_ldf_mode = chain in the platformio.ini

StefanoTesla avatar Jan 20 '24 16:01 StefanoTesla