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.

Compiler/TDA3XEVM: How can I build Tidl import tool.

Part Number: TDA3XEVM

Tool/software: TI C/C++ Compiler

Hello all, 

I need to be able to build the TIDL Import tool as specified in section 3.6.1 under "TIDeepLearningLibrary_UserGuide.pdf" in vision SDK , under path "C:\PROCESSOR_SDK_VISION_03_05_00_00\ti_components\algorithms\REL.TIDL.01.01.02.00\modules\ti_dl\docs"

1- I have downloaded the  protobuf library version 3.2.0rc2 . from this link 

"https://github.com/protocolbuffers/protobuf/releases/tag/v3.2.0rc2" and choose "protobuf-cpp-3.2.0rc2.zip" to download

2- Then I go to tidl_import_folder and change the paths for protobuf library.

3- Then I have installed "vcredist_x64.exe" as from the link specified in the pdf . "www.microsoft.com/.../details.aspx

4- go to tidl_import_folder and write "gmake" command and this happens

$ gmake
gmake: Nothing to be done for `all'.

Can you please tell me what is the missing steps that shall I do to build the tool , thanks in advance