-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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] Inconsistencies in autobuild/dependencies script #18900
Comments
If don't get libraries it needs it will fail to compile. In the case of the LPC1768/9 it needs a special version of neopixel library. If this was left to the auto detection script it would only include neopixel library when it is needed, but it would use the standard neopixel library that doesn't work on lpc1768/9 These are questions. not bugs.. This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:
After seeking help from the community, if the consensus points to a bug in Marlin, then you should post a bug report. |
The feature: #18699 "Optimize build. Only used libraries downloaded & compiled." Its a new feature so i rather reported than ignore it. |
you did read my reply the LPC1768 overrides this new feature for neopixels, as it has to! |
I know, that wasn't what my reply was about |
A message from PlatformIO, perhaps …before… the processing script is run? Anyway, if the code is compiling then it's not a big worry. We'll keep tweaking the dependency script, and we should have some new changes that will allow us to handle dependencies by feature inside of individual environments, the same way we now do at the global scope. More thrilling discussions about PlatformIO advanced scripting are ongoing in the Discord, so drop by anytime. |
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. |
Found 2 potential bugs in the dependencies script/autobuild
This is the output of a cleen unchanged marlin bugfix-2.0.x configuration:
Found 5 and only using 4?
Only changing
MOTHERBOARD
toBOARD_BTT_SKR_V1_3
gives this output:Found 3 and using 3, but is NeoPixel always needet on an SKR V1.3?
The text was updated successfully, but these errors were encountered: