Other Parts Discussed in Thread: UNIFLASH, , AWR1843BOOST
Tool/software: Code Composer Studio
Hallo Team,
I would like to detect the objects using AWR1642Boost. I flashed " <install_dir>\lab0002_obstacle_detection\prebuilt_binaries\odsdemo_16xx.bin " file usinhg uniflash and it is working fine.
Now i would like to build the application using code composer studio. I installed all the prerequisites and successfully imported the "odsdemo_16xx_dss" and "odsdemo_16xx_mss" projects into my workspace.
When I try to build the "odsdemo_16xx_dss" file, I am getting the following errors
Description Resource Path Location Type
#102 "MmwDemo_AnaMonitorCfg_t" has already been declared in the current scope .ccsproject /odsdemo_16xx_dss line 64, external location: C:\ti\mmwave_sdk_03_02_01_02\packages\ti\demo\utils\mmwDemo_monitor.h C/C++ Problem
#1965 cannot open source file "ti/demo/utils/rx_ch_bias_measure.h" dss_data_path.c /odsdemo_16xx_dss line 108 C/C++ Problem
#20 identifier "MMWAVE_L3RAM_NUM_BANK" is undefined dss_main.c /odsdemo_16xx_dss line 118 C/C++ Problem
#20 identifier "MMWAVE_SHMEM_BANK_SIZE" is undefined dss_main.c /odsdemo_16xx_dss line 118 C/C++ Problem
#258 invalid redeclaration of type name "MmwDemo_AnaMonitorCfg" (declared at line 365 of "..\./common/mmw_config.h") .ccsproject /odsdemo_16xx_dss line 71, external location: C:\ti\mmwave_sdk_03_02_01_02\packages\ti\demo\utils\mmwDemo_monitor.h C/C++ Problem
#258 invalid redeclaration of type name "MmwDemo_AnaMonitorCfg" (declared at line 365 of "C:/Users/venkatesh.vasanthapu.ENFAS/Desktop/workspace_venkat/CHFC FlexARM/CCS projects/odsdemo_16xx_dss/./common/mmw_config.h") .ccsproject /odsdemo_16xx_dss line 71, external location: C:\ti\mmwave_sdk_03_02_01_02\packages\ti\demo\utils\mmwDemo_monitor.h C/C++ Problem
gmake: *** [all] Error 2 odsdemo_16xx_dss C/C++ Problem
gmake[1]: *** [dss_data_path.oe674] Error 1 odsdemo_16xx_dss C/C++ Problem
gmake[1]: *** [dss_main.oe674] Error 1 odsdemo_16xx_dss C/C++ Problem
gmake[1]: *** [odsdemo_aoaEstBF2D.oe674] Error 1 odsdemo_16xx_dss C/C++ Problem
gmake[1]: *** [odsdemo_cfar.oe674] Error 1 odsdemo_16xx_dss C/C++ Problem
gmake[1]: *** [odsdemo_clusteringDBscan3D.oe674] Error 1 odsdemo_16xx_dss C/C++ Problem
gmake[1]: *** [odsdemo_doppler.oe674] Error 1 odsdemo_16xx_dss C/C++ Problem
gmake[1]: Target 'main-build' not remade because of errors. odsdemo_16xx_dss C/C++ Problem
What could be the reason?
Thanks in advance.
BR,
venkatesh