{ "ticketNumber" : "708303", "reporterName" : "Mayank Agarwal", "rankPoints" : "2600", "resolutionStatus" : "", "ticketName" : "TDA2: Error in building TestAppOmap4 from ivahd_h264enc_02_00_09_01_production package", "rankName" : "Expert", "replies" : "", "views" : "", "queryText" : "Part Number: TDA2 Hi I am trying to build the TestAppOmap4 from ivahd_h264enc_02_00_09_01_production package but i am getting the following error: C:\\PROCESSOR_SDK_VISION_03_03_00_00\\ti_components\\codecs\\ivahd_h264enc_02_00_09_01_production\\packages\\ti\\sdo\\codecs\\h264enc\\app\\build\\TestAppOmap4\\make>gmake -s deps Scaning dependencies... process_begin: CreateProcess(NULL, del /f libs.dep, ...) failed. make (e=2): The system cannot find the file specified. Some_path/Local/Temp/make10828-1.sh: 1: Syntax error: \"(\" unexpected gmake: *** [deps] Error 2 I am following the instructions as mentioned in H264_Encoder_HDVICP2_UserGuide.pdf for build steps. Please help in resolving the issue. Regards Mayank", "imageList" : null, "partNumber" : "NA", "allResponseList" : [ { "contentId" : "", "userName" : "Prashanth Kumar15", "rankPoints" : "8775", "rankName" : "Mastermind", "date" : "", "userId" : "/members/4647043", "content" : "Hi Mayank, I Hope all the environmental variable setting done as mentioned in ReleaseNotes. from path : \\h264enc\\app\\build\\TestAppOmap4\\make gmake -s -k clean gmake -s -k deps gmake -s -k all -> This will build the TestAppEncoder.out @ ..\\h264enc\\app\\build\\TestAppOmap4\\out I have verified building this at my setup.", "imageList" : null }, { "contentId" : "", "userName" : "Mayank Agarwal", "rankPoints" : "2600", "rankName" : "Expert", "date" : "", "userId" : "/members/1797705", "content" : "Hi Prasanth, Thanks for your reply. After executing the commands you have listed in your mail i got the following output: C:\\PROCESSOR_SDK_VISION_03_03_00_00\\ti_components\\codecs\\ivahd_h264enc_02_00_09_01_production\\packages\\ti\\sdo\\codecs\\h264enc\\app\\build\\TestAppOmap4\\make>gmake -s -k clean process_begin: CreateProcess(NULL, del /f alg_control.PP alg_create.PP alg_malloc.PP buffermanager.PP h264enc_ti_config.PP h264enc.PP H264EncRmanConfig.PP H264EncTest.PP h264enc_ti_trace.PP t libs.dep, ...) failed. make (e=2): The system cannot find the file specified. C:\\PROCESSOR_SDK_VISION_03_03_00_00\\ti_components\\codecs\\ivahd_h264enc_02_00_09_01_production\\packages\\ti\\sdo\\codecs\\h264enc\\app\\build\\TestAppOmap4\\make>gmake -s -k deps Scaning dependencies... C:/Users/magarwa1/AppData/Local/Temp/make2336-1.sh: 1: Syntax error: \"(\" unexpected gmake: *** [deps] Error 2 C:\\PROCESSOR_SDK_VISION_03_03_00_00\\ti_components\\codecs\\ivahd_h264enc_02_00_09_01_production\\packages\\ti\\sdo\\codecs\\h264enc\\app\\build\\TestAppOmap4\\make>gmake -s -k all Compiling C:ticgtoolsbinarmcl: not found gmake: *** [..\\..\\..\\..\\app\\Build\\TestAppOMAP4\\Obj\\alg_control.obj] Error 127 Compiling C:ticgtoolsbinarmcl: not found gmake: *** [..\\..\\..\\..\\app\\Build\\TestAppOMAP4\\Obj\\alg_create.obj] Error 127 Compiling C:ticgtoolsbinarmcl: not found gmake: *** [..\\..\\..\\..\\app\\Build\\TestAppOMAP4\\Obj\\alg_malloc.obj] Error 127 Compiling C:ticgtoolsbinarmcl: not found gmake: *** [..\\..\\..\\..\\app\\Build\\TestAppOMAP4\\Obj\\buffermanager.obj] Error 127 Compiling C:ticgtoolsbinarmcl: not found gmake: *** [..\\..\\..\\..\\app\\Build\\TestAppOMAP4\\Obj\\h264enc_ti_config.obj] Error 127 Compiling C:ticgtoolsbinarmcl: not found gmake: *** [..\\..\\..\\..\\app\\Build\\TestAppOMAP4\\Obj\\h264enc.obj] Error 127 Compiling C:ticgtoolsbinarmcl: not found gmake: *** [..\\..\\..\\..\\app\\Build\\TestAppOMAP4\\Obj\\H264EncRmanConfig.obj] Error 127 Compiling C:ticgtoolsbinarmcl: not found gmake: *** [..\\..\\..\\..\\app\\Build\\TestAppOMAP4\\Obj\\H264EncTest.obj] Error 127 Compiling C:ticgtoolsbinarmcl: not found gmake: *** [..\\..\\..\\..\\app\\Build\\TestAppOMAP4\\Obj\\h264enc_ti_trace.obj] Error 127 Compiling C:ticgtoolsbinarmcl: not found gmake: *** [..\\..\\..\\..\\app\\Build\\TestAppOMAP4\\Obj\\InterruptVecTable.obj] Error 127 Compiling C:ticgtoolsbinarmcl: not found gmake: *** [..\\..\\..\\..\\app\\Build\\TestAppOMAP4\\Obj\\h264e_host_scalingmatrix.obj] Error 127 gmake: Target `all' not remade because of errors. C:\\PROCESSOR_SDK_VISION_03_03_00_00\\ti_components\\codecs\\ivahd_h264enc_02_00_09_01_production\\packages\\ti\\sdo\\codecs\\h264enc\\app\\build\\TestAppOmap4\\make> Regards Mayank", "imageList" : null }, { "contentId" : "", "userName" : "Piyali Goswami", "rankPoints" : "30235", "rankName" : "TI__Mastermind", "date" : "", "userId" : "/members/1571639", "content" : "Hi Mayank, I will let Prashant look into this further. However, my two cents is that the \"/\" does not seem to be taking effect in your case. Notice \"C:ticgtoolsbinarmcl\" Thanks and Regards, Piyali", "imageList" : null }, { "contentId" : "", "userName" : "Prashanth Kumar15", "rankPoints" : "8775", "rankName" : "Mastermind", "date" : "", "userId" : "/members/4647043", "content" : "Hi Mayank, Please check the environmental variables(said in the release notes) are set correct and the paths set have taken effect.", "imageList" : null }, { "contentId" : "", "userName" : "Mayank Agarwal", "rankPoints" : "2600", "rankName" : "Expert", "date" : "", "userId" : "/members/1797705", "content" : "Hi, Thanks Prashanth and Piyali.I am able to build now. Regards Mayank", "imageList" : null } ], "tags" : [ ], "fourmType" : "processors-forum" }