Difference between revisions of "i.MX53 SODIMM PC Toolchain"
Jump to navigation
Jump to search
(Created page with "Category:i.MX53 SODIMM PC - Development kit Category:Toolchain <!-- --> <div style="float:right">__TOC__</div> == GNUEABI toolchain == === Install === Toochain for Ope...") |
|||
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" |
Revision as of 18:00, 3 April 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