Part Number:TDA3XEVM
Hi,
I'm trying to build standalone lane detection algorithm for tda3xevm.There is some error when I execute gmake clean command.Log as follows:
E:\Akshay\PROCESSOR_SDK_VISION_03_04_00_00\ti_components\algorithms\REL.200.V.LD
.C66X.00.03.00.00\200.V.LD.C66X.00.03\modules\ti_lane_detection\test>gmake clean
C:/Users/akshay.k/AppData/Local/Temp/make9180-1.sh: line 1: syntax error near un
expected token `('
C:/Users/akshay.k/AppData/Local/Temp/make9180-1.sh: line 1: `FOR %%i IN (E:\Aksh
ay\PROCESSOR_SDK_VISION_03_04_00_00\ti_components\algorithms\REL.200.V.LD.C66X.0
0.03.00.00\200.V.LD.C66X.00.03\out\vayu\dsp\release\modules\ti_lane_detection\te
st\.\src\ld_config.obj E:\Akshay\PROCESSOR_SDK_VISION_03_04_00_00\ti_components\
algorithms\REL.200.V.LD.C66X.00.03.00.00\200.V.LD.C66X.00.03\out\vayu\dsp\releas
e\modules\ti_lane_detection\test\.\src\ld_tb.obj E:\Akshay\PROCESSOR_SDK_VISION_
03_04_00_00\ti_components\algorithms\REL.200.V.LD.C66X.00.03.00.00\200.V.LD.C66X
.00.03\out\vayu\dsp\release\modules\ti_lane_detection\test\..\..\..\common\confi
gparser.obj E:\Akshay\PROCESSOR_SDK_VISION_03_04_00_00\ti_components\algorithms\
REL.200.V.LD.C66X.00.03.00.00\200.V.LD.C66X.00.03\out\vayu\dsp\release\modules\t
i_lane_detection\test\..\..\..\common\ti_draw_utils.obj E:\Akshay\PROCESSOR_SDK_
VISION_03_04_00_00\ti_components\algorithms\REL.200.V.LD.C66X.00.03.00.00\200.V.
LD.C66X.00.03\out\vayu\dsp\release\modules\ti_lane_detection\test\..\..\..\commo
n\ti_mem_manager.obj E:\Akshay\PROCESSOR_SDK_VISION_03_04_00_00\ti_components\al
gorithms\REL.200.V.LD.C66X.00.03.00.00\200.V.LD.C66X.00.03\out\vayu\dsp\release\
modules\ti_lane_detection\test\..\..\..\common\cache.obj E:\Akshay\PROCESSOR_SDK
_VISION_03_04_00_00\ti_components\algorithms\REL.200.V.LD.C66X.00.03.00.00\200.V
.LD.C66X.00.03\out\vayu\dsp\release\modules\ti_lane_detection\test\..\..\..\comm
on\profile.obj E:\Akshay\PROCESSOR_SDK_VISION_03_04_00_00\ti_components\algorith
ms\REL.200.V.LD.C66X.00.03.00.00\200.V.LD.C66X.00.03\out\vayu\dsp\release\module
s\ti_lane_detection\test\..\..\..\common\dsp_tsc_h.obj ) DO echo del %%i >> temp
_pps.bat'
gmake: [clean] Error 2 (ignored)
C:/Users/akshay.k/AppData/Local/Temp/make9180-1.sh: line 1: syntax error near un
expected token `('
C:/Users/akshay.k/AppData/Local/Temp/make9180-1.sh: line 1: `FOR %%i IN ( E:\Aks
hay\PROCESSOR_SDK_VISION_03_04_00_00\ti_components\algorithms\REL.200.V.LD.C66X.
00.03.00.00\200.V.LD.C66X.00.03\out\vayu\dsp\release\modules\ti_lane_detection\t
est\.\src\ld_config.dep E:\Akshay\PROCESSOR_SDK_VISION_03_04_00_00\ti_components
\algorithms\REL.200.V.LD.C66X.00.03.00.00\200.V.LD.C66X.00.03\out\vayu\dsp\relea
se\modules\ti_lane_detection\test\.\src\ld_tb.dep E:\Akshay\PROCESSOR_SDK_VISION
_03_04_00_00\ti_components\algorithms\REL.200.V.LD.C66X.00.03.00.00\200.V.LD.C66
X.00.03\out\vayu\dsp\release\modules\ti_lane_detection\test\..\..\..\common\conf
igparser.dep E:\Akshay\PROCESSOR_SDK_VISION_03_04_00_00\ti_components\algorithms
\REL.200.V.LD.C66X.00.03.00.00\200.V.LD.C66X.00.03\out\vayu\dsp\release\modules\
ti_lane_detection\test\..\..\..\common\ti_draw_utils.dep E:\Akshay\PROCESSOR_SDK
_VISION_03_04_00_00\ti_components\algorithms\REL.200.V.LD.C66X.00.03.00.00\200.V
.LD.C66X.00.03\out\vayu\dsp\release\modules\ti_lane_detection\test\..\..\..\comm
on\ti_mem_manager.dep E:\Akshay\PROCESSOR_SDK_VISION_03_04_00_00\ti_components\a
lgorithms\REL.200.V.LD.C66X.00.03.00.00\200.V.LD.C66X.00.03\out\vayu\dsp\release
\modules\ti_lane_detection\test\..\..\..\common\cache.dep E:\Akshay\PROCESSOR_SD
K_VISION_03_04_00_00\ti_components\algorithms\REL.200.V.LD.C66X.00.03.00.00\200.
V.LD.C66X.00.03\out\vayu\dsp\release\modules\ti_lane_detection\test\..\..\..\com
mon\profile.dep) DO echo del %%i >> temp_pps.bat'
gmake: [clean] Error 2 (ignored)
process_begin: CreateProcess(NULL, temp_pps.bat, ...) failed.
make (e=5): Access is denied.
gmake: [clean] Error 5 (ignored)
process_begin: CreateProcess(NULL, del temp_pps.bat, ...) failed.
make (e=2): The system cannot find the file specified.
gmake: [clean] Error 2 (ignored)
C:/Users/akshay.k/AppData/Local/Temp/make9180-1.sh: line 1: C:\ti\ccsv5\utils\cy
gwinrm: command not found
gmake: [clean] Error 127 (ignored)
E:\Akshay\PROCESSOR_SDK_VISION_03_04_00_00\ti_components\algorithms\REL.200.V.LD
.C66X.00.03.00.00\200.V.LD.C66X.00.03\modules\ti_lane_detection\test>
What is the solution?
Regards,
Akshay