You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile Marlin for a BigTreeTech SKR 2 on a Raspberry Pi 3 Model B Rev 1.2. PlatformIO is unable to find the gcc toolchain corresponding to ststm32@~12.1.
I am able to find references online that using ststm32@~15.2 should provide a compatible version of the toolchain, but simply making that change in ini/stm32-common.ini didn't help.
Bug Timeline
first time I've tried this
Expected behavior
Normal compilation
Actual behavior
Error from PlatformIO being unable to find the version of gccarmnoneabi for the RPi's architecture. Error is Error: Could not find the package with 'platformio/toolchain-gccarmnoneeabi @ ~1.90201.0' requirements for your system 'linux_aarch64'. Full output included below.
Steps to Reproduce
clone Marlin on the bugfix-2.0.x branch
change the default_envs variable in platformio.ini to BIGTREE_SKR_2
run pio run
Version of Marlin Firmware
bugfix-2.0.x
Printer model
No response
Electronics
No response
Add-ons
No response
Bed Leveling
No response
Your Slicer
No response
Host Software
No response
Additional information & file uploads
Full output:
pi@raspberrypi:/tmp/Marlin $ pio run
Processing BIGTREE_SKR_2 (board: marlin_STM32F407VGT6_CCM; platform: ststm32@~12.1; framework: arduino)
---------------------------------------------------------------------------------------------------------
Tool Manager: Installing platformio/toolchain-gccarmnoneeabi @ ~1.90201.0
Error: Could not find the package with 'platformio/toolchain-gccarmnoneeabi @ ~1.90201.0' requirements for your system 'linux_aarch64'
Did you test the latest
bugfix-2.0.x
code?Yes, and the problem still exists.
Bug Description
I'm trying to compile Marlin for a BigTreeTech SKR 2 on a Raspberry Pi 3 Model B Rev 1.2. PlatformIO is unable to find the gcc toolchain corresponding to
ststm32@~12.1
.I am able to find references online that using
ststm32@~15.2
should provide a compatible version of the toolchain, but simply making that change inini/stm32-common.ini
didn't help.Bug Timeline
first time I've tried this
Expected behavior
Normal compilation
Actual behavior
Error from PlatformIO being unable to find the version of
gccarmnoneabi
for the RPi's architecture. Error isError: Could not find the package with 'platformio/toolchain-gccarmnoneeabi @ ~1.90201.0' requirements for your system 'linux_aarch64'
. Full output included below.Steps to Reproduce
bugfix-2.0.x
branchdefault_envs
variable inplatformio.ini
toBIGTREE_SKR_2
pio run
Version of Marlin Firmware
bugfix-2.0.x
Printer model
No response
Electronics
No response
Add-ons
No response
Bed Leveling
No response
Your Slicer
No response
Host Software
No response
Additional information & file uploads
Full output:
git diff:
The text was updated successfully, but these errors were encountered: