Difference between revisions of "Install GNU toolchain for the A-Profile Architecture"
From EdWiki
m |
m |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
$ cd ~/Downloads<br /> | $ cd ~/Downloads<br /> | ||
− | $ Download GNU Toolchain for the A-profile Architecture: 8.3-2019.03 from [https://developer.arm.com/-/media/Files/downloads/gnu-a/8.3-2019.03/binrel/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar. | + | $ Download GNU Toolchain for the A-profile Architecture: 8.3-2019.03 from [https://developer.arm.com/-/media/Files/downloads/gnu-a/8.3-2019.03/binrel/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz here]<br /> |
$ sudo tar xvf ~/Downloads/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz -C /opt/<br /> | $ sudo tar xvf ~/Downloads/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz -C /opt/<br /> | ||
$ export CC=/opt/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz/bin/arm-linux-gnueabihf- | $ export CC=/opt/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz/bin/arm-linux-gnueabihf- |
Revision as of 14:45, 1 December 2020
$ cd ~/Downloads
$ Download GNU Toolchain for the A-profile Architecture: 8.3-2019.03 from here
$ sudo tar xvf ~/Downloads/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz -C /opt/
$ export CC=/opt/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.xz/bin/arm-linux-gnueabihf-