Difference between revisions of "iMX6 Rex Toolchain"
Jump to navigation
Jump to search
(Created page with "Category:iMX6 Rex Development kit Category:Toolchain <!-- --> <div style="float:right">__TOC__</div> == GNUEABI toolchain == === Install === Toochain for Operating Sys...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:iMX6 Rex Development | + | [[Category:iMX6 Rex Development Kit]] |
[[Category:Toolchain]] | [[Category:Toolchain]] | ||
<!-- --> | <!-- --> | ||
Line 13: | Line 13: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
− | === | + | === Setup === |
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
export PATH="/opt/gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux/bin:~/workdir/bin:$PATH" | export PATH="/opt/gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux/bin:~/workdir/bin:$PATH" |
Latest revision as of 19:54, 24 October 2021
GNUEABI toolchain
Install
Toochain for Operating Systems running Linux kernel:
mkdir -pv ~/workdir/downloads cd ~/workdir/downloads wget -c https://releases.linaro.org/14.04/components/toolchain/binaries/gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz sudo tar -xvJf gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux.tar.xz -C /opt
Setup
export PATH="/opt/gcc-linaro-arm-linux-gnueabihf-4.8-2014.04_linux/bin:~/workdir/bin:$PATH" export CROSS_COMPILE=arm-linux-gnueabihf- export ARCH=arm