-
-
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
new Issue with STM32 compiles #15085
Comments
This is not something we can address in the Marlin code-base. Try deleting your |
@thinkyhead @thisiskeithb > This is not something we can address in the Marlin code-base. Try deleting your I did all that, and now get: i do not have any TMC steppers defined. |
OK, commented out //#define SW_CAPABLE_PLATFORM defined(AVR) || defined(TARGET_LPC1768) || defined(ARDUINO_ARCH_ESP32) || defined(ARDUINO_ARCH_STM32F1) and it works. |
@jmdearras: Try grabbing a fresh copy and compile again. Some patches have been applied that should fix this issue. |
@thisiskeithb yes. I got a good compile with the SKR-MINI V1.1 for the first time with "stock" marlin! |
It was working fine for quite a while when compiling for the SKR Mini. I know because I sent a board to @thinkyhead recently it compiled without issue 😄. |
now if only someone could figure out support for the MKS_MINI_12864!
…On Thu, Aug 29, 2019 at 12:48 PM thisiskeithb ***@***.***> wrote:
It was working fine for quite a while when compiling for the SKR Mini. I
know because I sent a board to @thinkyhead <https://github.com/thinkyhead>
recently it compiled without issue 😄.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15085?email_source=notifications&email_token=AAESZCNPBUDH2R2WV6AIO3TQG74UTA5CNFSM4IRQI3S2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5PDY2A#issuecomment-526269544>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAESZCKFI6B6EHV5AUWAXHTQG74UTANCNFSM4IRQI3SQ>
.
|
if you are not using this repo, will not help you :p btw, skr mini owner too |
@tpruvot I do not understand your reply? |
the TMCStepper serial issue was "fixed" a week or two ago or so... i mean |
But this issue was due to recent changes made to U8glib-HAL. |
I AM using the current marlin. Turns out I had to delete my .platformio/.cache folder. How does this address the MKS_MINI_12864 issue? |
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. |
Description
Library conflict of some sort:
I have seen this before.
Steps to Reproduce
Expected behavior: [What you expect to happen]
good compile
Actual behavior: [What actually happens]
many errors in the C:\users\jimde.platformio\packages\framework-arduinoststm32-maple\STM32F1\cores\maple/wirish_types.h
config.zip
Additional Information
Configuration.h
andConfiguration_adv.h
files.The text was updated successfully, but these errors were encountered: