This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Problem building TivaWare on Linux



Hello all,

I am using Ubuntu 14.04 32-bit and Code Composer Studio v6. So, I downloaded "SW-TM4C-2.1.0.12573.exe" from ti.com and putted it in the following folder "/home/jim/ti/tivaware". Later opened my terminal in that location and unzip it

unzip ../SW-EK-TM4C123GXL-2.0.1.11577.exe

and it worked fine. The I tried to "make" it:

make

but I got the following error:

make[1]: arm-none-eabi-gcc: Command not found
make[1]: Entering directory `/home/jim/ti/tivaware/driverlib'
make[1]: arm-none-eabi-gcc: Command not found
make[1]: arm-none-eabi-gcc: Command not found
  CC    adc.c
make[1]: arm-none-eabi-gcc: Command not found
make[1]: *** [gcc/adc.o] Error 127
make[1]: Leaving directory `/home/jim/ti/tivaware/driverlib'
make: *** [all] Error 2

What every I found on the internet said that this is the normal way to do it. So why am I getting this error?