-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Temporary solution
PlatformIO currently does not support cross-compilation for RaspberryPi and similar boards.
Please use one of:
a) PlatformIO Core directly on a target device
b) PIO Remote and work with your hardware from anywhere in the world.
Attempt to use the arm / raspberrypi platform. gets the error.
Error: The package 'toolchain-gccarmlinuxgnueabi' is not available for your system 'linux_x86_64'
Also had this error under 64 bit windows.
Configuration
Operating system: Linux, x86_64 x-ubuntu
PlatformIO Version (platformio --version
):
PlatformIO, version 2.8.5
Description of problem
Steps to Reproduce
- Using the IDE, Initalise new project
- Select "Raspberry Pi 1 Model B"
- Click Initalize
Actual Results
PlaftormIO: Failed to initialize PlatformIO project!
Error: The package 'toolchain-gccarmlinuxgnueabi' is not available for your system 'linux_x86_64'
Expected Results
I would expect to be able to cross compile to arm from 64 bit linux..
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.