Hi all,
I am using Kinetis k70 board, and i have mounted a c program in it. After mounting it i tried to complile through host, but when compiled it using
# arm-uclinuxeabi-gcc hello hello.c -mcpu=cortex-m4 -mthumb
it is not getting compiled, instead showing errors as mentioned below.
bash: arm-uclinuxeabi-gcc: command not found.
I dont know how to rectify this error. Please let me know how to solve this issue.
Thanks
Syed
855304317