Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]pioarduino compatibility seems broken in bugfix and 2.1.3 prereleases #84

Open
luc-github opened this issue Jan 23, 2025 · 0 comments
Labels

Comments

@luc-github
Copy link
Owner

luc-github commented Jan 23, 2025

I am porting latest ESP3D 3,0.0 beta 1 to ESP3DLib
Because espressif does not support platformio then platformio dropped the support of arduino esp32 core after latest 2.x version which correspond to IDF 4..4.7, to get support of idf 5.1+ which means esp32 arduino core 3.x a community version of platformio for esp32 core has been created :
https://github.com/pioarduino/platform-espressif32

so in platformio.ini need to use for esp32 arduino core 3.0.4 (idf: 5.1.4) :

 ; Arduino  core 3.0.4 - IDF 5.1.4
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.04/platform-espressif32.zip

this seems to work with Marlin 2.1.2.5 release, I am doing the porting now
but latest bugfix failed immediatly to compile with 'CC' not found error
I have tested 2.1.3 beta 1, 2.1.3 beta 2 and latest bugfix, I was not able to find the root cause yet because 2.1.2.x and 2.1.3.x use different branchs and code base.

I will try to finish the porting and test this week 2.1.2.5 fork to confirm it is ok, and open issue in Marlin repository for the compatibility issue of 2.1.3 with https://github.com/pioarduino/platform-espressif32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant