I have CCS v 3.3 installed. I want to compile the code of "DM6446 UART NAND & NOR Flasher (spraai4)" after some minor changes as our custom board NAND is not accesible. Using Cygwin I have issued the make command and I get the following error:
$ make
make -C ubl all
make[1]: Entering directory `/cygdrive/c/DM6446 UART NAND & NOR Flasher (spraai4)/ubl'
make -C src FLASH=nand
make[2]: Entering directory `/cygdrive/c/DM6446 UART NAND & NOR Flasher (spraai4)/ubl/src'
arm_v5t_le-gcc -c -Os -Wall -I../include -DUBL_NAND dm644x.c -o dm644x_nand.o
make[2]: arm_v5t_le-gcc: Command not found
make[2]: *** [dm644x_nand.o] Error 127
make[2]: Leaving directory `/cygdrive/c/DM6446 UART NAND & NOR Flasher (spraai4)/ubl/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/cygdrive/c/DM6446 UART NAND & NOR Flasher (spraai4)/ubl'
make: *** [all] Error 2
From where can I get arm_v5t_le-gcc?
I have seen on net that DV Flasher 1.11 is also available. From where can I get the latest source and the compiler?
Regards.