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.

AWR2243: Millimeter Wave (mmw) Demo for AWR2243+AM2732

Part Number: AWR2243

Hello,

Follow the demo code in C:\ti\mmwave_mcuplus_sdk_04_04_01_02\mmwave_mcuplus_sdk_04_04_01_02\ti\demo\am273x\mmw\mss and transplant it to CCS. The error will be displayed:

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "empty_am273x_evm_r5fss0.out" not built
tiarmclangerror: tiarmlnk command failed with exit code 1 (use -v to see invocation)
gmake[1]: *** [empty_am273x_evm_r5fss0.out] Error 1
gmake: *** [all] Error 2
makefile:149: recipe for target 'all' failed

What configuration needs to be added? ? ?

  • Hello Gary,

    The way to build that demo is:
    1) in the C:\ti\mmwave_mcuplus_sdk_04_04_01_02\mmwave_mcuplus_sdk_04_04_01_02\scripts\windows\setenv.bat, set device to am273x.
    2) Then run the setenv.bat in cmd prompt and then in same cmd prompt navigate to C:\ti\mmwave_mcuplus_sdk_04_04_01_02\mmwave_mcuplus_sdk_04_04_01_02\ti\demo\am273x\mmw
    3) Then gmake all will build it.

    We do not support any CCS project with this, if you want to build the same, please link the right libraries. We would advise you to build using the cmd prompt.

    Regards,
    Saswat Kumar