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/TMS320C6657: 6657

Part Number: TMS320C6657

Tool/software: Code Composer Studio

Hi,

 I have build a code base in CCS5 and CCS7. Baring the compiler versions all other packages are same.

The .map file generated in both of the IDEs are different.

CCS7:

.cinit 0 00892778 00005ef0 

00892778 00004d7c (.cinit..fardata.load) [load image]

CCS5:

.cinit 0 9f0ac30c 00002a4c
9f0ac30c 0000277e (.cinit..fardata.2.load) [load image, compression = rle]
9f0aea8a 00000002 --HOLE-- [fill = 0]

You can observe that the length of ".cinit..fardata.load" differs by significant value.

I have set --zero_init = on and --cinit_compression=off in project linker settings.

How can I apply rle compression for .fardata section only in CCS7

Regards,

Pradeep

  • For some reason the CCS5 build compresses the .cinit section, while the CCS7 build does not.  Since you use --cinit_compression=off, I presume CCS7 is the result you want.  

    For the CCS5 build, please conduct the build again, then save off the contents of the Console view.  Use the icon Copy Build Log to save the entire build log into a text file.  Be sure to name the text file with the file extension .txt.  Please attach it to your next post.

    Thanks and regards,

    -George

  • DPM1_Console.txt
    **** Build of configuration Release for project dpm1_steady ****
    
    "C:\\ti_v5\\ccsv5\\utils\\bin\\gmake" -k -j 4 all 
    'Building file: ../dpm1_steady.cfg'
    'Invoking: XDCtools'
    "C:/ti_v5/xdctools_3_23_04_60/xs" --xdcpath="C:/ti_v5/bios_6_33_06_50/packages;C:/ti_v5/ipc_1_24_03_32/packages;D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages;C:/ti_v5/ccsv5/ccs_base;D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/memorymap;C:/ti/codec_engine_3_23_00_07/packages;C:/ti/codec_engine_3_23_00_07/examples;C:/ti_v5/edma3_lld_02_11_05_02/packages;C:/ti_v5/pdk_C6657_1_1_2_6/packages;C:/ti_v5/xdais_7_23_00_06/packages;C:/ti_v5/xdais_7_23_00_06/examples;C:/ti_v5/dsplib_c66x_3_4_0_0/packages;C:/ti_v5/mathlib_c66x_3_1_1_0/packages;C:/ti/framework_components_3_23_02_16/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p evm6657_core1 -r release -c "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1" --compileOptions "-g --optimize_with_debug" "../dpm1_steady.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring dpm1_steady.xe66 from package/cfg/dpm1_steady_pe66.cfg ...
    Setting to dskt2's functions 
    useModule Settings: 6600
    Auto-registering resource manager for EDMA3CHAN
    Heap: ti.sysbios.heaps.HeapMem
    manageIpc = true
        will link with aloka.codecs.sf:lib/debug/sf.ae66
        will link with aloka.codecs.twodsc:lib/debug/twodsc.ae66
        will link with aloka.codecs.rfiq:lib/debug/rfiq.ae66
    Inside EDMA3 Drv getLibs
        will link with aloka.driver.edma3.drv6657:lib/66/release/aloka.driver.edma3.drv6657.ae66
    Inside EDMA3 Drv getLibs
        will link with ti.sdo.edma3.drv:lib/66/release/edma3_lld_drv.ae66
    Inside EDMA3 RM getLibs
        will link with ti.sdo.edma3.rm:lib/c6657-sim/66/release/edma3_lld_rm.ae66
    cle66 package/cfg/dpm1_steady_pe66.c ...
    'Finished building: ../dpm1_steady.cfg'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_DT10_gpio_drv.c'
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_Global.c'
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_LineBufferProxy.c'
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_Osal.c'
    'Invoking: C6000 Compiler'
    'Invoking: C6000 Compiler'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/COM_DT10_gpio_drv.pp" --obj_directory="src" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_DT10_gpio_drv.c"
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/COM_Global.pp" --obj_directory="src" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_Global.c"
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/COM_LineBufferProxy.pp" --obj_directory="src" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_LineBufferProxy.c"
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/COM_Osal.pp" --obj_directory="src" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_Osal.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_Global.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_Semaphore.c'
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_Osal.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/COM_Semaphore.pp" --obj_directory="src" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_Semaphore.c"
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_Uart.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/COM_Uart.pp" --obj_directory="src" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_Uart.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_DT10_gpio_drv.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/src/IQmathTables.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/IQmathTables.pp" --obj_directory="src" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/src/IQmathTables.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_Semaphore.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/main.c'
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_Uart.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/main.pp" --obj_directory="src" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/main.c"
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/SEQ/PFSEQ_SequencerTask.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/PF/SEQ/PFSEQ_SequencerTask.pp" --obj_directory="src/PF/SEQ" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/SEQ/PFSEQ_SequencerTask.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/src/IQmathTables.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/RLC/PFRLC_RelocationTask.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/PF/RLC/PFRLC_RelocationTask.pp" --obj_directory="src/PF/RLC" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/RLC/PFRLC_RelocationTask.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_LineBufferProxy.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/PCI/PFPCI_PciDataTransferTask.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/PF/PCI/PFPCI_PciDataTransferTask.pp" --obj_directory="src/PF/PCI" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/PCI/PFPCI_PciDataTransferTask.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/main.c'
    ' '
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/RLC/PFRLC_RelocationTask.c'
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/NTF/PFNTF_NotifyTask.c'
    ' '
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/PF/NTF/PFNTF_NotifyTask.pp" --obj_directory="src/PF/NTF" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/NTF/PFNTF_NotifyTask.c"
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/LDM/PFLDM_LineDataMediateTask.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/PF/LDM/PFLDM_LineDataMediateTask.pp" --obj_directory="src/PF/LDM" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/LDM/PFLDM_LineDataMediateTask.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/SEQ/PFSEQ_SequencerTask.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/FLASH/PFFLASH_FlashAccessTask.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/PF/FLASH/PFFLASH_FlashAccessTask.pp" --obj_directory="src/PF/FLASH" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/FLASH/PFFLASH_FlashAccessTask.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/PCI/PFPCI_PciDataTransferTask.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/FLASH/PFFLASH_Operation.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/PF/FLASH/PFFLASH_Operation.pp" --obj_directory="src/PF/FLASH" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/FLASH/PFFLASH_Operation.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/NTF/PFNTF_NotifyTask.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_CommandTask.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/PF/CMD/PFCMD_CommandTask.pp" --obj_directory="src/PF/CMD" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_CommandTask.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/FLASH/PFFLASH_Operation.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_Commit.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/PF/CMD/PFCMD_Commit.pp" --obj_directory="src/PF/CMD" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_Commit.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/FLASH/PFFLASH_FlashAccessTask.c'
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/LDM/PFLDM_LineDataMediateTask.c'
    ' '
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_DmaNotify.c'
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_Receive.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/PF/CMD/PFCMD_DmaNotify.pp" --obj_directory="src/PF/CMD" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_DmaNotify.c"
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/PF/CMD/PFCMD_Receive.pp" --obj_directory="src/PF/CMD" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_Receive.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_CommandTask.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_Relocation.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/PF/CMD/PFCMD_Relocation.pp" --obj_directory="src/PF/CMD" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_Relocation.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_DmaNotify.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_RomAccess.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/PF/CMD/PFCMD_RomAccess.pp" --obj_directory="src/PF/CMD" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_RomAccess.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_Commit.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_SendCmd.c'
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_Receive.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/PF/CMD/PFCMD_SendCmd.pp" --obj_directory="src/PF/CMD" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_SendCmd.c"
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_SetBuff.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/PF/CMD/PFCMD_SetBuff.pp" --obj_directory="src/PF/CMD" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_SetBuff.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_Relocation.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CM/APINFO.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/PF/CM/APINFO.pp" --obj_directory="src/PF/CM" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CM/APINFO.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_RomAccess.c'
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CM/APINFO.c'
    ' '
    ' '
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_SetBuff.c'
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CM/PFCM_CpuBufferProxy.c'
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CM/PFCM_CpuMemoryBinder.c'
    ' '
    'Invoking: C6000 Compiler'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/PF/CM/PFCM_CpuBufferProxy.pp" --obj_directory="src/PF/CM" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CM/PFCM_CpuBufferProxy.c"
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CM/PFCM_PciBufferProxy.c'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/PF/CM/PFCM_CpuMemoryBinder.pp" --obj_directory="src/PF/CM" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CM/PFCM_CpuMemoryBinder.c"
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/PF/CM/PFCM_PciBufferProxy.pp" --obj_directory="src/PF/CM" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CM/PFCM_PciBufferProxy.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CMD/PFCMD_SendCmd.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/COM/COM_MessageQ.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/COM/COM_MessageQ.pp" --obj_directory="src/COM" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/COM/COM_MessageQ.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CM/PFCM_CpuBufferProxy.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/COM/COM_TaskHook.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/COM/COM_TaskHook.pp" --obj_directory="src/COM" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/COM/COM_TaskHook.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CM/PFCM_CpuMemoryBinder.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/COM/COM_report.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/COM/COM_report.pp" --obj_directory="src/COM" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/COM/COM_report.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/PF/CM/PFCM_PciBufferProxy.c'
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/COM/COM_MessageQ.c'
    ' '
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/SF/APPSF_ApplicationTask.c'
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/SF/APPSF_SoftFreeze.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/APP/SF/APPSF_ApplicationTask.pp" --obj_directory="src/APP/SF" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/SF/APPSF_ApplicationTask.c"
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/APP/SF/APPSF_SoftFreeze.pp" --obj_directory="src/APP/SF" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/SF/APPSF_SoftFreeze.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/COM/COM_TaskHook.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/RFIQ/APPRFIQ_ApplicationTask.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/APP/RFIQ/APPRFIQ_ApplicationTask.pp" --obj_directory="src/APP/RFIQ" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/RFIQ/APPRFIQ_ApplicationTask.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/COM/COM_report.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/RFIQ/APPRFIQ_DataCapture.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/APP/RFIQ/APPRFIQ_DataCapture.pp" --obj_directory="src/APP/RFIQ" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/RFIQ/APPRFIQ_DataCapture.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/SF/APPSF_SoftFreeze.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/CM/APPCM_InputParameter.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/APP/CM/APPCM_InputParameter.pp" --obj_directory="src/APP/CM" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/CM/APPCM_InputParameter.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/SF/APPSF_ApplicationTask.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/CM/APPCM_OutPutControl.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/APP/CM/APPCM_OutPutControl.pp" --obj_directory="src/APP/CM" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/CM/APPCM_OutPutControl.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/RFIQ/APPRFIQ_ApplicationTask.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/CM/APPCM_SEQResponser.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/APP/CM/APPCM_SEQResponser.pp" --obj_directory="src/APP/CM" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/CM/APPCM_SEQResponser.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/RFIQ/APPRFIQ_DataCapture.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/2DSC/APP2DSC_ApplicationTask.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/APP/2DSC/APP2DSC_ApplicationTask.pp" --obj_directory="src/APP/2DSC" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/2DSC/APP2DSC_ApplicationTask.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/CM/APPCM_InputParameter.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/2DSC/APP2DSC_ScanConversion.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/APP/2DSC/APP2DSC_ScanConversion.pp" --obj_directory="src/APP/2DSC" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/2DSC/APP2DSC_ScanConversion.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/CM/APPCM_OutPutControl.c'
    ' '
    'Building file: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_Cache.c'
    'Invoking: C6000 Compiler'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --include_path="C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM_common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/library/IQmath/include" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/pci" --include_path="D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src" --define=_UART_LOGGING --display_error_number --diag_warning=225 --preproc_with_compile --preproc_dependency="src/COM_Cache.pp" --obj_directory="src" --cmd_file="./configPkg/compiler.opt"  "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_Cache.c"
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/CM/APPCM_SEQResponser.c'
    ' '
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/common/COM_Cache.c'
    ' '
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/2DSC/APP2DSC_ScanConversion.c'
    ' '
    'Finished building: D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/APP/2DSC/APP2DSC_ApplicationTask.c'
    ' '
    'Building target: dpm1_steady.out'
    'Invoking: C6000 Linker'
    "C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/bin/cl6x" -mv6600 --abi=eabi -O2 --define=_UART_LOGGING --display_error_number --diag_warning=225 -z -m"dpm1_steady.map" -i"C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/lib" -i"D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/csl/lib/release" -i"C:/ti_v5/ccsv5/tools/compiler/c6000_7.4.1/include" -i"D:/Pradeep/DSP_CCS_5_3/WS3/DPM/packages/aloka/driver/platform/evmc6657l/platform_lib/lib/release" --priority --warn_sections --display_error_number --rom_model -o "dpm1_steady.out" -l"./configPkg/linker.cmd"  "./src/APP/2DSC/APP2DSC_ScanConversion.obj" "./src/APP/2DSC/APP2DSC_ApplicationTask.obj" "./src/APP/CM/APPCM_SEQResponser.obj" "./src/APP/CM/APPCM_OutPutControl.obj" "./src/APP/CM/APPCM_InputParameter.obj" "./src/APP/RFIQ/APPRFIQ_DataCapture.obj" "./src/APP/RFIQ/APPRFIQ_ApplicationTask.obj" "./src/APP/SF/APPSF_SoftFreeze.obj" "./src/APP/SF/APPSF_ApplicationTask.obj" "./src/COM/COM_report.obj" "./src/COM/COM_TaskHook.obj" "./src/COM/COM_MessageQ.obj" "./src/PF/CM/PFCM_PciBufferProxy.obj" "./src/PF/CM/PFCM_CpuMemoryBinder.obj" "./src/PF/CM/PFCM_CpuBufferProxy.obj" "./src/PF/CM/APINFO.obj" "./src/PF/CMD/PFCMD_SetBuff.obj" "./src/PF/CMD/PFCMD_SendCmd.obj" "./src/PF/CMD/PFCMD_RomAccess.obj" "./src/PF/CMD/PFCMD_Relocation.obj" "./src/PF/CMD/PFCMD_Receive.obj" "./src/PF/CMD/PFCMD_DmaNotify.obj" "./src/PF/CMD/PFCMD_Commit.obj" "./src/PF/CMD/PFCMD_CommandTask.obj" "./src/PF/FLASH/PFFLASH_Operation.obj" "./src/PF/FLASH/PFFLASH_FlashAccessTask.obj" "./src/PF/LDM/PFLDM_LineDataMediateTask.obj" "./src/PF/NTF/PFNTF_NotifyTask.obj" "./src/PF/PCI/PFPCI_PciDataTransferTask.obj" "./src/PF/RLC/PFRLC_RelocationTask.obj" "./src/PF/SEQ/PFSEQ_SequencerTask.obj" "./src/main.obj" "./src/IQmathTables.obj" "./src/COM_Uart.obj" "./src/COM_Semaphore.obj" "./src/COM_Osal.obj" "./src/COM_LineBufferProxy.obj" "./src/COM_Global.obj" "./src/COM_DT10_gpio_drv.obj" "./src/COM_Cache.obj" -l"D:\Pradeep\DSP_CCS_5_3\WS3\DPM\packages\aloka\driver\platform\evmc6657l\platform_lib\lib\release\platform_lib_evmc6657l.lib" -lcsl.lib -l"libc.a" "D:/Pradeep/DSP_CCS_5_3/WS3/DPM/DPM1_Firmware/src/lnk.cmd" 
    <Linking>
    'Finished building target: dpm1_steady.out'
    ' '
    
    **** Build Finished ****
    
    
    
    #################################################################################################################################################
    CCS5 Map file
    .cinit     0    9f0ac30c    00002a4c     
                      9f0ac30c    0000277e     (.cinit..fardata.2.load) [load image, compression = rle]
                      9f0aea8a    00000002     --HOLE-- [fill = 0]
                      9f0aea8c    000000d4     (.cinit.platform_lib.load) [load image, compression = rle]
                      9f0aeb60    0000007e     (.cinit..neardata.load) [load image, compression = rle]
                      9f0aebde    00000002     --HOLE-- [fill = 0]
                      9f0aebe0    0000002a     (.cinit..rodata.load) [load image, compression = rle]
                      9f0aec0a    00000002     --HOLE-- [fill = 0]
                      9f0aec0c    00000015     (.cinit..fardata.1.load) [load image, compression = rle]
                      9f0aec21    00000003     --HOLE-- [fill = 0]
                      9f0aec24    0000000c     (__TI_handler_table)
                      9f0aec30    00000008     (.cinit..ALGEXT_MEM.load) [load image, compression = zero_init]
                      9f0aec38    00000008     (.cinit..ALGL2_MEM.load) [load image, compression = zero_init]
                      9f0aec40    00000008     (.cinit..ALG_MEM.load) [load image, compression = zero_init]
                      9f0aec48    00000008     (.cinit..APP_MEM.load) [load image, compression = zero_init]
                      9f0aec50    00000008     (.cinit..INPUTPARAM_MEM.load) [load image, compression = zero_init]
                      9f0aec58    00000008     (.cinit..MSGQDATA_MEM.load) [load image, compression = zero_init]
                      9f0aec60    00000008     (.cinit..MSGQ_MEM.load) [load image, compression = zero_init]
                      9f0aec68    00000008     (.cinit..PCI_MEM.load) [load image, compression = zero_init]
                      9f0aec70    00000008     (.cinit..VOLUMEDATA_MEM.load) [load image, compression = zero_init]
                      9f0aec78    00000008     (.cinit..bss.load) [load image, compression = zero_init]
                      9f0aec80    00000008     (.cinit..far.load) [load image, compression = zero_init]
                      9f0aec88    00000008     (.cinit.comGlobal.load) [load image, compression = zero_init]
                      9f0aec90    00000008     (.cinit.cpuLargeMemory.load) [load image, compression = zero_init]
                      9f0aec98    00000008     (.cinit.cpuMemoryMap.load) [load image, compression = zero_init]
                      9f0aeca0    00000008     (.cinit.exceptionInfo.load) [load image, compression = zero_init]
                      9f0aeca8    00000008     (.cinit.linebuffInfo.load) [load image, compression = zero_init]
                      9f0aecb0    000000a8     (__TI_cinit_table)
    
    
    CCS7 Map file				  
    .cinit     0    00892778    00005ef0     
                      00892778    00004d7c     (.cinit..fardata.load) [load image]
                      008974f4    00000e18     (.cinit.platform_lib.load) [load image]
                      0089830c    00000206     (.cinit..neardata.load) [load image]
                      00898512    00000002     --HOLE-- [fill = 00000000]
                      00898514    0000002c     (.cinit..rodata.load) [load image]
                      00898540    00000008     (.cinit..ALGEXT_MEM.load) [load image, compression = zero_init]
                      00898548    00000008     (.cinit..ALGL2_MEM.load) [load image, compression = zero_init]
                      00898550    00000008     (.cinit..ALG_MEM.load) [load image, compression = zero_init]
                      00898558    00000008     (.cinit..APP_MEM.load) [load image, compression = zero_init]
                      00898560    00000008     (.cinit..INPUTPARAM_MEM.load) [load image, compression = zero_init]
                      00898568    00000008     (.cinit..MSGQDATA_MEM.load) [load image, compression = zero_init]
                      00898570    00000008     (.cinit..MSGQ_MEM.load) [load image, compression = zero_init]
                      00898578    00000008     (.cinit..PCI_MEM.load) [load image, compression = zero_init]
                      00898580    00000008     (.cinit..VOLUMEDATA_MEM.load) [load image, compression = zero_init]
                      00898588    00000008     (.cinit..bss.load) [load image, compression = zero_init]
                      00898590    00000008     (.cinit..far.load) [load image, compression = zero_init]
                      00898598    00000008     (.cinit.comGlobal.load) [load image, compression = zero_init]
                      008985a0    00000008     (.cinit.cpuLargeMemory.load) [load image, compression = zero_init]
                      008985a8    00000008     (.cinit.cpuMemoryMap.load) [load image, compression = zero_init]
                      008985b0    00000008     (.cinit.exceptionInfo.load) [load image, compression = zero_init]
                      008985b8    00000008     (.cinit.linebuffInfo.load) [load image, compression = zero_init]
    Hi,

    I wanted the code in CCS7 to get build as in CCS5.

    I made "--cinit_compression=off" in CCS7. If not set, all sections of .cinit are compressed in rle which is not desired to my need. 

    Regards,

    Pradeep

  • pradeep sabarinadh said:
    I made "--cinit_compression=off" in CCS7. If not set, all sections of .cinit are compressed in rle which is not desired to my need. 

    Unfortunately, the command line option --cinit_compression is the only method available.  It is not possible to compress the initialization data for one section (like .fardata), but not another (like .data).

    Thanks and regards,

    -George

  • Hi,
    The map file CCS5 generated is as follows
    CCS5 Map file
    .cinit 0 9f0ac30c 00002a4c
    9f0ac30c 0000277e (.cinit..fardata.2.load) [load image, compression = rle]
    9f0aea8a 00000002 --HOLE-- [fill = 0]
    9f0aea8c 000000d4 (.cinit.platform_lib.load) [load image, compression = rle]
    9f0aeb60 0000007e (.cinit..neardata.load) [load image, compression = rle]
    9f0aebde 00000002 --HOLE-- [fill = 0]
    9f0aebe0 0000002a (.cinit..rodata.load) [load image, compression = rle]
    9f0aec0a 00000002 --HOLE-- [fill = 0]
    9f0aec0c 00000015 (.cinit..fardata.1.load) [load image, compression = rle]
    9f0aec21 00000003 --HOLE-- [fill = 0]
    9f0aec24 0000000c (__TI_handler_table)
    9f0aec30 00000008 (.cinit..ALGEXT_MEM.load) [load image, compression = zero_init]
    9f0aec38 00000008 (.cinit..ALGL2_MEM.load) [load image, compression = zero_init]
    9f0aec40 00000008 (.cinit..ALG_MEM.load) [load image, compression = zero_init]
    9f0aec48 00000008 (.cinit..APP_MEM.load) [load image, compression = zero_init]
    9f0aec50 00000008 (.cinit..INPUTPARAM_MEM.load) [load image, compression = zero_init]
    9f0aec58 00000008 (.cinit..MSGQDATA_MEM.load) [load image, compression = zero_init]
    9f0aec60 00000008 (.cinit..MSGQ_MEM.load) [load image, compression = zero_init]
    9f0aec68 00000008 (.cinit..PCI_MEM.load) [load image, compression = zero_init]
    9f0aec70 00000008 (.cinit..VOLUMEDATA_MEM.load) [load image, compression = zero_init]
    9f0aec78 00000008 (.cinit..bss.load) [load image, compression = zero_init]
    9f0aec80 00000008 (.cinit..far.load) [load image, compression = zero_init]
    9f0aec88 00000008 (.cinit.comGlobal.load) [load image, compression = zero_init]
    9f0aec90 00000008 (.cinit.cpuLargeMemory.load) [load image, compression = zero_init]
    9f0aec98 00000008 (.cinit.cpuMemoryMap.load) [load image, compression = zero_init]
    9f0aeca0 00000008 (.cinit.exceptionInfo.load) [load image, compression = zero_init]
    9f0aeca8 00000008 (.cinit.linebuffInfo.load) [load image, compression = zero_init]
    9f0aecb0 000000a8 (__TI_cinit_table)
    In this, I had left blank the --cinit_compression option in the settings.
    How can I apply the similar compression modes for various codes in CCS7 as shown above in CCS5.
    If I leave the --cinit_compression blank in CCS7, all codes of .cinit are compressed in rle. This is not desirable in my case.

    Regards,
    Pradeep
  • Later edit ... Please ignore this post completely.  I made an error.  I'm keeping the post here just to avoid yet more confusion.  Sorry!  -George

     

    I'm still not sure why, but I think you will get the results you want from the CCS7 build if you explicitly specify the linker options ...

    --zero_init=on --cinit_compression=rle

    I can see that in the CCS5 build you use compiler version 7.4.1.  What compiler version do you use when building with CCS7?

    Thanks and regards,

    -George

  • Hi,
    I am using ti-cgt-c6000_8.2.2 in CCS7

    With that settings, --zero_init=on --cinit_compression=rle
    I got,
    .cinit 0 00892858 000029f8
    00892858 000026c0 (.cinit..fardata.load) [load image, compression = rle]
    00894f18 000000d4 (.cinit.platform_lib.load) [load image, compression = rle]
    00894fec 0000007e (.cinit..neardata.load) [load image, compression = rle]
    0089506a 00000041 (.cinit..PCI_MEM.load) [load image, compression = rle]
    008950ab 0000002a (.cinit..rodata.load) [load image, compression = rle]
    008950d5 00000025 (.cinit..ALGEXT_MEM.load) [load image, compression = rle]
    008950fa 0000000e (.cinit..VOLUMEDATA_MEM.load) [load image, compression = rle]
    00895108 0000000d (.cinit..ALGL2_MEM.load) [load image, compression = rle]
    00895115 0000000d (.cinit..ALG_MEM.load) [load image, compression = rle]
    00895122 0000000d (.cinit..INPUTPARAM_MEM.load) [load image, compression = rle]
    0089512f 0000000d (.cinit..MSGQDATA_MEM.load) [load image, compression = rle]
    0089513c 0000000d (.cinit..MSGQ_MEM.load) [load image, compression = rle]
    00895149 0000000d (.cinit..far.load) [load image, compression = rle]
    00895156 0000000d (.cinit.cpuLargeMemory.load) [load image, compression = rle]
    00895163 0000000d (.cinit.cpuMemoryMap.load) [load image, compression = rle]
    00895170 0000000b (.cinit..APP_MEM.load) [load image, compression = rle]
    0089517b 0000000b (.cinit.comGlobal.load) [load image, compression = rle]
    00895186 0000000b (.cinit.exceptionInfo.load) [load image, compression = rle]
    00895191 0000000b (.cinit.linebuffInfo.load) [load image, compression = rle]
    0089519c 00000009 (.cinit..bss.load) [load image, compression = rle]
    008951a5 00000003 --HOLE-- [fill = 00000000]
    008951a8 00000008 (__TI_handler_table)
    008951b0 000000a0 (__TI_cinit_table)

    I want similar to something like
    .cinit 0 9f0ac30c 00002a4c
    9f0ac30c 0000277e (.cinit..fardata.2.load) [load image, compression = rle]
    9f0aea8a 00000002 --HOLE-- [fill = 0]
    9f0aea8c 000000d4 (.cinit.platform_lib.load) [load image, compression = rle]
    9f0aeb60 0000007e (.cinit..neardata.load) [load image, compression = rle]
    9f0aebde 00000002 --HOLE-- [fill = 0]
    9f0aebe0 0000002a (.cinit..rodata.load) [load image, compression = rle]
    9f0aec0a 00000002 --HOLE-- [fill = 0]
    9f0aec0c 00000015 (.cinit..fardata.1.load) [load image, compression = rle]
    9f0aec21 00000003 --HOLE-- [fill = 0]
    9f0aec24 0000000c (__TI_handler_table)
    9f0aec30 00000008 (.cinit..ALGEXT_MEM.load) [load image, compression = zero_init]
    9f0aec38 00000008 (.cinit..ALGL2_MEM.load) [load image, compression = zero_init]
    9f0aec40 00000008 (.cinit..ALG_MEM.load) [load image, compression = zero_init]
    9f0aec48 00000008 (.cinit..APP_MEM.load) [load image, compression = zero_init]
    9f0aec50 00000008 (.cinit..INPUTPARAM_MEM.load) [load image, compression = zero_init]
    9f0aec58 00000008 (.cinit..MSGQDATA_MEM.load) [load image, compression = zero_init]
    9f0aec60 00000008 (.cinit..MSGQ_MEM.load) [load image, compression = zero_init]
    9f0aec68 00000008 (.cinit..PCI_MEM.load) [load image, compression = zero_init]
    9f0aec70 00000008 (.cinit..VOLUMEDATA_MEM.load) [load image, compression = zero_init]
    9f0aec78 00000008 (.cinit..bss.load) [load image, compression = zero_init]
    9f0aec80 00000008 (.cinit..far.load) [load image, compression = zero_init]
    9f0aec88 00000008 (.cinit.comGlobal.load) [load image, compression = zero_init]
    9f0aec90 00000008 (.cinit.cpuLargeMemory.load) [load image, compression = zero_init]
    9f0aec98 00000008 (.cinit.cpuMemoryMap.load) [load image, compression = zero_init]
    9f0aeca0 00000008 (.cinit.exceptionInfo.load) [load image, compression = zero_init]
    9f0aeca8 00000008 (.cinit.linebuffInfo.load) [load image, compression = zero_init]
    9f0aecb0 000000a8 (__TI_cinit_table)

    Regards,
    Pradeep
  • I'm confused as to what problem you want to solve.  This ...

    pradeep sabarinadh said:
    I am using ti-cgt-c6000_8.2.2 in CCS7

    With that settings, --zero_init=on --cinit_compression=rle
    I got,
    .cinit 0 00892858 000029f8

    ... is smaller than ...

    pradeep sabarinadh said:
    I want similar to something like
    .cinit 0 9f0ac30c 00002a4c

    Note the last number on the .cinit line is the number of bytes in the .cinit section.

    These are initialization tables used only at startup.  In this case, I would think smaller is always better.  You must have some other goal in mind.  What is it?

    Are you bothered by the fact that the CCS7 build uses compression=rle in places where the CCS5 build uses compression=zero_init?

    Thanks and regards,

    -George

  • Hi George,

    Let me clarify your confusion and my intension.

    1. In CCS7, if we set --zero_init=on --cinit_compression=rle, the .cinit size is smaller when compared with that in CCS5.

    2. But, the DSP image build from one such settings is not working in my case. So, I have to remove these two settings by leaving them blank.

    3. My concern is not about  the size of .cinit section but the compressions applied for various codes of .cinit.

    4. My intension is to get the compressions in .cinit of CCS7 look similar to CCS5.

    Coming back to point 2, all sections in CCS7 looks almost similar to that of CCS5 except the .cinit. That is what is making me to focus on compression of .cinit. 

    The issue for not working could be something else but I plan to get the .cinit compression setting tally with the one of working image.

    << Are you bothered by the fact that the CCS7 build uses compression=rle in places where the CCS5 build uses compression=zero_init?>> Yes

    Regards,

    Pradeep

  • pradeep sabarinadh said:
    2. But, the DSP image build from one such settings is not working in my case. So, I have to remove these two settings by leaving them blank.

    It turns out--zero_init=on --cinit_compression=rle matches the defaults.  So removing those settings has no effect.

    Please give more detail on what you mean by "not working".  What exactly is wrong?  How do you see it?

    pradeep sabarinadh said:
    The issue for not working could be something else

    That seems very likely.  

    pradeep sabarinadh said:
    << Are you bothered by the fact that the CCS7 build uses compression=rle in places where the CCS5 build uses compression=zero_init?>> Yes

    Understood.  While using rle is different from use zero_init, the end result is the same.  That is, the variables are set to 0.  Unfortunately, it is not possible to match how the compression was done in the older compiler. 

    Thanks and regards,

    -George