Other Parts Discussed in Thread: MATHLIB,
Hi engineers,
I want to rebuild the lib in the C:\ti\mmwave_mcuplus_sdk_04_03_00_01\mmwave_mcuplus_sdk_04_03_00_01\ti\datapath\dpu\rangeprocDDMA, the first step mmWave Build Environment Configured is ok,but Encounter an error when I use gmake to rebuild the lib ,such as the following lines:
C:\ti\mmwave_mcuplus_sdk_04_03_00_01\mmwave_mcuplus_sdk_04_03_00_01\scripts\windows>set C66x_DSPLIB_INSTALL_PATH=C:/ti/mmwave_mcuplus_sdk_04_03_00_01/dsplib_c66x_3_4_0_0
C:\ti\mmwave_mcuplus_sdk_04_03_00_01\mmwave_mcuplus_sdk_04_03_00_01\scripts\windows>set C66x_MATHLIB_INSTALL_PATH=C:/ti/mmwave_mcuplus_sdk_04_03_00_01/mathlib_c66x_3_1_2_1
C:\ti\mmwave_mcuplus_sdk_04_03_00_01\mmwave_mcuplus_sdk_04_03_00_01\scripts\windows>call checkenv.bat
-----------------------------------------------
mmWave Build Environment Configured
-----------------------------------------------
C:\ti\mmwave_mcuplus_sdk_04_03_00_01\mmwave_mcuplus_sdk_04_03_00_01\scripts\windows> cd /d C:\ti\mmwave_mcuplus_sdk_04_03_00_01\mmwave_mcuplus_sdk_04_03_00_01\ti\datapath\dpu\rangeprocDDMA
C:\ti\mmwave_mcuplus_sdk_04_03_00_01\mmwave_mcuplus_sdk_04_03_00_01\ti\datapath\dpu\rangeprocDDMA>gmake clean
'Cleaning the rangeproc HWA Library Objects'
process_begin: CreateProcess(NULL, C:/ti/ccs1200/ccs/utils/cygwin/rm -rf obj_awr2944/rangeprochwaDDMA.oer5f lib/librangeproc_hwa_ddma_awr2944.aer5f, ...) failed.
make (e=2): 系统找不到指定的文件。
rangeproclib.mak:52: recipe for target 'rangeprocHWADDMALibClean' failed
gmake: *** [rangeprocHWADDMALibClean] Error 2
C:\ti\mmwave_mcuplus_sdk_04_03_00_01\mmwave_mcuplus_sdk_04_03_00_01\ti\datapath\dpu\rangeprocDDMA>gmake all
process_begin: CreateProcess(NULL, C:/ti/ccs1200/ccs/utils/cygwin/mkdir -p -p obj_awr2944, ...) failed.
make (e=2): 系统找不到指定的文件。
C:/ti/mmwave_mcuplus_sdk_04_03_00_01/mmwave_mcuplus_sdk_04_03_00_01/ti/common/mmwave_sdk.mak:251: recipe for target 'buildDirectories' failed
gmake: *** [buildDirectories] Error 2
Can you tell me how to rebuild de lib ,such as in the C:\ti\mmwave_mcuplus_sdk_04_03_00_01\mmwave_mcuplus_sdk_04_03_00_01\ti\datapath\dpu in the right way?