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.

CCS/TDA2HV: SDK TDA2x

Part Number: TDA2HV

Tool/software: Code Composer Studio

Hello TI :

I was trying to generate a MLO file by instruction of VisionSDK_UserGuide_TDA2x.pdf".It's said:

"3.4.3 Steps to generate MLO
NOTE: SBL MLO image is built from starterware package.
To build MLO Run the command gmake –s sbl_sd from vision_sdk root dir
And run the sbl_mlo_create.bat placed at vision_sdk\build\scripts
This generates an MLO under vision_sdk\build\scripts\mlo "

I add the instruction:gmake –s sbl_sd  into CCS:

Then i try to build:

"E:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -s sbl_sd all
gmake: *** No rule to make target 'sbl_sd'.  Stop." 

it's not working.How to deal with the command step and path thing? pls help me,thanks a lot!