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: No matching section in the CMD file

Part Number: AWR1642BOOST
Other Parts Discussed in Thread: AWR1642

Tool/software: Code Composer Studio

Hello everyone

I am using the C674x core on the AWR1642. In the attached CMD file, several functions are needed to be placed in some specific region on RAM. However, as showing in the following picture, the linker cannot find those function. And then i analysed the dss_data_path.oe674(I change the "obj" extension to oe674). I can see those MmwDemo_XXXXX functions in it, but the linker cannot. Can you tell me why?

The entire analysis output of the dss_data_path.0e674 file is in the attachment.

My enviornment is Windows 10, CCS 7.1.0016, compiler: TI V8.1.3

Thanks

Peter

/*----------------------------------------------------------------------------*/
/* Linker Settings                                                            */
--retain="*(.intvecs)"

--stack_size=0x700
/*----------------------------------------------------------------------------*/
-ldsplib.ae64P
-llibmmwavealg_xwr16xx.ae674
-lmathlib.ae674
-llibsoc_xwr16xx.ae674
/* Section Configuration                                                      */
SECTIONS
{
    systemHeap : {} >> L2SRAM_UMAP0 | L2SRAM_UMAP1
    .l2data : {} >> L2SRAM_UMAP0 | L2SRAM_UMAP1

    /* HSSRAM has output data from processing chain running on DSP */
    .demoSharedMem > HSRAM

    /* L3SRAM has code that is overlaid with data, so data must be
       marked uninitialized. Application can initialize this section
       using _L3data_* symbols defined below. Code should be written carefully as
       these are linker symbols (see for example http://e2e.ti.com/support/development_tools/compiler/f/343/t/92002 ):
        
        extern far uint8_t _L3data_start; // the type here does not matter
        extern far uint8_t _L3data_size;  // the type here does not matter

        memset((void *)_symval(&_L3data_start), 0, (uint32_t) _symval(&_L3data_size));
    */ 
    .l3data: type=NOINIT, start(_L3data_start), size(_L3data_size), load=L3SRAM PAGE 1

    /* Bootloader cannot load L1DSRAM, make sure to mark as NOINIT */
    .l1data : type=NOINIT, load=L1DSRAM

    /* Currently bootloader does not allow loading in L1PSRAM because of supporting
       low power. Below fast code is loaded in L3SRAM but run from L1PSRAM. The copy-in
       is called during initialization phase and copy-out is not used but can be added when
       supporting low-power mode (where L1 contents are not retained).
     */    
    .fastCode: 
    {
        dsplib.ae64P(.text)
        libmmwavealg_xwr16xx.ae674(.text)
        mathlib.ae674(.text)
        dss_data_path.oe674 (.text:MmwDemo_interFrameProcessing)
        dss_data_path.oe674 (.text:MmwDemo_processChirp)
        dss_data_path.oe674 (.text:MmwDemo_interChirpProcessing)
        dss_data_path.oe674 (.text:MmwDemo_XYestimation)
        dss_data_path.oe674 (.text:MmwDemo_cfarPeakGrouping)
        dss_data_path.oe674 (.text:MmwDemo_cfarPeakGroupingCfarQualified)
        dss_main.oe674 (.text:MmwDemo_dssDataPathProcessEvents)
        /* Below may be risky to expose hence currently hiding */
        // libosal_xwr16xx.ae674 (.text:SemaphoreP_pend)
        // libosal_xwr16xx.ae674 (.text:SemaphoreP_post)
    } load=L3SRAM PAGE 0, run=L1PSRAM PAGE 0, table(_MmwDemo_fastCode_L1PSRAM_copy_table, compression=off)
    
    /* This is auto generated by linker related to copy table above */
    .ovly > L2SRAM_UMAP0 | L2SRAM_UMAP1
    
    /* Overlay one-time/init-time (and non-critical in cycles) with L3 data,
       will be erased during data path processing. Note do not put any
       code that is required related to start/stop/reconfig processing */
    .overlay:
    {
        libsoc_xwr16xx.ae674 (.text:SOC_init)
        dss_main.oe674 (.text:MmwDemo_dssInitTask)
        dss_main.oe674 (.text:main)
        dss_data_path.oe674 (.text:MmwDemo_dataPathInitEdma)
    } > L3SRAM PAGE 0
   
}
/*----------------------------------------------------------------------------*/

OBJECT FILE:  dss_data_path.oe674

 Object File Information

    File Name:           dss_data_path.oe674
    Format:              ELF Version 1
    File Type:           relocatable file
    Machine:             TI C6x
    Machine Endian:      little endian
    Entry Point:         0x00000000
    Vendor:              Texas Instruments, Inc.
    Producer:            Assembler
    Assembler Version:   8.1.3
    Number of Sections:  16
    File Length:         31704
    ELF Class:           32-bit objects
    ELF e_flags:         0x00000000

 Section Information

    id name                      load addr  run addr      size align alloc
    -- ----                      ---------  --------      ---- ----- -----
     0 (no name)                 0x00000000 0x00000000     0x0     0   N
     1 .text                     0x00000000 0x00000000  0x48c0    32   Y
     2 .l3data                   0x00000000 0x00000000 0xa0000     8   Y
     3 .l2data                   0x00000000 0x00000000  0xc000     8   Y
     4 .l1data                   0x00000000 0x00000000  0x4000     8   Y
     5 .switch:MmwDemo_EDMA_t... 0x00000000 0x00000000    0x30     4   Y
     6 .const:.string            0x00000000 0x00000000    0xbf     4   Y
     7 .c6xabi.attributes        0x00000000 0x00000000    0x44     0   N
     8 .symtab                   0x00000000 0x00000000  0x1690     0   N
     9 .rel.text                 0x00000000 0x00000000   0x4a0     0   N
    10 .rela.text                0x00000000 0x00000000   0x2e8     0   N
    11 .rel.switch:MmwDemo_ED... 0x00000000 0x00000000    0x60     0   N
    12 .TI.symbol.alias          0x00000000 0x00000000     0x9     0   N
    13 .TI.section.flags         0x00000000 0x00000000    0x1a     0   N
    14 .strtab                   0x00000000 0x00000000   0xf89     0   N
    15 .shstrtab                 0x00000000 0x00000000    0xfd     0   N

 Relocation Table 1/2 for Section 1 (".text")

     id type            offset     sym name
     -- ----            ------     --- ----
      0 R_C6000_PCR_S21 0x0000000c 315 ti_sysbios_knl_Semapho...
      1 R_C6000_PCR_S21 0x00000030 303 memset
      2 R_C6000_PCR_S21 0x0000014c 355 _DebugP_assert
      3 R_C6000_PCR_S21 0x00000288 329 divsp
      4 R_C6000_PCR_S21 0x00000290 299 sqrtsp
      5 R_C6000_PCR_S21 0x00000294 287 __c6xabi_fixfu
      6 R_C6000_PCR_S21 0x00000334 298 __c6xabi_divf
      7 R_C6000_PCR_S21 0x00000370 299 sqrtsp
      8 R_C6000_PCR_S21 0x0000079c 329 divsp
      9 R_C6000_PCR_S21 0x000007a4 299 sqrtsp
     10 R_C6000_PCR_S21 0x000007a8 287 __c6xabi_fixfu
     11 R_C6000_PCR_S21 0x00000848 298 __c6xabi_divf
     12 R_C6000_PCR_S21 0x00000884 299 sqrtsp
     13 R_C6000_PCR_S21 0x00000bac 340 EDMA_isTransferComplete
     14 R_C6000_PCR_S21 0x00000bc4 355 _DebugP_assert
     15 R_C6000_PCR_S21 0x00000c14 340 EDMA_isTransferComplete
     16 R_C6000_PCR_S21 0x00000c2c 355 _DebugP_assert
     17 R_C6000_PCR_S21 0x00000c80 340 EDMA_isTransferComplete
     18 R_C6000_PCR_S21 0x00000c94 355 _DebugP_assert
     19 R_C6000_PCR_S21 0x00000ce8 340 EDMA_isTransferComplete
     20 R_C6000_PCR_S21 0x00000d00 355 _DebugP_assert
     21 R_C6000_PCR_S21 0x00000d30 340 EDMA_isTransferComplete
     22 R_C6000_PCR_S21 0x00000d48 355 _DebugP_assert
     23 R_C6000_PCR_S21 0x00000d80 340 EDMA_isTransferComplete
     24 R_C6000_PCR_S21 0x00000d90 355 _DebugP_assert
     25 R_C6000_PCR_S21 0x00000dd0 317 ti_sysbios_knl_Semapho...
     26 R_C6000_PCR_S21 0x00000de8 317 ti_sysbios_knl_Semapho...
     27 R_C6000_PCR_S21 0x00000df8 317 ti_sysbios_knl_Semapho...
     28 R_C6000_PCR_S21 0x00000e0c 317 ti_sysbios_knl_Semapho...
     29 R_C6000_PCR_S21 0x00000e20 317 ti_sysbios_knl_Semapho...
     30 R_C6000_PCR_S21 0x00000e30 317 ti_sysbios_knl_Semapho...
     31 R_C6000_PCR_S21 0x00000e44 317 ti_sysbios_knl_Semapho...
     32 R_C6000_PCR_S21 0x00000e54 317 ti_sysbios_knl_Semapho...
     33 R_C6000_PCR_S21 0x00000e68 317 ti_sysbios_knl_Semapho...
     34 R_C6000_PCR_S21 0x00000e78 317 ti_sysbios_knl_Semapho...
     35 R_C6000_PCR_S21 0x00000e8c 355 _DebugP_assert
     36 R_C6000_PCR_S21 0x00000ecc 284 __c6xabi_push_rts
     37 R_C6000_PCR_S21 0x00000eec 335 SOC_translateAddress
     38 R_C6000_PCR_S21 0x00000f64 319 EDMAutil_configType1
     39 R_C6000_PCR_S21 0x00000fa4 335 SOC_translateAddress
     40 R_C6000_PCR_S21 0x00001034 319 EDMAutil_configType1
     41 R_C6000_PCR_S21 0x00001064 335 SOC_translateAddress
     42 R_C6000_PCR_S21 0x000010d4 348 EDMAutil_configType2a
     43 R_C6000_PCR_S21 0x00001114 335 SOC_translateAddress
     44 R_C6000_PCR_S21 0x00001184 348 EDMAutil_configType2a
     45 R_C6000_PCR_S21 0x000011b0 335 SOC_translateAddress
     46 R_C6000_PCR_S21 0x00001228 319 EDMAutil_configType1
     47 R_C6000_PCR_S21 0x00001264 335 SOC_translateAddress
     48 R_C6000_PCR_S21 0x000012f0 319 EDMAutil_configType1
     49 R_C6000_PCR_S21 0x00001318 335 SOC_translateAddress
     50 R_C6000_PCR_S21 0x00001374 319 EDMAutil_configType1
     51 R_C6000_PCR_S21 0x000013e4 318 EDMAutil_configType3
     52 R_C6000_PCR_S21 0x00001414 335 SOC_translateAddress
     53 R_C6000_PCR_S21 0x000014a8 319 EDMAutil_configType1
     54 R_C6000_PCR_S21 0x000014d8 335 SOC_translateAddress
     55 R_C6000_PCR_S21 0x00001570 319 EDMAutil_configType1
     56 R_C6000_PCR_S21 0x00001590 316 __c6xabi_pop_rts
     57 R_C6000_PCR_S21 0x00001814 303 memset
     58 R_C6000_PCR_S21 0x00001830 303 memset
     59 R_C6000_PCR_S21 0x00001c00 303 memset
     60 R_C6000_PCR_S21 0x00002268 303 memset
     61 R_C6000_PCR_S21 0x00002784 343 EDMA_startDmaTransfer
     62 R_C6000_PCR_S21 0x000027c4 343 EDMA_startDmaTransfer
     63 R_C6000_PCR_S21 0x000027cc 343 EDMA_startDmaTransfer
     64 R_C6000_PCR_S21 0x00002834 352 mmwavelib_windowing16x16
     65 R_C6000_PCR_S21 0x00002880 303 memset
     66 R_C6000_PCR_S21 0x000028e8 360 DSP_fft16x16
     67 R_C6000_PCR_S21 0x00002960 284 __c6xabi_push_rts
     68 R_C6000_PCR_S21 0x00002988 343 EDMA_startDmaTransfer
     69 R_C6000_PCR_S21 0x00002a50 343 EDMA_startDmaTransfer
     70 R_C6000_PCR_S21 0x00002a58 343 EDMA_startDmaTransfer
     71 R_C6000_PCR_S21 0x00002aa0 357 mmwavelib_windowing16x32
     72 R_C6000_PCR_S21 0x00002ac8 322 DSP_fft32x32
     73 R_C6000_PCR_S21 0x00002b44 337 mmwavelib_log2Abs32
     74 R_C6000_PCR_S21 0x00002bf0 292 mmwavelib_accum16
     75 R_C6000_PCR_S21 0x00002c68 313 mmwavelib_cfarCadBwrap
     76 R_C6000_PCR_S21 0x00002cf0 343 EDMA_startDmaTransfer
     77 R_C6000_PCR_S21 0x00002d64 335 SOC_translateAddress
     78 R_C6000_PCR_S21 0x00002d88 336 EDMAutil_triggerType3
     79 R_C6000_PCR_S21 0x00002e14 335 SOC_translateAddress
     80 R_C6000_PCR_S21 0x00002e34 336 EDMAutil_triggerType3
     81 R_C6000_PCR_S21 0x00002ea8 291 mmwavelib_cfarCadB_SOGO
     82 R_C6000_PCR_S21 0x00003070 355 _DebugP_assert
     83 R_C6000_PCR_S21 0x000030c4 303 memset
     84 R_C6000_PCR_S21 0x00003120 336 EDMAutil_triggerType3
     85 R_C6000_PCR_S21 0x00003178 336 EDMAutil_triggerType3
     86 R_C6000_PCR_S21 0x0000320c 343 EDMA_startDmaTransfer
     87 R_C6000_PCR_S21 0x00003218 343 EDMA_startDmaTransfer
     88 R_C6000_PCR_S21 0x00003274 351 mmwavelib_dftSingleBin
     89 R_C6000_PCR_S21 0x0000344c 303 memset
     90 R_C6000_PCR_S21 0x00003480 322 DSP_fft32x32
     91 R_C6000_PCR_S21 0x00003530 316 __c6xabi_pop_rts
     92 R_C6000_PCR_S21 0x000035f8 336 EDMAutil_triggerType3
     93 R_C6000_PCR_S21 0x00003618 336 EDMAutil_triggerType3
     94 R_C6000_PCR_S21 0x0000374c 297 __c6xabi_divd
     95 R_C6000_PCR_S21 0x00003754 286 sin
     96 R_C6000_PCR_S21 0x00003828 297 __c6xabi_divd
     97 R_C6000_PCR_S21 0x00003830 308 cos
     98 R_C6000_PCR_S21 0x000038fc 297 __c6xabi_divd
     99 R_C6000_PCR_S21 0x00003900 286 sin
    100 R_C6000_PCR_S21 0x000039b0 297 __c6xabi_divd
    101 R_C6000_PCR_S21 0x000039b4 308 cos
    102 R_C6000_PCR_S21 0x00003a64 355 _DebugP_assert
    103 R_C6000_PCR_S21 0x00003a8c 355 _DebugP_assert
    104 R_C6000_PCR_S21 0x00003acc 303 memset
    105 R_C6000_PCR_S21 0x00003ae4 349 ti_sysbios_knl_Semapho...
    106 R_C6000_PCR_S21 0x00003af0 349 ti_sysbios_knl_Semapho...
    107 R_C6000_PCR_S21 0x00003b00 349 ti_sysbios_knl_Semapho...
    108 R_C6000_PCR_S21 0x00003b0c 349 ti_sysbios_knl_Semapho...
    109 R_C6000_PCR_S21 0x00003b18 349 ti_sysbios_knl_Semapho...
    110 R_C6000_PCR_S21 0x00003b28 349 ti_sysbios_knl_Semapho...
    111 R_C6000_PCR_S21 0x00003b34 349 ti_sysbios_knl_Semapho...
    112 R_C6000_PCR_S21 0x00003b44 349 ti_sysbios_knl_Semapho...
    113 R_C6000_PCR_S21 0x00003b50 349 ti_sysbios_knl_Semapho...
    114 R_C6000_PCR_S21 0x00003b64 349 ti_sysbios_knl_Semapho...
    115 R_C6000_PCR_S21 0x00003b8c 320 ti_sysbios_knl_Semapho...
    116 R_C6000_PCR_S21 0x00003ba4 320 ti_sysbios_knl_Semapho...
    117 R_C6000_PCR_S21 0x00003bb8 320 ti_sysbios_knl_Semapho...
    118 R_C6000_PCR_S21 0x00003bcc 320 ti_sysbios_knl_Semapho...
    119 R_C6000_PCR_S21 0x00003be4 320 ti_sysbios_knl_Semapho...
    120 R_C6000_PCR_S21 0x00003bf4 320 ti_sysbios_knl_Semapho...
    121 R_C6000_PCR_S21 0x00003c0c 320 ti_sysbios_knl_Semapho...
    122 R_C6000_PCR_S21 0x00003c24 320 ti_sysbios_knl_Semapho...
    123 R_C6000_PCR_S21 0x00003c34 320 ti_sysbios_knl_Semapho...
    124 R_C6000_PCR_S21 0x00003c4c 320 ti_sysbios_knl_Semapho...
    125 R_C6000_PCR_S21 0x00003c60 330 EDMA_getNumInstances
    126 R_C6000_PCR_S21 0x00003c8c 331 EDMA_init
    127 R_C6000_PCR_S21 0x00003c9c 296 EDMA_open
    128 R_C6000_PCR_S21 0x00003cc0 333 xdc_runtime_System_pri...
    129 R_C6000_PCR_S21 0x00003d24 356 EDMA_configErrorMonito...
    130 R_C6000_PCR_S21 0x00003d40 333 xdc_runtime_System_pri...
    131 R_C6000_PCR_S21 0x00003da4 333 xdc_runtime_System_pri...
    132 R_C6000_PCR_S21 0x00003dcc 334 log2sp
    133 R_C6000_PCR_S21 0x00003dd0 287 __c6xabi_fixfu
    134 R_C6000_PCR_S21 0x00003e24 303 memset
    135 R_C6000_PCR_S21 0x00003e68 303 memset
    136 R_C6000_PCR_S21 0x00004060 355 _DebugP_assert
    137 R_C6000_PCR_S21 0x000042f4 355 _DebugP_assert
    138 R_C6000_PCR_S21 0x00004470 355 _DebugP_assert
    139 R_C6000_PCR_S21 0x0000450c 354 gen_twiddle_fft16x16
    140 R_C6000_PCR_S21 0x00004530 289 gen_twiddle_fft32x32
    141 R_C6000_PCR_S21 0x00004554 289 gen_twiddle_fft32x32
    142 R_C6000_PCR_S21 0x00004580 284 __c6xabi_push_rts
    143 R_C6000_PCR_S21 0x000045d4 297 __c6xabi_divd
    144 R_C6000_PCR_S21 0x00004640 308 cos
    145 R_C6000_PCR_S21 0x00004678 308 cos
    146 R_C6000_PCR_S21 0x00004778 308 cos
    147 R_C6000_PCR_S21 0x000048a4 316 __c6xabi_pop_rts

 Relocation Table 2/2 for Section 1 (".text")

    id type            offset     sym name
    -- ----            ------     --- ----
     0 R_C6000_ABS_L16 0x00000144 271 $C$SL1
     1 R_C6000_ABS_H16 0x00000148 271 $C$SL1
     2 R_C6000_ABS_L16 0x00000bb8 271 $C$SL1
     3 R_C6000_ABS_H16 0x00000bc0 271 $C$SL1
     4 R_C6000_ABS_L16 0x00000c24 271 $C$SL1
     5 R_C6000_ABS_H16 0x00000c28 271 $C$SL1
     6 R_C6000_ABS_L16 0x00000c8c 271 $C$SL1
     7 R_C6000_ABS_H16 0x00000c90 271 $C$SL1
     8 R_C6000_ABS_L16 0x00000cf4 271 $C$SL1
     9 R_C6000_ABS_H16 0x00000cf8 271 $C$SL1
    10 R_C6000_ABS_L16 0x00000d40 271 $C$SL1
    11 R_C6000_ABS_H16 0x00000d44 271 $C$SL1
    12 R_C6000_ABS_L16 0x00000d88 271 $C$SL1
    13 R_C6000_ABS_H16 0x00000d8c 271 $C$SL1
    14 R_C6000_ABS_L16 0x00000e84 271 $C$SL1
    15 R_C6000_ABS_H16 0x00000e88 271 $C$SL1
    16 R_C6000_ABS_L16 0x00000eb0  69 $C$SW1
    17 R_C6000_ABS_H16 0x00000eb4  69 $C$SW1
    18 R_C6000_ABS_L16 0x00002928 338 gCycleLog
    19 R_C6000_ABS_H16 0x0000292c 338 gCycleLog
    20 R_C6000_ABS_L16 0x00003068 271 $C$SL1
    21 R_C6000_ABS_H16 0x0000306c 271 $C$SL1
    22 R_C6000_ABS_L16 0x00003504 338 gCycleLog
    23 R_C6000_ABS_H16 0x00003508 338 gCycleLog
    24 R_C6000_ABS_L16 0x0000356c 338 gCycleLog
    25 R_C6000_ABS_H16 0x00003570 338 gCycleLog
    26 R_C6000_ABS_L16 0x000036e0 338 gCycleLog
    27 R_C6000_ABS_H16 0x000036e4 338 gCycleLog
    28 R_C6000_ABS_L16 0x00003a54 271 $C$SL1
    29 R_C6000_ABS_H16 0x00003a58 271 $C$SL1
    30 R_C6000_ABS_L16 0x00003a80 271 $C$SL1
    31 R_C6000_ABS_H16 0x00003a84 271 $C$SL1
    32 R_C6000_ABS_L16 0x00003ac4 338 gCycleLog
    33 R_C6000_ABS_H16 0x00003ac8 338 gCycleLog
    34 R_C6000_ABS_L16 0x00003cb0 272 $C$SL2
    35 R_C6000_ABS_H16 0x00003cb4 272 $C$SL2
    36 R_C6000_ABS_L16 0x00003d04 285 MmwDemo_edmaErrorCallb...
    37 R_C6000_ABS_H16 0x00003d08 285 MmwDemo_edmaErrorCallb...
    38 R_C6000_ABS_L16 0x00003d10 307 MmwDemo_edmaTransferCo...
    39 R_C6000_ABS_H16 0x00003d14 307 MmwDemo_edmaTransferCo...
    40 R_C6000_ABS_L16 0x00003d30 273 $C$SL3
    41 R_C6000_ABS_H16 0x00003d34 273 $C$SL3
    42 R_C6000_ABS_L16 0x00003d88 274 $C$SL4
    43 R_C6000_ABS_H16 0x00003d90 274 $C$SL4
    44 R_C6000_ABS_L16 0x00003df4 328 gMmwL1
    45 R_C6000_ABS_H16 0x00003df8 328 gMmwL1
    46 R_C6000_ABS_L16 0x00003e04 327 gMmwL2
    47 R_C6000_ABS_H16 0x00003e08 327 gMmwL2
    48 R_C6000_ABS_L16 0x00003e10 326 gMmwL3
    49 R_C6000_ABS_H16 0x00003e14 326 gMmwL3
    50 R_C6000_ABS_L16 0x0000404c 271 $C$SL1
    51 R_C6000_ABS_H16 0x00004058 271 $C$SL1
    52 R_C6000_ABS_L16 0x0000406c 275 $C$SL5
    53 R_C6000_ABS_H16 0x00004070 275 $C$SL5
    54 R_C6000_ABS_L16 0x000042e4 271 $C$SL1
    55 R_C6000_ABS_H16 0x000042f0 271 $C$SL1
    56 R_C6000_ABS_L16 0x00004304 276 $C$SL6
    57 R_C6000_ABS_H16 0x0000430c 276 $C$SL6
    58 R_C6000_ABS_L16 0x00004468 271 $C$SL1
    59 R_C6000_ABS_H16 0x0000446c 271 $C$SL1
    60 R_C6000_ABS_L16 0x00004480 277 $C$SL7
    61 R_C6000_ABS_H16 0x00004488 277 $C$SL7

 Relocation Table 1/1 for Section 5 (".switch:MmwDemo_EDMA_transferCompletionCallbackFxn")

    id type          offset     sym name
    -- ----          ------     --- ----
     0 R_C6000_ABS32 0x00000000  57 $C$L55
     1 R_C6000_ABS32 0x00000004  67 $C$L65
     2 R_C6000_ABS32 0x00000008  67 $C$L65
     3 R_C6000_ABS32 0x0000000c  58 $C$L56
     4 R_C6000_ABS32 0x00000010  59 $C$L57
     5 R_C6000_ABS32 0x00000014  60 $C$L58
     6 R_C6000_ABS32 0x00000018  61 $C$L59
     7 R_C6000_ABS32 0x0000001c  62 $C$L60
     8 R_C6000_ABS32 0x00000020  63 $C$L61
     9 R_C6000_ABS32 0x00000024  64 $C$L62
    10 R_C6000_ABS32 0x00000028  65 $C$L63
    11 R_C6000_ABS32 0x0000002c  66 $C$L64

 Build Attributes in ".c6xabi.attributes"

    Format Version:  'A'

    <0>  Vendor Name:  "TI" (Texas Instruments, Inc.)

         Tag_File:
            Attributes:
             Tag_Producer_Name        Assembler
             Tag_Producer_VMajor      9          (Producer Major Version + 1)
             Tag_Producer_VMinor      2          (Producer Minor Version + 1)
             Tag_Producer_VPatch      4          (Producer Patch Version + 1)
             Tag_ISA                  8          (C6740)
             Tag_ABI                  2          (EABI)
             Tag_Long_Precision_Bits  2          (32-bit long type)
             Tag_Bitfield_layout      2          (compatible with any bitfield layout)
             Tag_ABI_enum_size        2          (enum containers are 32-bits or wider)
             Tag_Tramps_Use_SOC       1          (use of registers B30,B31 allowed in trampolines)

    <1>  Vendor Name:  "c6xabi" (ABI for the Texas Instruments C6000 Architecture)

         Tag_File:
            Attributes:
             Tag_ISA          8  (C6740)
             Tag_ABI_wchar_t  1  (wchar_t size is 2)

 Symbol Table ".symtab"

     id name            value      kind      section         binding type
     -- ----            -----      ----      -------         ------- ----
      0 (no name)       0x00000000 undefined N/A             local   none
      1 0478410         0x00000000 absolute  N/A             local   file
      2 ti_sysbios_k... 0x00000000 defined   .text           local   function
      3 $C$L1           0x00000016 defined   .text           local   function
      4 $C$L2           0x000000e2 defined   .text           local   function
      5 $C$L3           0x000000e6 defined   .text           local   function
      6 $C$L4           0x0000010c defined   .text           local   function
      7 $C$L5           0x00000154 defined   .text           local   function
      8 $C$L6           0x000001a2 defined   .text           local   function
      9 $C$L7           0x000001b0 defined   .text           local   function
     10 $C$L8           0x0000020c defined   .text           local   function
     11 $C$L9           0x00000236 defined   .text           local   function
     12 $C$L10          0x00000250 defined   .text           local   function
     13 $C$L11          0x0000030c defined   .text           local   function
     14 $C$L12          0x00000314 defined   .text           local   function
     15 $C$L13          0x00000378 defined   .text           local   function
     16 $C$L14          0x00000380 defined   .text           local   function
     17 $C$L15          0x000003e2 defined   .text           local   function
     18 $C$L16          0x0000041a defined   .text           local   function
     19 $C$L17          0x000004a2 defined   .text           local   function
     20 $C$L18          0x000004da defined   .text           local   function
     21 $C$L19          0x00000544 defined   .text           local   function
     22 $C$L20          0x0000056c defined   .text           local   function
     23 $C$L21          0x00000594 defined   .text           local   function
     24 $C$L22          0x000005b2 defined   .text           local   function
     25 $C$L23          0x000005da defined   .text           local   function
     26 $C$L24          0x00000608 defined   .text           local   function
     27 $C$L25          0x00000650 defined   .text           local   function
     28 $C$L26          0x0000068a defined   .text           local   function
     29 $C$L27          0x000006a4 defined   .text           local   function
     30 $C$L28          0x00000820 defined   .text           local   function
     31 $C$L29          0x00000828 defined   .text           local   function
     32 $C$L30          0x0000088c defined   .text           local   function
     33 $C$L31          0x00000890 defined   .text           local   function
     34 $C$L32          0x000008f2 defined   .text           local   function
     35 $C$L33          0x0000092a defined   .text           local   function
     36 $C$L34          0x000009ae defined   .text           local   function
     37 $C$L35          0x000009e6 defined   .text           local   function
     38 $C$L36          0x00000a24 defined   .text           local   function
     39 $C$L37          0x00000afa defined   .text           local   function
     40 $C$L38          0x00000b36 defined   .text           local   function
     41 $C$L39          0x00000b96 defined   .text           local   function
     42 $C$L40          0x00000ba0 defined   .text           local   function
     43 $C$L41          0x00000bd0 defined   .text           local   function
     44 $C$L42          0x00000c02 defined   .text           local   function
     45 $C$L43          0x00000c08 defined   .text           local   function
     46 $C$L44          0x00000c38 defined   .text           local   function
     47 $C$L45          0x00000c6a defined   .text           local   function
     48 $C$L46          0x00000c70 defined   .text           local   function
     49 $C$L47          0x00000ca4 defined   .text           local   function
     50 $C$L48          0x00000cd2 defined   .text           local   function
     51 $C$L49          0x00000cd8 defined   .text           local   function
     52 $C$L50          0x00000d0c defined   .text           local   function
     53 $C$L51          0x00000d26 defined   .text           local   function
     54 $C$L52          0x00000d54 defined   .text           local   function
     55 $C$L53          0x00000d6e defined   .text           local   function
     56 $C$L54          0x00000da0 defined   .text           local   function
     57 $C$L55          0x00000dc4 defined   .text           local   function
     58 $C$L56          0x00000dd8 defined   .text           local   function
     59 $C$L57          0x00000dee defined   .text           local   function
     60 $C$L58          0x00000e02 defined   .text           local   function
     61 $C$L59          0x00000e12 defined   .text           local   function
     62 $C$L60          0x00000e26 defined   .text           local   function
     63 $C$L61          0x00000e36 defined   .text           local   function
     64 $C$L62          0x00000e4a defined   .text           local   function
     65 $C$L63          0x00000e5a defined   .text           local   function
     66 $C$L64          0x00000e6e defined   .text           local   function
     67 $C$L65          0x00000e84 defined   .text           local   function
     68 $C$L66          0x00000e98 defined   .text           local   function
     69 $C$SW1          0x00000000 defined   .switch:MmwD... local   object
     70 $C$L67          0x00000ec4 defined   .text           local   function
     71 $C$L68          0x00000f48 defined   .text           local   function
     72 $C$L69          0x00000f4a defined   .text           local   function
     73 $C$L70          0x00000f8a defined   .text           local   function
     74 $C$L71          0x00001014 defined   .text           local   function
     75 $C$L72          0x00001016 defined   .text           local   function
     76 $C$L73          0x00001052 defined   .text           local   function
     77 $C$L74          0x000010f0 defined   .text           local   function
     78 $C$L75          0x000011a0 defined   .text           local   function
     79 $C$L76          0x0000124a defined   .text           local   function
     80 $C$L77          0x0000130a defined   .text           local   function
     81 $C$L78          0x00001398 defined   .text           local   function
     82 $C$L79          0x00001408 defined   .text           local   function
     83 $C$L80          0x00001484 defined   .text           local   function
     84 $C$L81          0x00001488 defined   .text           local   function
     85 $C$L82          0x000014c2 defined   .text           local   function
     86 $C$L83          0x00001550 defined   .text           local   function
     87 $C$L84          0x00001554 defined   .text           local   function
     88 $C$L85          0x0000158e defined   .text           local   function
     89 $C$L86          0x00001590 defined   .text           local   function
     90 $C$L87          0x000015ea defined   .text           local   function
     91 $C$L88          0x0000160a defined   .text           local   function
     92 $C$L89          0x0000162a defined   .text           local   function
     93 $C$L90          0x00001640 defined   .text           local   function
     94 $C$L91          0x00001642 defined   .text           local   function
     95 $C$L92          0x0000164c defined   .text           local   function
     96 $C$L93          0x00001706 defined   .text           local   function
     97 $C$L94          0x00001724 defined   .text           local   function
     98 $C$L95          0x00001726 defined   .text           local   function
     99 $C$L96          0x00001730 defined   .text           local   function
    100 $C$L97          0x00001736 defined   .text           local   function
    101 $C$L98          0x00001748 defined   .text           local   function
    102 $C$L99          0x0000181a defined   .text           local   function
    103 $C$L100         0x00001836 defined   .text           local   function
    104 $C$L101         0x0000184c defined   .text           local   function
    105 $C$L102         0x00001858 defined   .text           local   function
    106 $C$L103         0x00001880 defined   .text           local   function
    107 $C$L104         0x00001896 defined   .text           local   function
    108 $C$L105         0x000018c8 defined   .text           local   function
    109 $C$L106         0x000018f0 defined   .text           local   function
    110 $C$L107         0x0000190a defined   .text           local   function
    111 $C$L108         0x00001930 defined   .text           local   function
    112 $C$L109         0x0000194c defined   .text           local   function
    113 $C$L110         0x000019a8 defined   .text           local   function
    114 $C$L111         0x000019cc defined   .text           local   function
    115 $C$L112         0x000019d0 defined   .text           local   function
    116 $C$L113         0x00001a26 defined   .text           local   function
    117 $C$L114         0x00001a48 defined   .text           local   function
    118 $C$L115         0x00001a6a defined   .text           local   function
    119 $C$L116         0x00001a80 defined   .text           local   function
    120 $C$L117         0x00001a82 defined   .text           local   function
    121 $C$L118         0x00001a8c defined   .text           local   function
    122 $C$L119         0x00001b46 defined   .text           local   function
    123 $C$L120         0x00001b64 defined   .text           local   function
    124 $C$L121         0x00001b66 defined   .text           local   function
    125 $C$L122         0x00001b70 defined   .text           local   function
    126 $C$L123         0x00001b76 defined   .text           local   function
    127 $C$L124         0x00001b88 defined   .text           local   function
    128 $C$L125         0x00001c80 defined   .text           local   function
    129 $C$L126         0x00001cf0 defined   .text           local   function
    130 $C$L127         0x00001d0a defined   .text           local   function
    131 $C$L128         0x00001d10 defined   .text           local   function
    132 $C$L129         0x00001d28 defined   .text           local   function
    133 $C$L130         0x00001db4 defined   .text           local   function
    134 $C$L131         0x00001e18 defined   .text           local   function
    135 $C$L132         0x00001e78 defined   .text           local   function
    136 $C$L133         0x00001e92 defined   .text           local   function
    137 $C$L134         0x00001e98 defined   .text           local   function
    138 $C$L135         0x00001eb4 defined   .text           local   function
    139 $C$L136         0x00001ed2 defined   .text           local   function
    140 $C$L137         0x00001ed8 defined   .text           local   function
    141 $C$L138         0x00001ef0 defined   .text           local   function
    142 $C$L139         0x00001f80 defined   .text           local   function
    143 $C$L140         0x00001fe4 defined   .text           local   function
    144 $C$L141         0x00002044 defined   .text           local   function
    145 $C$L142         0x00002062 defined   .text           local   function
    146 $C$L143         0x00002068 defined   .text           local   function
    147 $C$L144         0x00002084 defined   .text           local   function
    148 $C$L145         0x00002098 defined   .text           local   function
    149 $C$L146         0x000020c4 defined   .text           local   function
    150 $C$L147         0x000020e0 defined   .text           local   function
    151 $C$L148         0x00002138 defined   .text           local   function
    152 $C$L149         0x00002160 defined   .text           local   function
    153 $C$L150         0x00002164 defined   .text           local   function
    154 $C$L151         0x00002188 defined   .text           local   function
    155 $C$L152         0x00002204 defined   .text           local   function
    156 $C$L153         0x0000226c defined   .text           local   function
    157 $C$L154         0x000022c0 defined   .text           local   function
    158 $C$L155         0x0000232a defined   .text           local   function
    159 $C$L156         0x000023a0 defined   .text           local   function
    160 $C$L157         0x00002408 defined   .text           local   function
    161 $C$L158         0x00002480 defined   .text           local   function
    162 $C$L159         0x00002490 defined   .text           local   function
    163 $C$L160         0x000024f4 defined   .text           local   function
    164 $C$L161         0x00002564 defined   .text           local   function
    165 $C$L162         0x00002578 defined   .text           local   function
    166 $C$L163         0x000025e6 defined   .text           local   function
    167 $C$L164         0x00002660 defined   .text           local   function
    168 $C$L165         0x000026ca defined   .text           local   function
    169 $C$L166         0x00002744 defined   .text           local   function
    170 $C$L167         0x00002754 defined   .text           local   function
    171 $C$L168         0x000027a0 defined   .text           local   function
    172 $C$L169         0x000027cc defined   .text           local   function
    173 $C$L170         0x000027d4 defined   .text           local   function
    174 $C$L171         0x0000290c defined   .text           local   function
    175 $C$L172         0x00002924 defined   .text           local   function
    176 $C$L173         0x000029b8 defined   .text           local   function
    177 $C$L174         0x000029d4 defined   .text           local   function
    178 $C$L175         0x00002a38 defined   .text           local   function
    179 $C$L176         0x00002a58 defined   .text           local   function
    180 $C$L177         0x00002a64 defined   .text           local   function
    181 $C$L178         0x00002b86 defined   .text           local   function
    182 $C$L179         0x00002ba4 defined   .text           local   function
    183 $C$L180         0x00002bd6 defined   .text           local   function
    184 $C$L181         0x00002bf4 defined   .text           local   function
    185 $C$L182         0x00002c28 defined   .text           local   function
    186 $C$L183         0x00002c86 defined   .text           local   function
    187 $C$L184         0x00002ccc defined   .text           local   function
    188 $C$L185         0x00002ce4 defined   .text           local   function
    189 $C$L186         0x00002d10 defined   .text           local   function
    190 $C$L187         0x00002d8c defined   .text           local   function
    191 $C$L188         0x00002da0 defined   .text           local   function
    192 $C$L189         0x00002e40 defined   .text           local   function
    193 $C$L190         0x00002ec6 defined   .text           local   function
    194 $C$L191         0x00002f6a defined   .text           local   function
    195 $C$L192         0x00002f78 defined   .text           local   function
    196 $C$L193         0x00002f94 defined   .text           local   function
    197 $C$L194         0x00003008 defined   .text           local   function
    198 $C$L195         0x00003068 defined   .text           local   function
    199 $C$L196         0x0000307a defined   .text           local   function
    200 $C$L197         0x000030ac defined   .text           local   function
    201 $C$L198         0x000031a4 defined   .text           local   function
    202 $C$L199         0x00003212 defined   .text           local   function
    203 $C$L200         0x00003220 defined   .text           local   function
    204 $C$L201         0x000032a8 defined   .text           local   function
    205 $C$L202         0x000032f4 defined   .text           local   function
    206 $C$L203         0x00003318 defined   .text           local   function
    207 $C$L204         0x00003368 defined   .text           local   function
    208 $C$L205         0x000033b4 defined   .text           local   function
    209 $C$L206         0x00003424 defined   .text           local   function
    210 $C$L207         0x000034ca defined   .text           local   function
    211 $C$L208         0x000034d8 defined   .text           local   function
    212 $C$L209         0x00003500 defined   .text           local   function
    213 $C$L210         0x00003568 defined   .text           local   function
    214 $C$L211         0x00003602 defined   .text           local   function
    215 $C$L212         0x00003624 defined   .text           local   function
    216 $C$L213         0x000036ac defined   .text           local   function
    217 $C$L214         0x00003724 defined   .text           local   function
    218 $C$L215         0x000037a6 defined   .text           local   function
    219 $C$L216         0x000037c0 defined   .text           local   function
    220 $C$L217         0x000037da defined   .text           local   function
    221 $C$L218         0x00003876 defined   .text           local   function
    222 $C$L219         0x00003890 defined   .text           local   function
    223 $C$L220         0x000038ae defined   .text           local   function
    224 $C$L221         0x000038e0 defined   .text           local   function
    225 $C$L222         0x0000394e defined   .text           local   function
    226 $C$L223         0x00003968 defined   .text           local   function
    227 $C$L224         0x00003988 defined   .text           local   function
    228 $C$L225         0x000039fa defined   .text           local   function
    229 $C$L226         0x00003a14 defined   .text           local   function
    230 $C$L227         0x00003a34 defined   .text           local   function
    231 $C$L228         0x00003c84 defined   .text           local   function
    232 $C$L229         0x00003cce defined   .text           local   function
    233 $C$L230         0x00003d48 defined   .text           local   function
    234 $C$L231         0x00003d64 defined   .text           local   function
    235 $C$L232         0x00003d68 defined   .text           local   function
    236 $C$L233         0x00003f24 defined   .text           local   function
    237 $C$L234         0x00003f28 defined   .text           local   function
    238 $C$L235         0x00003f88 defined   .text           local   function
    239 $C$L236         0x00003f8c defined   .text           local   function
    240 $C$L237         0x00004014 defined   .text           local   function
    241 $C$L238         0x00004016 defined   .text           local   function
    242 $C$L239         0x00004034 defined   .text           local   function
    243 $C$L240         0x00004038 defined   .text           local   function
    244 $C$L241         0x0000403a defined   .text           local   function
    245 $C$L242         0x000040f0 defined   .text           local   function
    246 $C$L243         0x000040f6 defined   .text           local   function
    247 $C$L244         0x00004130 defined   .text           local   function
    248 $C$L245         0x00004132 defined   .text           local   function
    249 $C$L246         0x00004160 defined   .text           local   function
    250 $C$L247         0x00004162 defined   .text           local   function
    251 $C$L248         0x000041a4 defined   .text           local   function
    252 $C$L249         0x000041a8 defined   .text           local   function
    253 $C$L250         0x00004378 defined   .text           local   function
    254 $C$L251         0x00004620 defined   .text           local   function
    255 $C$L252         0x000046f0 defined   .text           local   function
    256 $C$L253         0x00004702 defined   .text           local   function
    257 $C$L254         0x0000470e defined   .text           local   function
    258 $C$L255         0x00004724 defined   .text           local   function
    259 $C$L256         0x0000473a defined   .text           local   function
    260 $C$L257         0x00004758 defined   .text           local   function
    261 $C$L258         0x000047f0 defined   .text           local   function
    262 $C$L259         0x00004802 defined   .text           local   function
    263 $C$L260         0x0000480e defined   .text           local   function
    264 $C$L261         0x00004824 defined   .text           local   function
    265 $C$L262         0x0000483a defined   .text           local   function
    266 $C$L263         0x00004856 defined   .text           local   function
    267 $C$L264         0x0000486a defined   .text           local   function
    268 $C$L265         0x00004878 defined   .text           local   function
    269 $C$L266         0x0000488c defined   .text           local   function
    270 $C$L267         0x000048a4 defined   .text           local   function
    271 $C$SL1          0x00000000 defined   .const:.string  local   object
    272 $C$SL2          0x00000014 defined   .const:.string  local   object
    273 $C$SL3          0x0000004c defined   .const:.string  local   object
    274 $C$SL4          0x0000008c defined   .const:.string  local   object
    275 $C$SL5          0x000000b6 defined   .const:.string  local   object
    276 $C$SL6          0x000000b9 defined   .const:.string  local   object
    277 $C$SL7          0x000000bc defined   .const:.string  local   object
    278 .text           0x00000000 defined   .text           local   section
    279 .l3data         0x00000000 defined   .l3data         local   section
    280 .l2data         0x00000000 defined   .l2data         local   section
    281 .l1data         0x00000000 defined   .l1data         local   section
    282 .switch:MmwD... 0x00000000 defined   .switch:MmwD... local   section
    283 .const:.string  0x00000000 defined   .const:.string  local   section
    284 __c6xabi_pus... 0x00000000 undefined N/A             global  none
    285 MmwDemo_edma... 0x00003a4c defined   .text           global  function
    286 sin             0x00000000 undefined N/A             global  none
    287 __c6xabi_fixfu  0x00000000 undefined N/A             global  none
    288 MmwDemo_wait... 0x000036b4 defined   .text           global  function
    289 gen_twiddle_... 0x00000000 undefined N/A             global  none
    290 MmwDemo_data... 0x00003b70 defined   .text           global  function
    291 mmwavelib_cf... 0x00000000 undefined N/A             global  none
    292 mmwavelib_ac... 0x00000000 undefined N/A             global  none
    293 MmwDemo_genD... 0x00003708 defined   .text           global  function
    294 MmwDemo_data... 0x00003ad8 defined   .text           global  function
    295 MmwDemo_Yest... 0x00000a2c defined   .text           global  function
    296 EDMA_open       0x00000000 undefined N/A             global  none
    297 __c6xabi_divd   0x00000000 undefined N/A             global  none
    298 __c6xabi_divf   0x00000000 undefined N/A             global  none
    299 sqrtsp          0x00000000 undefined N/A             global  none
    300 MmwDemo_setD... 0x00000044 defined   .text           global  function
    301 MmwDemo_data... 0x00000d20 defined   .text           global  function
    302 MmwDemo_data... 0x00000c4c defined   .text           global  function
    303 memset          0x00000000 undefined N/A             global  none
    304 MmwDemo_data... 0x00000cb4 defined   .text           global  function
    305 MmwDemo_XYes... 0x000001b8 defined   .text           global  function
    306 MmwDemo_data... 0x00000b78 defined   .text           global  function
    307 MmwDemo_edma... 0x00003a74 defined   .text           global  function
    308 cos             0x00000000 undefined N/A             global  none
    309 MmwDemo_dcRa... 0x0000220c defined   .text           global  function
    310 MmwDemo_genW... 0x00004580 defined   .text           global  function
    311 MmwDemo_pow2... 0x0000018c defined   .text           global  function
    312 MmwDemo_rese... 0x00000020 defined   .text           global  function
    313 mmwavelib_cf... 0x00000000 undefined N/A             global  none
    314 MmwDemo_inte... 0x00002760 defined   .text           global  function
    315 ti_sysbios_k... 0x00000000 undefined N/A             global  none
    316 __c6xabi_pop... 0x00000000 undefined N/A             global  none
    317 ti_sysbios_k... 0x00000000 undefined N/A             global  none
    318 EDMAutil_con... 0x00000000 undefined N/A             global  none
    319 EDMAutil_con... 0x00000000 undefined N/A             global  none
    320 ti_sysbios_k... 0x00000000 undefined N/A             global  none
    321 MmwDemo_cfar... 0x00001598 defined   .text           global  function
    322 DSP_fft32x32    0x00000000 undefined N/A             global  none
    323 MmwDemo_proc... 0x00003534 defined   .text           global  function
    324 MmwDemo_data... 0x00000d68 defined   .text           global  function
    325 MmwDemo_data... 0x00000be4 defined   .text           global  function
    326 gMmwL3          0x00000000 defined   .l3data         global  object
    327 gMmwL2          0x00000000 defined   .l2data         global  object
    328 gMmwL1          0x00000000 defined   .l1data         global  object
    329 divsp           0x00000000 undefined N/A             global  none
    330 EDMA_getNumI... 0x00000000 undefined N/A             global  none
    331 EDMA_init       0x00000000 undefined N/A             global  none
    332 MmwDemo_magn... 0x0000216c defined   .text           global  function
    333 xdc_runtime_... 0x00000000 undefined N/A             global  none
    334 log2sp          0x00000000 undefined N/A             global  none
    335 SOC_translat... 0x00000000 undefined N/A             global  none
    336 EDMAutil_tri... 0x00000000 undefined N/A             global  none
    337 mmwavelib_lo... 0x00000000 undefined N/A             global  none
    338 gCycleLog       0x00000000 undefined N/A             global  none
    339 MmwDemo_cfar... 0x000019e0 defined   .text           global  function
    340 EDMA_isTrans... 0x00000000 undefined N/A             global  none
    341 MmwDemo_prin... 0x00003d70 defined   .text           global  function
    342 MmwDemo_data... 0x000044a0 defined   .text           global  function
    343 EDMA_startDm... 0x00000000 undefined N/A             global  none
    344 MmwDemo_data... 0x00000ecc defined   .text           global  function
    345 MmwDemo_getD... 0x000000ec defined   .text           global  function
    346 MmwDemo_EDMA... 0x00000db0 defined   .text           global  function
    347 MmwDemo_isSe... 0x00000094 defined   .text           global  function
    348 EDMAutil_con... 0x00000000 undefined N/A             global  none
    349 ti_sysbios_k... 0x00000000 undefined N/A             global  none
    350 MmwDemo_data... 0x00003aa0 defined   .text           global  function
    351 mmwavelib_df... 0x00000000 undefined N/A             global  none
    352 mmwavelib_wi... 0x00000000 undefined N/A             global  none
    353 MmwDemo_data... 0x00003db4 defined   .text           global  function
    354 gen_twiddle_... 0x00000000 undefined N/A             global  none
    355 _DebugP_assert  0x00000000 undefined N/A             global  none
    356 EDMA_configE... 0x00000000 undefined N/A             global  none
    357 mmwavelib_wi... 0x00000000 undefined N/A             global  none
    358 MmwDemo_data... 0x00003de4 defined   .text           global  function
    359 MmwDemo_inte... 0x00002960 defined   .text           global  function
    360 DSP_fft16x16    0x00000000 undefined N/A             global  none

 String Table ".strtab"

    offset  string
    ------  ------
         0  ""
         1  "0478410"
         9  "ti_sysbios_knl_Semaphore_Params_init"
        46  "$C$L1"
        52  "$C$L2"
        58  "$C$L3"
        64  "$C$L4"
        70  "$C$L5"
        76  "$C$L6"
        82  "$C$L7"
        88  "$C$L8"
        94  "$C$L9"
       100  "$C$L10"
       107  "$C$L11"
       114  "$C$L12"
       121  "$C$L13"
       128  "$C$L14"
       135  "$C$L15"
       142  "$C$L16"
       149  "$C$L17"
       156  "$C$L18"
       163  "$C$L19"
       170  "$C$L20"
       177  "$C$L21"
       184  "$C$L22"
       191  "$C$L23"
       198  "$C$L24"
       205  "$C$L25"
       212  "$C$L26"
       219  "$C$L27"
       226  "$C$L28"
       233  "$C$L29"
       240  "$C$L30"
       247  "$C$L31"
       254  "$C$L32"
       261  "$C$L33"
       268  "$C$L34"
       275  "$C$L35"
       282  "$C$L36"
       289  "$C$L37"
       296  "$C$L38"
       303  "$C$L39"
       310  "$C$L40"
       317  "$C$L41"
       324  "$C$L42"
       331  "$C$L43"
       338  "$C$L44"
       345  "$C$L45"
       352  "$C$L46"
       359  "$C$L47"
       366  "$C$L48"
       373  "$C$L49"
       380  "$C$L50"
       387  "$C$L51"
       394  "$C$L52"
       401  "$C$L53"
       408  "$C$L54"
       415  "$C$L55"
       422  "$C$L56"
       429  "$C$L57"
       436  "$C$L58"
       443  "$C$L59"
       450  "$C$L60"
       457  "$C$L61"
       464  "$C$L62"
       471  "$C$L63"
       478  "$C$L64"
       485  "$C$L65"
       492  "$C$L66"
       499  "$C$SW1"
       506  "$C$L67"
       513  "$C$L68"
       520  "$C$L69"
       527  "$C$L70"
       534  "$C$L71"
       541  "$C$L72"
       548  "$C$L73"
       555  "$C$L74"
       562  "$C$L75"
       569  "$C$L76"
       576  "$C$L77"
       583  "$C$L78"
       590  "$C$L79"
       597  "$C$L80"
       604  "$C$L81"
       611  "$C$L82"
       618  "$C$L83"
       625  "$C$L84"
       632  "$C$L85"
       639  "$C$L86"
       646  "$C$L87"
       653  "$C$L88"
       660  "$C$L89"
       667  "$C$L90"
       674  "$C$L91"
       681  "$C$L92"
       688  "$C$L93"
       695  "$C$L94"
       702  "$C$L95"
       709  "$C$L96"
       716  "$C$L97"
       723  "$C$L98"
       730  "$C$L99"
       737  "$C$L100"
       745  "$C$L101"
       753  "$C$L102"
       761  "$C$L103"
       769  "$C$L104"
       777  "$C$L105"
       785  "$C$L106"
       793  "$C$L107"
       801  "$C$L108"
       809  "$C$L109"
       817  "$C$L110"
       825  "$C$L111"
       833  "$C$L112"
       841  "$C$L113"
       849  "$C$L114"
       857  "$C$L115"
       865  "$C$L116"
       873  "$C$L117"
       881  "$C$L118"
       889  "$C$L119"
       897  "$C$L120"
       905  "$C$L121"
       913  "$C$L122"
       921  "$C$L123"
       929  "$C$L124"
       937  "$C$L125"
       945  "$C$L126"
       953  "$C$L127"
       961  "$C$L128"
       969  "$C$L129"
       977  "$C$L130"
       985  "$C$L131"
       993  "$C$L132"
      1001  "$C$L133"
      1009  "$C$L134"
      1017  "$C$L135"
      1025  "$C$L136"
      1033  "$C$L137"
      1041  "$C$L138"
      1049  "$C$L139"
      1057  "$C$L140"
      1065  "$C$L141"
      1073  "$C$L142"
      1081  "$C$L143"
      1089  "$C$L144"
      1097  "$C$L145"
      1105  "$C$L146"
      1113  "$C$L147"
      1121  "$C$L148"
      1129  "$C$L149"
      1137  "$C$L150"
      1145  "$C$L151"
      1153  "$C$L152"
      1161  "$C$L153"
      1169  "$C$L154"
      1177  "$C$L155"
      1185  "$C$L156"
      1193  "$C$L157"
      1201  "$C$L158"
      1209  "$C$L159"
      1217  "$C$L160"
      1225  "$C$L161"
      1233  "$C$L162"
      1241  "$C$L163"
      1249  "$C$L164"
      1257  "$C$L165"
      1265  "$C$L166"
      1273  "$C$L167"
      1281  "$C$L168"
      1289  "$C$L169"
      1297  "$C$L170"
      1305  "$C$L171"
      1313  "$C$L172"
      1321  "$C$L173"
      1329  "$C$L174"
      1337  "$C$L175"
      1345  "$C$L176"
      1353  "$C$L177"
      1361  "$C$L178"
      1369  "$C$L179"
      1377  "$C$L180"
      1385  "$C$L181"
      1393  "$C$L182"
      1401  "$C$L183"
      1409  "$C$L184"
      1417  "$C$L185"
      1425  "$C$L186"
      1433  "$C$L187"
      1441  "$C$L188"
      1449  "$C$L189"
      1457  "$C$L190"
      1465  "$C$L191"
      1473  "$C$L192"
      1481  "$C$L193"
      1489  "$C$L194"
      1497  "$C$L195"
      1505  "$C$L196"
      1513  "$C$L197"
      1521  "$C$L198"
      1529  "$C$L199"
      1537  "$C$L200"
      1545  "$C$L201"
      1553  "$C$L202"
      1561  "$C$L203"
      1569  "$C$L204"
      1577  "$C$L205"
      1585  "$C$L206"
      1593  "$C$L207"
      1601  "$C$L208"
      1609  "$C$L209"
      1617  "$C$L210"
      1625  "$C$L211"
      1633  "$C$L212"
      1641  "$C$L213"
      1649  "$C$L214"
      1657  "$C$L215"
      1665  "$C$L216"
      1673  "$C$L217"
      1681  "$C$L218"
      1689  "$C$L219"
      1697  "$C$L220"
      1705  "$C$L221"
      1713  "$C$L222"
      1721  "$C$L223"
      1729  "$C$L224"
      1737  "$C$L225"
      1745  "$C$L226"
      1753  "$C$L227"
      1761  "$C$L228"
      1769  "$C$L229"
      1777  "$C$L230"
      1785  "$C$L231"
      1793  "$C$L232"
      1801  "$C$L233"
      1809  "$C$L234"
      1817  "$C$L235"
      1825  "$C$L236"
      1833  "$C$L237"
      1841  "$C$L238"
      1849  "$C$L239"
      1857  "$C$L240"
      1865  "$C$L241"
      1873  "$C$L242"
      1881  "$C$L243"
      1889  "$C$L244"
      1897  "$C$L245"
      1905  "$C$L246"
      1913  "$C$L247"
      1921  "$C$L248"
      1929  "$C$L249"
      1937  "$C$L250"
      1945  "$C$L251"
      1953  "$C$L252"
      1961  "$C$L253"
      1969  "$C$L254"
      1977  "$C$L255"
      1985  "$C$L256"
      1993  "$C$L257"
      2001  "$C$L258"
      2009  "$C$L259"
      2017  "$C$L260"
      2025  "$C$L261"
      2033  "$C$L262"
      2041  "$C$L263"
      2049  "$C$L264"
      2057  "$C$L265"
      2065  "$C$L266"
      2073  "$C$L267"
      2081  "$C$SL1"
      2088  "$C$SL2"
      2095  "$C$SL3"
      2102  "$C$SL4"
      2109  "$C$SL5"
      2116  "$C$SL6"
      2123  "$C$SL7"
      2130  ".text"
      2136  ".l3data"
      2144  ".l2data"
      2152  ".l1data"
      2160  ".switch:MmwDemo_EDMA_transferCompletionCallbackFxn"
      2211  ".const:.string"
      2226  "__c6xabi_push_rts"
      2244  "MmwDemo_edmaErrorCallbackFxn"
      2273  "sin"
      2277  "__c6xabi_fixfu"
      2292  "MmwDemo_waitEndOfChirps"
      2316  "gen_twiddle_fft32x32"
      2337  "MmwDemo_dataPathInitEdma"
      2362  "mmwavelib_cfarCadB_SOGO"
      2386  "mmwavelib_accum16"
      2404  "MmwDemo_genDftSinCosTable"
      2430  "MmwDemo_dataPathDeleteSemaphore"
      2462  "MmwDemo_Yestimation"
      2482  "EDMA_open"
      2492  "__c6xabi_divd"
      2506  "__c6xabi_divf"
      2520  "sqrtsp"
      2527  "MmwDemo_setDopplerLine"
      2550  "MmwDemo_dataPathWaitTransDetMatrix"
      2585  "MmwDemo_dataPathWait2DInputData"
      2617  "memset"
      2624  "MmwDemo_dataPathWait3DInputData"
      2656  "MmwDemo_XYestimation"
      2677  "MmwDemo_dataPathWait1DInputData"
      2709  "MmwDemo_edmaTransferControllerErrorCallbackFxn"
      2756  "cos"
      2760  "MmwDemo_dcRangeSignatureCompensation"
      2797  "MmwDemo_genWindow"
      2815  "MmwDemo_pow2roundup"
      2835  "MmwDemo_resetDopplerLines"
      2861  "mmwavelib_cfarCadBwrap"
      2884  "MmwDemo_interChirpProcessing"
      2913  "ti_sysbios_knl_Semaphore_Params__init__S"
      2954  "__c6xabi_pop_rts"
      2971  "ti_sysbios_knl_Semaphore_post__E"
      3004  "EDMAutil_configType3"
      3025  "EDMAutil_configType1"
      3046  "ti_sysbios_knl_Semaphore_create"
      3078  "MmwDemo_cfarPeakGrouping"
      3103  "DSP_fft32x32"
      3116  "MmwDemo_processChirp"
      3137  "MmwDemo_dataPathWaitTransDetMatrix2"
      3173  "MmwDemo_dataPathWait1DOutputData"
      3206  "gMmwL3"
      3213  "gMmwL2"
      3220  "gMmwL1"
      3227  "divsp"
      3233  "EDMA_getNumInstances"
      3254  "EDMA_init"
      3264  "MmwDemo_magnitudeSquared"
      3289  "xdc_runtime_System_printf__E"
      3318  "log2sp"
      3325  "SOC_translateAddress"
      3346  "EDMAutil_triggerType3"
      3368  "mmwavelib_log2Abs32"
      3388  "gCycleLog"
      3398  "MmwDemo_cfarPeakGroupingCfarQualified"
      3436  "EDMA_isTransferComplete"
      3460  "MmwDemo_printHeapStats"
      3483  "MmwDemo_dataPathConfigFFTs"
      3510  "EDMA_startDmaTransfer"
      3532  "MmwDemo_dataPathConfigEdma"
      3559  "MmwDemo_getDopplerLine"
      3582  "MmwDemo_EDMA_transferCompletionCallbackFxn"
      3625  "MmwDemo_isSetDopplerLine"
      3650  "EDMAutil_configType2a"
      3672  "ti_sysbios_knl_Semaphore_delete"
      3704  "MmwDemo_dataPathInit1Dstate"
      3732  "mmwavelib_dftSingleBin"
      3755  "mmwavelib_windowing16x16"
      3780  "MmwDemo_dataPathConfigAzimuthHeatMap"
      3817  "gen_twiddle_fft16x16"
      3838  "_DebugP_assert"
      3853  "EDMA_configErrorMonitoring"
      3880  "mmwavelib_windowing16x32"
      3905  "MmwDemo_dataPathConfigBuffers"
      3935  "MmwDemo_interFrameProcessing"
      3964  "DSP_fft16x16"

 String Table ".shstrtab"

    offset  string
    ------  ------
         0  ""
         1  ".text"
         7  ".l3data"
        15  ".l2data"
        23  ".l1data"
        31  ".switch:MmwDemo_EDMA_transferCompletionCallbackFxn"
        82  ".const:.string"
        97  ".c6xabi.attributes"
       116  ".symtab"
       124  ".rel.text"
       134  ".rela.text"
       145  ".rel.switch:MmwDemo_EDMA_transferCompletionCallbackFxn"
       200  ".TI.symbol.alias"
       217  ".TI.section.flags"
       235  ".strtab"
       243  ".shstrtab"

  • Hello Peter,
    I will move your question to the compiler forum. The experts there can help you best.

    Thanks
    ki
  • The object file dss_data_path.oe674 has no input sections named .text:MmwDemo_something .  It only has on large input section named .text.  You can see that from the listing of sections in the analysis file ...

     Section Information
    
        id name                      load addr  run addr      size align alloc
        -- ----                      ---------  --------      ---- ----- -----
         0 (no name)                 0x00000000 0x00000000     0x0     0   N
         1 .text                     0x00000000 0x00000000  0x48c0    32   Y
         2 .l3data                   0x00000000 0x00000000 0xa0000     8   Y
         3 .l2data                   0x00000000 0x00000000  0xc000     8   Y
         4 .l1data                   0x00000000 0x00000000  0x4000     8   Y
         5 .switch:MmwDemo_EDMA_t... 0x00000000 0x00000000    0x30     4   Y
         6 .const:.string            0x00000000 0x00000000    0xbf     4   Y
         7 .c6xabi.attributes        0x00000000 0x00000000    0x44     0   N
         8 .symtab                   0x00000000 0x00000000  0x1690     0   N
         9 .rel.text                 0x00000000 0x00000000   0x4a0     0   N
        10 .rela.text                0x00000000 0x00000000   0x2e8     0   N
        11 .rel.switch:MmwDemo_ED... 0x00000000 0x00000000    0x60     0   N
        12 .TI.symbol.alias          0x00000000 0x00000000     0x9     0   N
        13 .TI.section.flags         0x00000000 0x00000000    0x1a     0   N
        14 .strtab                   0x00000000 0x00000000   0xf89     0   N
        15 .shstrtab                 0x00000000 0x00000000    0xfd     0   N
    

    The typical way to get subsections named .text:name_of_function is to build with the compiler switch --gen_func_subsections.  Please read more about that option in the C6000 compiler manual.

    Thanks and regards,

    -George

  • Thanks for your reply. It works.