This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/AWR1642BOOST: Build Errors "Target main-buid not remade because of erros"

Part Number: AWR1642BOOST
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

  • Hi Venkatesh,

    This demo supports SDK 2.0.0.4 as mentioned in lab release note/user-guide doc.

    So please use this SDK version to rebuild the application.

    Regards,

    Jitendra

  • Hello Jitendra,

    Thanks for your Quick reply.

    Now I can build the DSS project without any errors. But the  "odsdemo_16xx_mss" project is taking forever to build. I waited to 1 hour, but at the end it did not build. I have only one warning

    Product 'SYS/BIOS' v6.53.2.00 is not currently installed. A compatible version 6.73.1.01 will be used. odsdemo_16xx_mss odsdemo_16xx_mss Problem

    Does it cause any issue? If not, What could be the reason?

    Thank you in advance.

    BR,

    Venkatesh.

  • Hi Venkatesh,

    I assume you have installed SDK 2.0.0.4  and selected the same version in odsDemo CCS project so it refers same SDK while compilation.

    It may take long time while attempting post-build steps (converting to RPRC bin file) which usually doesn't take this much long.

    Please refer this similar thread for solution-

    https://e2e.ti.com/support/sensors/f/1023/p/841412/3137011#3137011

    Regards,

    Jitendra

  • Hi Jitendra,

    Currently I am using AWR1843BOOST board and installed SDK3.01.0.2 version.

    I am trying to flash the Medium range radar Lab.

    I removed the those post-build step from CCS project properties-> Build-> Steps -> Post-build steps as mentioned in the thread. Now I can Build the both the projects. I creadted a new target Configuration as mentioned in the user Guide.

    But when I click on Connect target, I am getting the following error :

    CS_DAP_0: GEL Output: --->> DSS is under application controlled reset. Prior to connecting this reset must be released.
    CS_DAP_0: GEL Output: --->> The debugger will enable "Halt On Reset" and release the application-extended reset
    CS_DAP_0: GEL Output: --->> "Halt On Reset" has been enabled on the C674X_0CS_DAP_0: GEL Output: --->> ERROR : timeout while waiting for DSS to power on
    C674X_0: Error connecting to the target: (Error -6305) PRSC module failed to write to a router register. (Emulation package 8.2.0.00004)

    Could you please Guide me How can I Connect to the target and load the program ?

    Thanks in advance.

    BR,

    Venkatesh.

  • Hallo,

    The problem was solved. It was due to the SOPx settings. Now I can flash the board.

    Thank you.