rbgo
June 29, 2023, 12:53pm
1
Trying out various platforms in platform.ini.
With…
[env:dev]
platform = linux_i686
I get error…
Tool Manager: Installing platformio/toolchain-gcclinux32 @ ^1.40801.0
Error: Could not find the package with 'platformio/toolchain-gcclinux32 @ ^1.40801.0' requirements for your system 'linux_x86_64'
[
What is going on?
When I choose ‘windows_x86’ it compiles on my linux system.
Broken since 2019, CC @ivankravets :
opened 04:29PM - 29 Jan 19 UTC
PIO Core Call Error: "PlatformManager: Installing linux_i686\nDownloading...\nUn… packing\nUnpacking\nlinux_i686 @ 1.1.2 has been successfully installed!\nPackageManager: Installing toolchain-gcclinux32 @ ~1.40801.0\n\nError: Could not find a version that satisfies the requirement '~1.40801.0' for your system 'linux_x86_64'"
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/69361229-could-not-find-a-version-that-satisfies-the-requirement-1-40801-0-for-your-system-linux_x86_64?utm_campaign=plugin&utm_content=tracker%2F38214931&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F38214931&utm_medium=issues&utm_source=github).
</bountysource-plugin>
If you’re already on Linux, platform = native
is suitable too.
1 Like
rbgo
June 29, 2023, 3:16pm
3
I see. No need for me to look further.
Thank you for your answer!