I was curious if anyone has insight into the issue I am having.

I have setup LinuxMintDebian in a VMWare session on my Mac.  I then went 
and installed gcc/g++ with an apt-get install build-essential

I then went here Robert's kernel build 
<http://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-BasicRequirements:>
 and 
did the following:

dpkg --add-architecture i386
wget -c https:
//releases.linaro.org/14.03/components/toolchain/binaries/gcc-linaro-arm-linux-gnueabihf-4.8-2014.03_linux.tar.xz
tar xf gcc-linaro-arm-linux-gnueabihf-4.8-2014.03_linux.tar.xz
export CC=`pwd`/gcc-linaro-arm-linux-gnueabihf-4.8-2014
.03_linux/bin/arm-linux-gnueabihf-

However, when I do the test 

> ${CC}gcc --version
>

I get the following:

/root/toolchain/gcc-linaro-arm-linux-gnueabihf-4.8-2014.03_linux/bin/arm-linux-gnueabihf-gcc:
 
No such file or directory

Yes, I can do an ls and see the file at the location it specifies:
 ls 
/root/toolchain/gcc-linaro-arm-linux-gnueabihf-4.8-2014.03_linux/bin/arm-linux-gnueabihf-gcc

Gives this:
/root/toolchain/gcc-linaro-arm-linux-gnueabihf-4.8-2014.03_linux/bin/arm-linux-gnueabihf-gcc

The wiki indicates an error is the libraries not loaded, but I got no error 
from the dpkg command that was indicated in the wiki

Is there something else I missed? 

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to