Hi,
Iu2019m going through the CTT section 5.4.1, step 19 and I am running into an error. I am running xilinux, not the linux version used in the tutorial. Have you encounter this error before?
**** Build of configuration Debug for project leds_switches ****
make all
Building file: ../leds_switches.c
Invoking: ARM Linux gcc compiler
arm-xilinx-linux-gnueabi-gcc -Wall -O0 -g3 -c -fmessage-length=0 -MMD -MP -MF"leds_switches.d" -MT"leds_switches.d" -o"leds_switches.o" "../leds_switches.c"
'arm-xilinx-linux-gnueabi-gcc' is not recognized as an internal or external command,
operable program or batch file.
make: *** [leds_switches.o] Error 1
I read online that you should install embedded edition, but that has not helped.