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.

TDA2EVM5777: Building source in host emulation

Part Number: TDA2EVM5777

Hello everyone

In section 3.5.2 Building source in host emulation 

Once the environment variables are setup build the TI Deep Learning Library source in host emulation mode 

I got error message as

C:\PROCESSOR_SDK_VISION_03_07_00_00\ti_components\algorithms\REL.TIDL.01.01.03.00\modules\ti_dl\test> gmake CORE=eve TARGET_BUILD=debug TARGET_PLATFORM=PC all
compiling .\.\src\report_utils.c
cl : Command line warning D9025 : overriding '/MDd' with '/MTd'
report_utils.c
compiling .\.\src\tidl_config.c
cl : Command line warning D9025 : overriding '/MDd' with '/MTd'
tidl_config.c
compiling .\.\src\tidl_image_preproc.c
cl : Command line warning D9025 : overriding '/MDd' with '/MTd'
tidl_image_preproc.c
compiling .\.\src\tidl_tb.c
cl : Command line warning D9025 : overriding '/MDd' with '/MTd'
tidl_tb.c
compiling .\..\..\..\common\configparser.c
cl : Command line warning D9025 : overriding '/MDd' with '/MTd'
configparser.c
compiling .\..\..\..\common\ti_draw_utils.c
cl : Command line warning D9025 : overriding '/MDd' with '/MTd'
ti_draw_utils.c
compiling .\..\..\..\common\ti_mem_manager.c
cl : Command line warning D9025 : overriding '/MDd' with '/MTd'
ti_mem_manager.c
compiling .\..\..\..\common\eve\eve_profile.c
cl : Command line warning D9025 : overriding '/MDd' with '/MTd'
eve_profile.c
compiling .\..\..\..\common\eve\curve_fitting.c
cl : Command line warning D9025 : overriding '/MDd' with '/MTd'
curve_fitting.c
compiling .\..\..\..\common\eve\ti_stats_collector.c
cl : Command line warning D9025 : overriding '/MDd' with '/MTd'
ti_stats_collector.c
compiling .\..\..\..\common\eve\cred.c
cl : Command line warning D9025 : overriding '/MDd' with '/MTd'
cred.c
LINK : fatal error LNK1104: cannot open file 'C:\PROCESSOR_SDK_VISION_03_07_00_00\ti_components\algorithms\REL.DMAUTILS.00.08.00.02\dmautils/libs/PC/eve/debug/dmautils.lib'
gmake: *** [outfile] Error 1104

Please guide 

With regards 

Jawahar