This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM572x Diagnostic Applications compiling issue

Other Parts Discussed in Thread: AM5728

Hi,

    I'm using AM5728 for my project, this processor provide ti-processor-sdk-rtos-am57xx-evm-03.00.00.04-Linux-x86-Install.bin for diagnostic applications. So my task is to build customized code on the board package,but while compiling getting following error. Kindly some help me!!! Since i'm new to that PDK.

chethan@chethan:/media/chethan/New Volume/ti/pdk_am57xx_1_0_3/packages/ti/board/diag$ make idkAM572x
make buildtarget bboard=idkAM572x btests=idkAM572x_DIAG
make[1]: Entering directory `/media/chethan/New Volume/ti/pdk_am57xx_1_0_3/packages/ti/board/diag'
make -C dcan BOARD=idkAM572x TARGET=armv7
make[2]: Entering directory `/media/chethan/New Volume/ti/pdk_am57xx_1_0_3/packages/ti/board/diag/dcan'
make -f ./build/idkAM572x/armv7/makefile
make[3]: Entering directory `/media/chethan/New Volume/ti/pdk_am57xx_1_0_3/packages/ti/board/diag/dcan'
make[3]: *** No rule to make target `../../ti/board/obj/idkAM572x/armv7/dcan_loopback_app_main.o', needed by `../../ti/board/bin/idkAM572x/armv7/dcan_diagExample_idkAM572x_armv7.out'.  Stop.
make[3]: Leaving directory `/media/chethan/New Volume/ti/pdk_am57xx_1_0_3/packages/ti/board/diag/dcan'
make[2]: *** [build_example] Error 2
make[2]: Leaving directory `/media/chethan/New Volume/ti/pdk_am57xx_1_0_3/packages/ti/board/diag/dcan'
make[1]: *** [dcan_build] Error 2
make[1]: Leaving directory `/media/chethan/New Volume/ti/pdk_am57xx_1_0_3/packages/ti/board/diag'
make: *** [idkAM572x] Error 2

BR 

Chethan