Part Number: AM5749
Tool/software: Code Composer Studio
Hello,
I'm working with the EVM AM5749 board and I would like to test some bare metal firmware runing into the DSP core.
For this I folowed the instructions http://software-dl.ti.com/processor-sdk-rtos/esd/docs/latest/rtos/index_board.html#building-the-examples
When I launch the gmake command, it results to the following error:
C:\ti\pdk_am57xx_1_0_14\packages\ti\board\diag>gmake idkAM574x
gmake buildtarget bboard=idkAM574x btests=idkAM574x_DIAG
gmake[1]: Entering directory 'C:/ti/pdk_am57xx_1_0_14/packages/ti/board/diag'
gmake -C dcan BOARD=idkAM574x TARGET=armv7 BOOTMODE=
gmake[2]: Entering directory 'C:/ti/pdk_am57xx_1_0_14/packages/ti/board/diag/dcan'
gmake -f ./build/idkAM574x/armv7/makefile
gmake[3]: Entering directory 'C:/ti/pdk_am57xx_1_0_14/packages/ti/board/diag/dcan'
linking C:ti/pdk_am57xx_1_0_14/packages/ti/board/obj/idkAM574x/armv7/dcan_loopback_app_main.o C:ti/pdk_am57xx_1_0_14/packages/ti/board/obj/idkAM574x/armv7/diag_entry.ao into C:ti/pdk_am57xx_1_0_14/packages/ti/board/bin/idkAM574x/armv7/dcan_diagExample_idkAM574x_armv7.out ...
C:ti/gcc-arm-none-eabi-7-2018-q2-update/bin/arm-none-eabi-gcc: not found
gmake[3]: *** [build/idkAM574x/armv7/makefile:103: C:\ti/pdk_am57xx_1_0_14/packages/ti/board/bin/idkAM574x/armv7/dcan_diagExample_idkAM574x_armv7.out] Error 127
gmake[3]: Leaving directory 'C:/ti/pdk_am57xx_1_0_14/packages/ti/board/diag/dcan'
gmake[2]: *** [makefile:119: build_example] Error 2
gmake[2]: Leaving directory 'C:/ti/pdk_am57xx_1_0_14/packages/ti/board/diag/dcan'
gmake[1]: *** [makefile:134: dcan_build] Error 2
gmake[1]: Leaving directory 'C:/ti/pdk_am57xx_1_0_14/packages/ti/board/diag'
gmake: *** [makefile:118: idkAM574x] Error 2
It seems that "arm-none-eabi-gcc.exe" is not found but the file exist.
please could you tell me where I'm wrong?
Regards,
Sylvain.