75xx Poky Toolchain Install

From embeddedTS Manuals
Revision as of 16:28, 17 January 2022 by Lionel (talk | contribs) (Links auto-updated for 2022 re-branding ( https://files.embeddedarm.com/ts-arm-sbc/ts-7500-linux/cross-toolchains/poky-eglibc-x86_64-arm-toolchain-gmae-1.3.sh →‎ https://files.embeddedTS.com/ts-arm-sbc/ts-7500-linux/cross-toolchains/poky-eglibc-x86_64-arm-toolchain-gmae-1.3.sh https://files.embeddedarm.com/ts-arm-sbc/ts-7500-linux/cross-toolchains/poky-eglibc-i686-arm-toolchain-gmae-1.3.sh →‎ https://files.embeddedTS.com/ts-arm-sbc/ts-7500-linux/cross-toolchains/poky-eglibc-i686-arm-toolc...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

While Openembedded contains an onboard toolchain that can be used to compile, it also includes a cross compiler that can run from a compatible X86/X64 Linux host.

File Size
X86 Linux Toolchain 150MB
X86_64 Linux Toolchain 152MB

Download either file and execute the installer:

# X86
chmod a+x poky-eglibc-i686-arm-toolchain-gmae-1.3.sh
./poky-eglibc-i686-arm-toolchain-gmae-1.3.sh

## Alternatively if you are running X64
chmod a+x poky-eglibc-x86_64-arm-toolchain-gmae-1.3.sh
./poky-eglibc-x86_64-arm-toolchain-gmae-1.3.sh