Other Parts Discussed in Thread: MATHLIB, SYSBIOS, IWR6843
Hi teams,
Title: Compilation failure on Area Scanner Project based on IWR6843AOP
(1) based on
- PROJECT: Area_Scanner
- SDK: radar_toolbox_1_00_01_07
- IDE: CCS V8.3.1
- EVM: IWR6843AOP
- OS: Windows 11
(2) after compilation, error message as followings,
**** Build of configuration aop for project area_scanner_6843_dss ****
"C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 8 all -O
Building file: "../dss/mmw_dss.cfg"
Invoking: XDCtools
"C:/ti/xdctools_3_50_08_24_core/xs" --xdcpath="C:/ti/bios_6_73_01_01/packages;C:/ti/mathlib_c674x_3_1_2_1/packages;C:/ti/dsplib_c64Px_3_4_0_0/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/mmw_dss.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring mmw_dss.xe674 from package/cfg/mmw_dss_pe674.cfg ...
generating custom ti.sysbios library makefile ...
Starting build of library sources ...
making C:/Users/paull_0duwwil/Dropbox/TI_MMWaveProject_V00/workspace_V66_00R_ODS_IWR6843AOP_CCS831_SDK3504_R1000117_ObstacleDetection/area_scanner_6843_dss/dss/src/sysbios/sysbios.ae674 ...
gmake[1]: Entering directory `C:/Users/paull_0duwwil/Dropbox/TI_MMWaveProject_V00/workspace_V66_00R_ODS_IWR6843AOP_CCS831_SDK3504_R1000117_ObstacleDetection/area_scanner_6843_dss/dss/src/sysbios'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `C:/Users/paull_0duwwil/Dropbox/TI_MMWaveProject_V00/workspace_V66_00R_ODS_IWR6843AOP_CCS831_SDK3504_R1000117_ObstacleDetection/area_scanner_6843_dss/dss/src/sysbios'
Build of libraries done.
cle674 package/cfg/mmw_dss_pe674.c ...
Finished building: "../dss/mmw_dss.cfg"
Building file: "../dss/objectdetection.c"
Invoking: C6000 Compiler
"C:/ti/ti-cgt-c6000_8.3.3/bin/cl6x" -mv6740 --abi=eabi -O3 --opt_for_speed=3 --include_path="C:/ti/radar_toolbox_1_00_01_07/source/ti/dpc/objectdetectionandtracking/staticobjdetdsp" --include_path="C:/Users/paull_0duwwil/Dropbox/TI_MMWaveProject_V00/workspace_V66_00R_ODS_IWR6843AOP_CCS831_SDK3504_R1000117_ObstacleDetection/area_scanner_6843_dss" --include_path="C:/ti/mmwave_sdk_03_05_00_04/packages" --include_path="C:/ti/mathlib_c674x_3_1_2_1/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft16x16_imre/c64P" --include_path="C:/ti/dsplib_c64Px_3_4_0_0/packages/ti/dsplib/src/DSP_fft32x32/c64P" --include_path="C:/ti/ti-cgt-c6000_8.3.3/include" --define=SOC_XWR68XX --define=SUBSYS_DSS --define=MMWAVE_L3RAM_NUM_BANK=6 --define=MMWAVE_SHMEM_TCMA_NUM_BANK=0 --define=MMWAVE_SHMEM_TCMB_NUM_BANK=0 --define=MMWAVE_SHMEM_BANK_SIZE=0x20000 --define=MMWAVE_L3_CODEMEM_SIZE=0x100 --define=DOWNLOAD_FROM_CCS --define=DebugP_ASSERT_ENABLED --define=_LITTLE_ENDIAN --define=OBJDET_NO_RANGE --define=GTRACK_3D --define=APP_RESOURCE_FILE='<'mmw_res.h'>' --define=AOA_TYPE_2D --define=XWR68XX_AOP_ANTENNA_PATTERN -g --gcc --diag_error=10015 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --obj_extension=.oe674 --preproc_with_compile --preproc_dependency="dss/objectdetection.d_raw" --obj_directory="dss" --cmd_file="configPkg/compiler.opt" "../dss/objectdetection.c"
>> Compilation failure
dss/subdir_rules.mk:9: recipe for target 'dss/objectdetection.oe674' failed
"../dss/objectdetection.c", line 75: fatal error #1965: cannot open source file "source/ti/dpc/objectdetectionandtracking/staticobjdetdsp/include/objectdetectioninternal.h"
1 catastrophic error detected in the compilation of "../dss/objectdetection.c".
Compilation terminated.
gmake: *** [dss/objectdetection.oe674] Error 1
Regards,
Kevin