Linux x86_64
- Registry:
https://registry.platformio.org/platforms/platformio/linux_x86_64
- Configuration:
platform =
platformio/linux_x86_64
Linux x86_64 (64-bit) is a Unix-like and mostly POSIX-compliant computer operating system (OS) assembled under the model of free and open-source software development and distribution. Using host OS (Mac OS X or Linux 64-bit) you can build native application for Linux x86_64 platform.
For more detailed information please visit vendor site.
Examples
Examples are listed from Linux x86_64 development platform repository:
Stable and upstream versions
You can switch between stable releases of Linux x86_64 development platform and the latest upstream version using platform option in “platformio.ini” (Project Configuration File) as described below.
Stable
; Latest stable version, NOT recommended
; Pin the version as shown below
[env:latest_stable]
platform = linux_x86_64
; Specific version
[env:custom_stable]
platform = linux_x86_64@x.y.z
Upstream
[env:upstream_develop]
platform = https://github.com/platformio/platform-linux_x86_64.git
Packages
Name |
Description |
---|---|
GCC Toolchain for Linux x86_64 machines |