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

Line 6 in BIGTREETECH-SKR-E3-DIP-V1.0-master\Firmware\Marlin-2.0.7.2-SKR-E3-DIP\buildroot\share\PlatformIO\scripts\STM32F103RC_SKR_MINI.py #119

Open
YapCK45 opened this issue May 31, 2023 · 0 comments

Comments

@YapCK45
Copy link

YapCK45 commented May 31, 2023

I downloaded the firmware for BIGTREETECH-SKR-E3-DIP-V1.0 which had been updated to Marlin-2.0.7.2.
I got an error during compilation which points to Line 6 in the script in:
BIGTREETECH-SKR-E3-DIP-V1.0-master\Firmware\Marlin-2.0.7.2-SKR-E3-DIP\buildroot\share\PlatformIO\scripts\STM32F103RC_SKR_MINI.py

The original line 6 is:
for define in env['CPPDEFINES']:
which gave a RuntimeError: deque mutated during iteration: when Building in release mode

I have modified it to: for define in list(env['CPPDEFINES']):
which compiled successfully.

Please let me know if this is okay.
Btw, this firmware is for SKR-E3-DIP-V1.0. Why is it using STM32F103RC_SKR_MINI.py which I reckoned is referring to SKR-Mini.

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

No branches or pull requests

1 participant