Linux i686¶
- Registry
https://registry.platformio.org/platforms/platformio/linux_i686
- Configuration
platform =
linux_i686
Linux i686 (32-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 32-bit) you can build native application for Linux i686 platform.
For more detailed information please visit vendor site.
Contents
Examples¶
Examples are listed from Linux i686 development platform repository:
Stable and upstream versions¶
You can switch between stable releases of Linux i686 development platform and the latest upstream version using platform option in “platformio.ini” (Project Configuration File) as described below.
Stable¶
; Latest stable version
[env:latest_stable]
platform = linux_i686
; Custom stable version
[env:custom_stable]
platform = linux_i686@x.y.z
Upstream¶
[env:upstream_develop]
platform = https://github.com/platformio/platform-linux_i686.git
Packages¶
Name |
Description |
---|---|
GCC Toolchain for Linux i686 machines |