75xx Poky Toolchain Install

From embeddedTS Manuals

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