Other Parts Discussed in Thread: MMWAVEICBOOST, AWR6843AOP, TMS320C6670, TMS320TCI6608, TMS320C6654, TMS320C6655, TMS320C6657, TMS320C6671, TMS320C6672, TMS320C6674, TMS320C6678, TMS320DM8148, TMS320DM8168, TMS320C6747, TMS320C6745, TMS320C6743, OMAPL138, TMS320C6742, TMS320C6746, TMS320C6748, SYSBIOS, MATHLIB, AWR6843
Hi,
I tried importing CCS projects via labs , in specific : multi_gesture_68xx_aop.
I have connected AWR6843AOP to mmwaveICBOOST carrier board and configured to work under functional mode.
After importing when i build dss project , i get the error as below :
**** Build of configuration Debug for project multi_gesture_68xx_aop_dss ****
"C:\\ti\\ccs1210\\ccs\\utils\\bin\\gmake" -k -j 12 all -O
rm -f D:/Vinay/personal/Phd/IIITB/Radar_workspace/multi_gesture_68xx_aop_dss/Debug/multi_gesture_68xx_aop_dss.bin
makefile:182: recipe for target 'pre-build' failed
process_begin: CreateProcess(NULL, rm -f D:/Vinay/personal/Phd/IIITB/Radar_workspace/multi_gesture_68xx_aop_dss/Debug/multi_gesture_68xx_aop_dss.bin, ...) failed.
gmake[1]: [pre-build] Error 2 (ignored)
Building file: "../dss/dss_mmw.cfg"
Invoking: XDCtools
"C:/ti/xdctools_3_50_04_43_core/xs" --xdcpath="C:/ti/bios_6_53_02_00/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.c6x:IWR68XX:false:600 -r release -c "C:/ti/ti-cgt-c6000_8.3.3" --compileOptions "--enum_type=int " "../dss/dss_mmw.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring dss_mmw.xe674 from package/cfg/dss_mmw_pe674.cfg ...
The IWR68XX device is not currently supported.
The following devices are supported for the C674 target:
TMS320C6670
TMS320DA830
DM37XX
TMS320TI816X
DRA7XX
AWR16XX
Kepler
TMS320TCI6634
TMS320TCI6636
TMS320TCI6638
TMS320TCI6608
TMS320TCI6614
TMS320TCI6616
TMS320TCI6618
TMS320TCI6630K2L
TMS320C66AK2H06
TMS320C66AK2H12
TMS320C66AK2E02
TMS320C66AK2E05
TCI66AK2G02
TMS320C6654
TMS320C6655
TMS320C6657
TMS320C6671
TMS320C6672
TMS320C6674
TMS320C6678
TMS320CDM740
TMS320C6A8149
TMS320C6A8168
TMS320TI811X
TMS320TI814X
TMS320DM8148
TMS320DM8168
Arctic
TMS320DA802
TMS320DA803
TMS320DA804
TMS320DA805
TMS320DA807
TMS320DA808
TMS320DA810
TMS320DA828
TMS320C6747
TMS320C6745
TMS320C6743
OMAPL137
OMAPL108
OMAPL118
OMAPL138
TMS320DA840
TMS320DA850
TMS320C6742
TMS320C6746
TMS320C6748
Vayu
TDA3XX
IWR16XX
dss/subdir_rules.mk:19: recipe for target 'build-743149201-inproc' failed
js: "C:/ti/bios_6_53_02_00/packages/ti/sysbios/family/c64p/Settings.xs", line 194: Error: Unsupported device!
"C:/ti/bios_6_53_02_00/packages/ti/sysbios/family/c64p/Settings.xs", line 220
"C:/ti/bios_6_53_02_00/packages/ti/sysbios/family/Settings.xs", line 170
"C:/ti/bios_6_53_02_00/packages/ti/sysbios/family/Settings.xs", line 123
"D:/Vinay/personal/Phd/IIITB/Radar_workspace/multi_gesture_68xx_aop_dss/dss/dss_mmw.cfg", line 15
"./package/cfg/dss_mmw_pe674.cfg", line 187
gmake.exe: *** [package/cfg/dss_mmw_pe674.xdl] Error 1
js: "C:/ti/xdctools_3_50_04_43_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake[2]: *** [build-743149201-inproc] Error 1
gmake[1]: *** [build-743149201] Error 2
gmake[1]: Target 'main-build' not remade because of errors.
gmake: *** [all] Error 2
dss/subdir_rules.mk:16: recipe for target 'build-743149201' failed
makefile:156: recipe for target 'all' failed
**** Build Finished ****
I am using CCS 12.1 on windows 10 OS and have installed mmwavesdk 3.06_LTS and Radartoolbox 1_00_00_26.
The labs were picked from : mmwave_automotive_toolbox_3_6_0
Can you please let me know how should i resolve this build issue.