I want to run a program on dm6446 EVM.
I followed the instructions in "TMS320DM6446 DVEVM Getting start guide",but when I entered:
arm-none-linux-gnueabi-gcc hello.c -o hello (I'm using arago file)
I received this error:
/home/mosol2005/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/../../../../arm-none-linux-gnueabi/bin/ld: cannot open output file hello: Permission denied
collect2: ld returned 1 exit status
when I use "sudo",I received this error:
sudo: arm-none-linux-gnueabi-gcc: command not found
I tried Montavista,but I received the same error