Is there a remote possibility to create, compile and link a program in windows (using visual studio core as ide) targeting a linux arm64 platform (Orangepi5pro in my special case) using platformio?
linux_arm platform seems not to work
There are currently no PlatformIO platforms to cross-compile for a Linux-ARM system. See
opened 10:25PM - 27 Nov 16 UTC
enhancement
# Temporary solution
PlatformIO currently does not support cross-compilation … for RaspberryPi and similar boards.
Please use one of:
a) [PlatformIO Core](http://docs.platformio.org/en/latest/core.html) directly on a target device
b) [PIO Remote](http://docs.platformio.org/en/latest/plus/pio-remote.html) 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
1. Using the IDE, Initalise new project
2. Select "Raspberry Pi 1 Model B"
3. 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..
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39567698-the-package-toolchain-gccarmlinuxgnueabi-is-not-available?utm_campaign=plugin&utm_content=tracker%2F38214396&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F38214396&utm_medium=issues&utm_source=github).
</bountysource-plugin>