I am following this guide to install Linaro on my Ubuntu 18.04 machine:
https://www.digikey.com/eewiki/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-ARMCrossCompiler:GCC
 
<https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-LinuxKernel>

Unlike the guide, I want to have the latest Linaro version.  Thus, these 
are the commands I use:

sudo apt-get install aptitude

sudo apt-get install gcc-multilib

wget -c 
https://releases.linaro.org/components/toolchain/binaries/latest/arm-linux-gnueabihf/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf.tar.xz
 
--no-check-certificate

tar xf gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf.tar.xz

export 
CC=`pwd`/gcc-linaro-7.3.1-2018.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-

{CC}gcc --version


It fails at the last line, complaining:

{CC}gcc: command not found

Can somebody enlighten me?  What have I done wrong?  This process 
previously failed when I used Linaro 6.4.1 as in the guide.  Thank you so 
much in advance.

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/32ea3be4-b951-4fab-83ff-a1cb9e2f6297%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to