Other Parts Discussed in Thread: SYSBIOS
Hi,
I have been working with Demo codes given in Resource Explorer since past two weeks without any compilation error. Today, I encountered one. The CCS log while compiling DSS project looks like below:
**** Build of configuration Debug for project high_accuracy_68xx_dss **** "C:\\ti\\ccs1110\\ccs\\utils\\bin\\gmake" -k -j 12 all -O rm -f "C:/Users/kamle/OneDrive/Desktop/Work/CCS_Test/high_accuracy_68xx_dss/Debug/high_accuracy_68xx_dss.bin" makefile:194: recipe for target 'pre-build' failed process_begin: CreateProcess(NULL, rm -f C:/Users/kamle/OneDrive/Desktop/Work/CCS_Test/high_accuracy_68xx_dss/Debug/high_accuracy_68xx_dss.bin, ...) failed. gmake[1]: [pre-build] Error 2 (ignored) Building file: "../dss/dss_mmw.cfg" Invoking: XDCtools "C:/ti/xdctools_3_50_08_24_core/xs" --xdcpath="C:/ti/bios_6_73_01_01/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C674 -p ti.platforms.c6x:IWR68XX:false:600 -r release -c "C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-c6000_8.3.11" --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 ... generating custom ti.sysbios library makefile ... Starting build of library sources ... making C:/Users/kamle/OneDrive/Desktop/Work/CCS_Test/high_accuracy_68xx_dss/dss/src/sysbios/sysbios.ae674 ... Build of libraries failed. dss/subdir_rules.mk:19: recipe for target 'build-1829530575-inproc' failed C:/Users/kamle/AppData/Local/Temp/make12684-1.sh: 1: Syntax error: "(" unexpected gmake: *** [C:/Users/kamle/OneDrive/Desktop/Work/CCS_Test/high_accuracy_68xx_dss/dss/src/sysbios/sysbios.ae674] Error 2 error: xdc.cfg.SourceDir: "C:/ti/xdctools_3_50_08_24_core/packages/xdc/cfg/SourceDir.xs", line 209: xdc.cfg.SourceDir : Build of generated source libraries failed: exit status = 2: js: "C:/ti/xdctools_3_50_08_24_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed! gmake.exe: *** [package/cfg/dss_mmw_pe674.xdl] Error 1 gmake.exe: *** Deleting file `package/cfg/dss_mmw_pe674.xdl' gmake.exe: *** [package/cfg/dss_mmw_pe674.xdl] Deleting file `package/cfg/dss_mmw_pe674.h' gmake.exe: *** [package/cfg/dss_mmw_pe674.xdl] Deleting file `package/cfg/dss_mmw_pe674.c' js: "C:/ti/xdctools_3_50_08_24_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-1829530575-inproc] Error 1 gmake[1]: *** [build-1829530575] 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-1829530575' failed makefile:160: recipe for target 'all' failed **** Build Finished ****
Prior to this, I was trying to bypass CLI using cli.c from TIe2e forum. I was partially successful in doing that either. My method was:
1> replace cli.c in the mmwavesdk path/packages/ti/utils/cli/src/cli.c as given here: [FAQ] IWR6843: How to add a hard coded configuration to mmWave radar projects - Sensors forum - Sensors - TI E2E support forums
2> rebuild the cli driver using 'make clean' and 'make all' inside the cli driver location. (after setting up the environmental variables), recompiled the project, -> worked partially SO,
3> I tried to change the mmwavesdk cli driver's "cli.c" again and rebuild
When, I tried to compile the project, the above error started. I have gone through : AWR1642BOOST: AWR1642BOOST - Sensors forum - Sensors - TI E2E support forums and CCS/IWR6843ISK-ODS: mmWave Area Scanner Demo Won't Compile - Code Composer Studio forum - Code Composer Studio︎ - TI E2E support forums
Further info: CCS Preferences look like below:
Please let me know, what I am missing here.
Regards,
Kamlesh