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.

EVE Apps example is not building on CCS 5.4

Hi,

I want to build  any example  given in  \EVE_SW_01_08_0_00\apps on CCS.

I imported some project say -ti_pd_feature_plane_computation as makefile based project in CCS and added path for EVE_SW_ROOT. Now when i try to build it is giving following error-

"gmake -C .\algo -f makefile
gmake[1]: Entering directory `E:/VisionSDK/EVE_SW_01_08_0_00/apps/ti_pd_feature_plane_computation/algo'
C:/Users/100666/AppData/Local/Temp/make12488-1.sh: line 2: syntax error: unexpected end of file
gmake[1]: Leaving directory `E:/VisionSDK/EVE_SW_01_08_0_00/apps/ti_pd_feature_plane_computation/algo'
gmake[1]: *** [E:\VisionSDK\EVE_SW_01_08_0_00\out\vayu\eve\release\apps\ti_pd_feature_plane_computation\algo\\.gitignore] Error 258
gmake[1]: Target `all' not remade because of errors.
gmake: *** [all] Error 2"

This error is coming with all the examples in Apps folder. Plz suggest what  could be the problem.