{CC}gcc --version

Hello,

I am on a Linux Debian Distro, i.e. Buster and kernel 5.4.0.

I am on the Linux on ARM section for the BBBlue online right now. I am installed the toolchain, tar’ing the toolchain, and exporting it as CC='pwd’fasdf adf asd as asd .

It is located on this page: https://www.digikey.com/eewiki/display/linuxonarm/BeagleBone+Blue.

Anyway…I cannot get the export CC=‘pwd’ command to be noticed on my system. I type {CC}gcc --version and I get back errors:

$ {CC}gcc --version
{CC}gcc: command not found

So, I am currently trying to manipulate my system to do some things online and then port some libraries to my BBBlue. Someone please understand what it is I am doing incorrect and please reply.

Seth

P.S. I follow each of the listed commands by C & P. Nee!

Don’t type it, copy & paste it… it’s the Back Quote key:

`
export CC=`pwd`/gcc-linaro-6.5.0-2018.12-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-

Regards,

Hello,

C & P does equal copy and paste. I used copy and paste. I will try again.

Seth

Hello,

I forgot the $ symbol. Oops. Thank you.

${CC}gcc --version

Seth

PS we went over this about a year ago:

Regards,

Hello,

Okay. Thank you for the clarification.

Seth

What browser are you running? is it not rendering the “$”?

Regards,

Hello,

It works. I thought that was a typo for some reason. My bad and I meant it, thank you for bringing up my old, “I did copy and paste it,” ideas.

Seth

P.S. It is not the browser. It is the C & P on my end.