DM365 SD Flash Utility at Leopardimaging

DM365 SD Flash Utility at Leopardimaging

This question is not answered

When attempting to make the DM365 SD flash utility, my attempt fails with the following:

 

ian@magi:~/Desktop/dump/dm365_leoimaging/dm3xx_sd_boot-6_leopard$ make
make -C sdcard_flash PLATFORM=DM36x all
make[1]: Entering directory `/home/ian/Desktop/dump/dm365_leoimaging/dm3xx_sd_boot-6_leopard/sdcard_flash'
arm_v5t_le-gcc -DUBL_NAND=1 -Os -IDM36x -DDM36x -g -DANSI_COLORS --include sdc_debug.h -I../flash_utils/Common/include -I../flash_utils/DM36x/Common/include -I../flash_utils/Common/arch/arm926ejs/include -I../flash_utils/Common/sft/include -I../flash_utils/Common/gnu/include -I../flash_utils/Common/drivers/include -I ../flash_utils/Common/ubl/include ../flash_utils/Common/arch/arm926ejs/src/boot.c -c -o DM36x/boot.o     
make[1]: arm_v5t_le-gcc: Command not found
make[1]: *** [DM36x/boot.o] Error 127
make[1]: Leaving directory `/home/ian/Desktop/dump/dm365_leoimaging/dm3xx_sd_boot-6_leopard/sdcard_flash'
make: *** [all] Error 2

Thoughts?

 

Ian

All Replies
  • ../flash_utils/Common/arch/arm926ejs/src/boot.c -c -o DM36x/boot.o    

    make[1]: arm_v5t_le-gcc: Command not found

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This indicates that you the cross compiler is not found. It is either you didn't install it, or it is not in the searching path.

    The compiler is available at TI's website: software-dl.ti.com/.../index_FDS.html