I got prose-lite install but it seems that the cross compiler just will not work.
username@darkstar ~/M/C/P/vexStarstruck> make
CC -I../include -I../src opcontrol.c
make[1]: arm-none-eabi-gcc: Command not found
make[1]: *** ../bin/opcontrol.o] Error 127
make: *** [src] Error 2
username@darkstar ~/M/C/P/vexStarstruck>
the toolchain is in my PATH variable. Interestingly, I’m running slackware which with a full install (which is what I did) comes with arm-none-eabi-gcc installed in /usr/bin. when I run
arm-none-eabi-gcc -v
I get:
Failed to execute process '/usr/bin/arm-none-eabi-gcc'. Reason:
The file '/usr/bin/arm-none-eabi-gcc' does not exist or could not be executed.
and if cd into /opt/pros/pros-toolchain/bin/ and run
./arm-none-eabi-gcc -v
the same thing happens. any clue on what the issue is?