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/LAUNCHXL-F28379D: IICDC

Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: C2000WARE, CONTROLSUITE

Tool/software: Code Composer Studio

I am using CCS V6.

I have followed the one day workshop for c2000 and was able to execute the examples given in the workshop successfully.

But when i am trying to execute the example codes in c200ware the code is not building because of multiple errors.

The errors list begins with.

"C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 7: error #10263:
BEGIN memory range has already been specified
"C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 8: error #10263:
RAMM0 memory range has already been specified

I think i had to change the build configurations.

Please help me.

 

  • Hi,

    Did you change anything in the example projects? which project did you compile and face this issue. It sounds like multiple linker command files are included in your project, which results in multiple definition of section names.
  • Thank you very much for replying.

    At first I faced the problem with epwm example. I thought that it would be better if I go with a simple example and i opened blinky_cpu01 example. What i observed is I am facing same errors with both the examples. My F28379D board is working fine with the examples given in the One Day Workshop.

    I am pasting all the errors bellow for your reference.
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 7: error #10263:
    BEGIN memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 8: error #10263:
    RAMM0 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 8: error #10264:
    RAMM0 memory range overlaps existing memory range RAMM0
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 9: error #10263:
    RAMD0 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 9: error #10264:
    RAMD0 memory range overlaps existing memory range RAMD0
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 10: error #10263:
    RAMLS0 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 10: error #10264:
    RAMLS0 memory range overlaps existing memory range RAMLS0
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 11: error #10263:
    RAMLS1 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 11: error #10264:
    RAMLS1 memory range overlaps existing memory range RAMLS1
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 12: error #10263:
    RAMLS2 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 12: error #10264:
    RAMLS2 memory range overlaps existing memory range RAMLS2
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 13: error #10263:
    RAMLS3 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 13: error #10264:
    RAMLS3 memory range overlaps existing memory range RAMLS3
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 14: error #10263:
    RAMLS4 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 14: error #10264:
    RAMLS4 memory range overlaps existing memory range RAMLS4
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 15: error #10263:
    RESET memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 15: error #10264:
    RESET memory range overlaps existing memory range RESET
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 19: error #10263:
    BOOT_RSVD memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 19: error #10264:
    BOOT_RSVD memory range overlaps existing memory range BOOT_RSVD
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 20: error #10263:
    RAMM1 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 20: error #10264:
    RAMM1 memory range overlaps existing memory range RAMM1
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 21: error #10263:
    RAMD1 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 21: error #10264:
    RAMD1 memory range overlaps existing memory range RAMD1
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 23: error #10263:
    RAMLS5 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 23: error #10264:
    RAMLS5 memory range overlaps existing memory range RAMLS5
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 25: error #10263:
    RAMGS0 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 25: error #10264:
    RAMGS0 memory range overlaps existing memory range RAMGS0
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 26: error #10263:
    RAMGS1 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 26: error #10264:
    RAMGS1 memory range overlaps existing memory range RAMGS1
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 27: error #10263:
    RAMGS2 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 27: error #10264:
    RAMGS2 memory range overlaps existing memory range RAMGS2
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 28: error #10263:
    RAMGS3 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 28: error #10264:
    RAMGS3 memory range overlaps existing memory range RAMGS3
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 29: error #10263:
    RAMGS4 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 29: error #10264:
    RAMGS4 memory range overlaps existing memory range RAMGS4
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 30: error #10263:
    RAMGS5 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 30: error #10264:
    RAMGS5 memory range overlaps existing memory range RAMGS5
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 31: error #10263:
    RAMGS6 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 31: error #10264:
    RAMGS6 memory range overlaps existing memory range RAMGS6
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 32: error #10263:
    RAMGS7 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 32: error #10264:
    RAMGS7 memory range overlaps existing memory range RAMGS7
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 33: error #10263:
    RAMGS8 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 33: error #10264:
    RAMGS8 memory range overlaps existing memory range RAMGS8
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 34: error #10263:
    RAMGS9 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 34: error #10264:
    RAMGS9 memory range overlaps existing memory range RAMGS9
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 35: error #10263:
    RAMGS10 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 35: error #10264:
    RAMGS10 memory range overlaps existing memory range RAMGS10
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 36: error #10263:
    RAMGS11 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 36: error #10264:
    RAMGS11 memory range overlaps existing memory range RAMGS11
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 37: error #10263:
    RAMGS12 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 37: error #10264:
    RAMGS12 memory range overlaps existing memory range RAMGS12
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 38: error #10263:
    RAMGS13 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 38: error #10264:
    RAMGS13 memory range overlaps existing memory range RAMGS13
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 42: error #10263:
    CPU2TOCPU1RAM memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 42: error #10264:
    CPU2TOCPU1RAM memory range overlaps existing memory range CPU2TOCPU1RAM
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 43: error #10263:
    CPU1TOCPU2RAM memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 43: error #10264:
    CPU1TOCPU2RAM memory range overlaps existing memory range CPU1TOCPU2RAM
    "../2837x_FLASH_lnk_cpu1.cmd", line 87: warning #10190-D: absolute symbol
    "_RamfuncsLoadStart" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 88: warning #10190-D: absolute symbol
    "_RamfuncsLoadSize" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 89: warning #10190-D: absolute symbol
    "_RamfuncsLoadEnd" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 90: warning #10190-D: absolute symbol
    "_RamfuncsRunStart" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 91: warning #10190-D: absolute symbol
    "_RamfuncsRunSize" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 92: warning #10190-D: absolute symbol
    "_RamfuncsRunEnd" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 87: warning #10190-D: absolute symbol
    "_RamfuncsLoadStart" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 88: warning #10190-D: absolute symbol
    "_RamfuncsLoadSize" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 89: warning #10190-D: absolute symbol
    "_RamfuncsLoadEnd" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 90: warning #10190-D: absolute symbol
    "_RamfuncsRunStart" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 91: warning #10190-D: absolute symbol
    "_RamfuncsRunSize" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 92: warning #10190-D: absolute symbol
    "_RamfuncsRunEnd" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 87: warning #10190-D: absolute symbol
    "_RamfuncsLoadStart" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 88: warning #10190-D: absolute symbol
    "_RamfuncsLoadSize" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 89: warning #10190-D: absolute symbol
    "_RamfuncsLoadEnd" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 90: warning #10190-D: absolute symbol
    "_RamfuncsRunStart" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 91: warning #10190-D: absolute symbol
    "_RamfuncsRunSize" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 92: warning #10190-D: absolute symbol
    "_RamfuncsRunEnd" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 87: warning #10272-D: section relative
    symbols from different output sections cannot be mixed; "_RamfuncsLoadStart"
    is in section "ramfuncs", "DOT operator" is in section ".TI.ramfunc"
    "../2837x_FLASH_lnk_cpu1.cmd", line 89: warning #10272-D: section relative
    symbols from different output sections cannot be mixed; "_RamfuncsLoadEnd"
    is in section "ramfuncs", "DOT operator" is in section ".TI.ramfunc"
    "../2837x_FLASH_lnk_cpu1.cmd", line 90: warning #10272-D: section relative
    symbols from different output sections cannot be mixed; "_RamfuncsRunStart"
    is in section "ramfuncs", "DOT operator" is in section ".TI.ramfunc"
    "../2837x_FLASH_lnk_cpu1.cmd", line 92: warning #10272-D: section relative
    symbols from different output sections cannot be mixed; "_RamfuncsRunEnd" is
    in section "ramfuncs", "DOT operator" is in section ".TI.ramfunc"

    error #10010: errors encountered during linking; "blinky_cpu01.out" not built
    >> Compilation failure
    makefile:152: recipe for target 'blinky_cpu01.out' failed
    gmake: *** [blinky_cpu01.out] Error 1
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****
  • Hi,

    Thanks for the error dump. Can you please post the console output showing the linker invocation at the end and the error logs?
  • Here is the total console output.

    **** Build of configuration CPU1_RAM for project blinky_cpu01 ****

    "C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
    'Building target: blinky_cpu01.out'
    'Invoking: C2000 Linker'
    "C:/ti/ccsv6/tools/compiler/c2000_15.12.3.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --tmu_support=tmu0 --vcu_support=vcu2 --float_support=fpu32 -g --define=CPU1 --display_error_number --diag_suppress=10063 --diag_warning=225 -z -m"blinky_cpu01.map" --stack_size=0x100 --warn_sections -i"C:/ti/ccsv6/tools/compiler/c2000_15.12.3.LTS/lib" -i"C:/ti/ccsv6/tools/compiler/c2000_15.12.3.LTS/include" -i"C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd" -i"C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/headers/cmd" --reread_libs --display_error_number --xml_link_info="blinky_cpu01_linkInfo.xml" --entry_point=code_start --rom_model -o "blinky_cpu01.out" "./F2837xD_CodeStartBranch.obj" "./F2837xD_DefaultISR.obj" "./F2837xD_GlobalVariableDefs.obj" "./F2837xD_Gpio.obj" "./F2837xD_Ipc.obj" "./F2837xD_PieCtrl.obj" "./F2837xD_PieVect.obj" "./F2837xD_SysCtrl.obj" "./F2837xD_usDelay.obj" "./blinky_cpu01.obj" "../2837x_FLASH_lnk_cpu1.cmd" -lrts2800_fpu32.lib -l2837xD_RAM_lnk_cpu1.cmd -lF2837xD_Headers_nonBIOS_cpu1.cmd -llibc.a
    <Linking>
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 7: error #10263:
    BEGIN memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 8: error #10263:
    RAMM0 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 8: error #10264:
    RAMM0 memory range overlaps existing memory range RAMM0
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 9: error #10263:
    RAMD0 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 9: error #10264:
    RAMD0 memory range overlaps existing memory range RAMD0
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 10: error #10263:
    RAMLS0 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 10: error #10264:
    RAMLS0 memory range overlaps existing memory range RAMLS0
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 11: error #10263:
    RAMLS1 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 11: error #10264:
    RAMLS1 memory range overlaps existing memory range RAMLS1
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 12: error #10263:
    RAMLS2 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 12: error #10264:
    RAMLS2 memory range overlaps existing memory range RAMLS2
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 13: error #10263:
    RAMLS3 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 13: error #10264:
    RAMLS3 memory range overlaps existing memory range RAMLS3
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 14: error #10263:
    RAMLS4 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 14: error #10264:
    RAMLS4 memory range overlaps existing memory range RAMLS4
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 15: error #10263:
    RESET memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 15: error #10264:
    RESET memory range overlaps existing memory range RESET
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 19: error #10263:
    BOOT_RSVD memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 19: error #10264:
    BOOT_RSVD memory range overlaps existing memory range BOOT_RSVD
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 20: error #10263:
    RAMM1 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 20: error #10264:
    RAMM1 memory range overlaps existing memory range RAMM1
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 21: error #10263:
    RAMD1 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 21: error #10264:
    RAMD1 memory range overlaps existing memory range RAMD1
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 23: error #10263:
    RAMLS5 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 23: error #10264:
    RAMLS5 memory range overlaps existing memory range RAMLS5
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 25: error #10263:
    RAMGS0 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 25: error #10264:
    RAMGS0 memory range overlaps existing memory range RAMGS0
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 26: error #10263:
    RAMGS1 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 26: error #10264:
    RAMGS1 memory range overlaps existing memory range RAMGS1
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 27: error #10263:
    RAMGS2 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 27: error #10264:
    RAMGS2 memory range overlaps existing memory range RAMGS2
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 28: error #10263:
    RAMGS3 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 28: error #10264:
    RAMGS3 memory range overlaps existing memory range RAMGS3
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 29: error #10263:
    RAMGS4 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 29: error #10264:
    RAMGS4 memory range overlaps existing memory range RAMGS4
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 30: error #10263:
    RAMGS5 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 30: error #10264:
    RAMGS5 memory range overlaps existing memory range RAMGS5
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 31: error #10263:
    RAMGS6 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 31: error #10264:
    RAMGS6 memory range overlaps existing memory range RAMGS6
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 32: error #10263:
    RAMGS7 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 32: error #10264:
    RAMGS7 memory range overlaps existing memory range RAMGS7
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 33: error #10263:
    RAMGS8 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 33: error #10264:
    RAMGS8 memory range overlaps existing memory range RAMGS8
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 34: error #10263:
    RAMGS9 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 34: error #10264:
    RAMGS9 memory range overlaps existing memory range RAMGS9
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 35: error #10263:
    RAMGS10 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 35: error #10264:
    RAMGS10 memory range overlaps existing memory range RAMGS10
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 36: error #10263:
    RAMGS11 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 36: error #10264:
    RAMGS11 memory range overlaps existing memory range RAMGS11
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 37: error #10263:
    RAMGS12 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 37: error #10264:
    RAMGS12 memory range overlaps existing memory range RAMGS12
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 38: error #10263:
    RAMGS13 memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 38: error #10264:
    RAMGS13 memory range overlaps existing memory range RAMGS13
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 42: error #10263:
    CPU2TOCPU1RAM memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 42: error #10264:
    CPU2TOCPU1RAM memory range overlaps existing memory range CPU2TOCPU1RAM
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 43: error #10263:
    CPU1TOCPU2RAM memory range has already been specified
    "C:/ti/c2000/C2000Ware_1_00_03_00/device_support/f2837xd/common/cmd/2837xD_RAM_lnk_cpu1.cmd", line 43: error #10264:
    CPU1TOCPU2RAM memory range overlaps existing memory range CPU1TOCPU2RAM
    "../2837x_FLASH_lnk_cpu1.cmd", line 87: warning #10190-D: absolute symbol
    "_RamfuncsLoadStart" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 88: warning #10190-D: absolute symbol
    "_RamfuncsLoadSize" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 89: warning #10190-D: absolute symbol
    "_RamfuncsLoadEnd" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 90: warning #10190-D: absolute symbol
    "_RamfuncsRunStart" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 91: warning #10190-D: absolute symbol
    "_RamfuncsRunSize" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 92: warning #10190-D: absolute symbol
    "_RamfuncsRunEnd" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 87: warning #10190-D: absolute symbol
    "_RamfuncsLoadStart" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 88: warning #10190-D: absolute symbol
    "_RamfuncsLoadSize" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 89: warning #10190-D: absolute symbol
    "_RamfuncsLoadEnd" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 90: warning #10190-D: absolute symbol
    "_RamfuncsRunStart" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 91: warning #10190-D: absolute symbol
    "_RamfuncsRunSize" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 92: warning #10190-D: absolute symbol
    "_RamfuncsRunEnd" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 87: warning #10190-D: absolute symbol
    "_RamfuncsLoadStart" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 88: warning #10190-D: absolute symbol
    "_RamfuncsLoadSize" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 89: warning #10190-D: absolute symbol
    "_RamfuncsLoadEnd" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 90: warning #10190-D: absolute symbol
    "_RamfuncsRunStart" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 91: warning #10190-D: absolute symbol
    "_RamfuncsRunSize" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 92: warning #10190-D: absolute symbol
    "_RamfuncsRunEnd" being redefined
    "../2837x_FLASH_lnk_cpu1.cmd", line 87: warning #10272-D: section relative
    symbols from different output sections cannot be mixed; "_RamfuncsLoadStart"
    is in section "ramfuncs", "DOT operator" is in section ".TI.ramfunc"
    "../2837x_FLASH_lnk_cpu1.cmd", line 89: warning #10272-D: section relative
    symbols from different output sections cannot be mixed; "_RamfuncsLoadEnd"
    is in section "ramfuncs", "DOT operator" is in section ".TI.ramfunc"
    "../2837x_FLASH_lnk_cpu1.cmd", line 90: warning #10272-D: section relative
    symbols from different output sections cannot be mixed; "_RamfuncsRunStart"
    is in section "ramfuncs", "DOT operator" is in section ".TI.ramfunc"
    "../2837x_FLASH_lnk_cpu1.cmd", line 92: warning #10272-D: section relative
    symbols from different output sections cannot be mixed; "_RamfuncsRunEnd" is
    in section "ramfuncs", "DOT operator" is in section ".TI.ramfunc"

    error #10010: errors encountered during linking; "blinky_cpu01.out" not built
    >> Compilation failure
    makefile:152: recipe for target 'blinky_cpu01.out' failed
    gmake: *** [blinky_cpu01.out] Error 1
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****
  • Hi,

    jagadeshwar maddikari said:
    ../2837x_FLASH_lnk_cpu1.cmd" -lrts2800_fpu32.lib -l2837xD_RAM_lnk_cpu1.cmd -lF2837xD_Headers_nonBIOS_cpu1.cmd -llibc.a

    If you see your linker input, you are specifying three linker command files. FLASH_lnk_cpu1.cmd and 283xD_RAM_lnk_cpu1.cmd these have conflicting symbols, causing the error. From my fresh install of C2000WARE version 1.0.3.0 only the RAM_lnk_cpu1.cmd is used along with nonBIOS_cpu1.cmd. 

    It builds without any errors. Can you exclude one of FLASH_lnk_cpu1.cmd or RAM_lnk_cpu1.cmd and see if it helps. (In CCS Project in CCS window Right Click on project name -> build Settings -> Build->C2000 Linker-> File Search path)

  • Dear sir,

    In CCS Project in CCS window Right Click on project name -> build Settings -> Build->C2000 Linker-> File Search path... of my project the following files are added. There is only one linker file, I guess.

    "rts2800_fpu32.lib"
    "2837xD_RAM_lnk_cpu1.cmd"
    "F2837xD_Headers_nonBIOS_cpu1.cmd"
    "libc.a"
  • Hi,

    then in your project can you check if the 2837x_FLASH_lnk_cpu1.cmd is included. Eventually it is getting included causing this error.

    This is how my Blinky project looks. 

  • Thank you very much for helping me to solve this problem.
    I am using F28379D board to develop my project. I'll post if I find any more difficulties.
  • Please explain me the error shown in the console I am pasting bellow.

    I have generated the CCS project using MATLAB by editing the c2807x_2837xx_adcpwmasynctest_ert.slx example.


    **** Build of configuration Debug for project PWM_software ****

    "C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Adc.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_Adc.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Adc.c"
    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Adc.c'
    ' '
    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_CodeStartBranch.asm'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_CodeStartBranch.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_CodeStartBranch.asm"
    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_CodeStartBranch.asm'
    ' '
    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_CpuTimers.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_CpuTimers.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_CpuTimers.c"
    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_CpuTimers.c'
    ' '
    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_DefaultISR.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_DefaultISR.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_DefaultISR.c"
    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_DefaultISR.c'
    ' '
    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Dma.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_Dma.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Dma.c"
    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Dma.c'
    ' '
    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/source/F2837xD_GlobalVariableDefs.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_GlobalVariableDefs.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/source/F2837xD_GlobalVariableDefs.c"
    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/source/F2837xD_GlobalVariableDefs.c'
    ' '
    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Gpio.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_Gpio.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Gpio.c"
    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Gpio.c'
    ' '
    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Ipc_Driver_Lite.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_Ipc_Driver_Lite.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Ipc_Driver_Lite.c"
    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_Ipc_Driver_Lite.c'
    ' '
    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_PieCtrl.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_PieCtrl.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_PieCtrl.c"
    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_PieCtrl.c'
    ' '
    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_PieVect.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_PieVect.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_PieVect.c"
    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_PieVect.c'
    ' '
    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_SysCtrl.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_SysCtrl.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_SysCtrl.c"
    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_SysCtrl.c'
    ' '
    'Building file: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_usDelay.asm'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="F2837xD_usDelay.d" "C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_usDelay.asm"
    'Finished building: C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/source/F2837xD_usDelay.asm'
    ' '
    'Building file: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/MW_c28xx_board.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="MW_c28xx_board.d" "E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/MW_c28xx_board.c"
    'Finished building: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/MW_c28xx_board.c'
    ' '
    'Building file: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/MW_c28xx_csl.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="MW_c28xx_csl.d" "E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/MW_c28xx_csl.c"
    'Finished building: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/MW_c28xx_csl.c'
    ' '
    'Building file: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/MW_c28xx_pwm.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="MW_c28xx_pwm.d" "E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/MW_c28xx_pwm.c"
    'Finished building: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/MW_c28xx_pwm.c'
    ' '
    'Building file: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/PWM_software.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="PWM_software.d" "E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/PWM_software.c"
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include/stdbool.h", line 26: warning: incompatible redefinition of macro "false" (declared at line 22 of "E:\Jagadeshwar\Matlab\PWM_software_ert_rtw\rtwtypes.h")
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include/stdbool.h", line 27: warning: incompatible redefinition of macro "true" (declared at line 26 of "E:\Jagadeshwar\Matlab\PWM_software_ert_rtw\rtwtypes.h")
    "E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/PWM_software.c", line 34 (col. 78): remark: Use --fp_mode=relaxed to enable TMU hardware support for FP division.
    "E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/PWM_software.c", line 33 (col. 17): remark: Use --fp_mode=relaxed to enable TMU hardware support for sin.
    'Finished building: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/PWM_software.c'
    ' '
    'Building file: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/PWM_software_data.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="PWM_software_data.d" "E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/PWM_software_data.c"
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include/stdbool.h", line 26: warning: incompatible redefinition of macro "false" (declared at line 22 of "E:\Jagadeshwar\Matlab\PWM_software_ert_rtw\rtwtypes.h")
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include/stdbool.h", line 27: warning: incompatible redefinition of macro "true" (declared at line 26 of "E:\Jagadeshwar\Matlab\PWM_software_ert_rtw\rtwtypes.h")
    'Finished building: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/PWM_software_data.c'
    ' '
    'Building file: C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c2837xDBoard_Realtime_Support.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="c2837xDBoard_Realtime_Support.d" "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c2837xDBoard_Realtime_Support.c"
    'Finished building: C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c2837xDBoard_Realtime_Support.c'
    ' '
    'Building file: C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c2837xDSchedulerTimer0.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="c2837xDSchedulerTimer0.d" "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c2837xDSchedulerTimer0.c"
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c2837xDSchedulerTimer0.c", line 135: warning: variable "pulMsgRam" was set but never used
    'Finished building: C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c2837xDSchedulerTimer0.c'
    ' '
    'Building file: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/ert_main.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="ert_main.d" "E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/ert_main.c"
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include/stdbool.h", line 26: warning: incompatible redefinition of macro "false" (declared at line 22 of "E:\Jagadeshwar\Matlab\PWM_software_ert_rtw\rtwtypes.h")
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include/stdbool.h", line 27: warning: incompatible redefinition of macro "true" (declared at line 26 of "E:\Jagadeshwar\Matlab\PWM_software_ert_rtw\rtwtypes.h")
    'Finished building: E:/Jagadeshwar/Matlab/PWM_software_ert_rtw/ert_main.c'
    ' '
    'Building file: C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/profiler_Support.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="E:/Jagadeshwar/Matlab" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include/sf_runtime" --include_path="E:/Jagadeshwar/Matlab/PWM_software_ert_rtw" --include_path="E:/Jagadeshwar/Matlab/PWM" --include_path="C:/Program Files/MATLAB/R2017a/extern/include" --include_path="C:/Program Files/MATLAB/R2017a/simulink/include" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/src/ext_mode/common" --include_path="C:/Program Files/MATLAB/R2017a/rtw/c/ert" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/inc" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/shared/can/src/scanutil" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_headers/include" --include_path="C:/ti/controlSUITE/device_support/F2837xD/v190/F2837xD_common" --include_path="C:/Program Files/MATLAB/R2017a/toolbox/rtw/targets/common/can/blocks/tlc_c" --include_path="C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/shared/externalmode_daemon/include" --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 --preproc_with_compile --preproc_dependency="profiler_Support.d" "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/profiler_Support.c"
    'Finished building: C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/profiler_Support.c'
    ' '
    'Building target: PWM_software.out'
    'Invoking: C2000 Linker'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 --cla_support=cla1 --vcu_support=vcu2 --define=MODEL=PWM_software --define=NUMST=1 --define=NCSTATES=0 --define=HAVESTDIO --define=TERMFCN=1 --define=ONESTEPFCN=1 --define=MAT_FILE=0 --define=MULTI_INSTANCE_CODE=0 --define=INTEGER_CODE=0 --define=MT=0 --define=CLASSIC_INTERFACE=0 --define=ALLOCATIONFCN=0 --define=TID01EQ=0 --define=DAEMON_MODE=1 --define=MW_PIL_SCIFIFOLEN=16 --define=F2837X_REG_FORMAT --define=MW_F2837XD --define=STACK_SIZE=512 --define=__MW_TARGET_USE_HARDWARE_RESOURCES_H__ --define=RT -s -v28 -ml --large_memory_model --silicon_version=28 --define=LARGE_MODEL -v28 --float_support=fpu32 -ml -DCPU1 -z --stack_size=0x200 --warn_sections -i"C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --reread_libs --define=CPU1 --define=BOOT_FROM_FLASH=1 --define=BOOT_USING_BL=0 --rom_model -z --stack_size=512 --warn_sections --heap_size=1024 --reread_libs --rom_model -mPWM_software.map -o "PWM_software.out" "./F2837xD_Adc.obj" "./F2837xD_CodeStartBranch.obj" "./F2837xD_CpuTimers.obj" "./F2837xD_DefaultISR.obj" "./F2837xD_Dma.obj" "./F2837xD_GlobalVariableDefs.obj" "./F2837xD_Gpio.obj" "./F2837xD_Ipc_Driver_Lite.obj" "./F2837xD_PieCtrl.obj" "./F2837xD_PieVect.obj" "./F2837xD_SysCtrl.obj" "./F2837xD_usDelay.obj" "./MW_c28xx_board.obj" "./MW_c28xx_csl.obj" "./MW_c28xx_pwm.obj" "./PWM_software.obj" "./PWM_software_data.obj" "./c2837xDBoard_Realtime_Support.obj" "./c2837xDSchedulerTimer0.obj" "./ert_main.obj" "./profiler_Support.obj" "../2837x_FLASH_lnk_cpu1.cmd" -l"C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/rtlib/IQmath_fpu32.lib" -l"C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c2837xDPeripherals.cmd" -l"C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd" -lrts2800_fpu32.lib -llibc.a
    <Linking>
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 14: error:
    BEGIN memory range has already been specified
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 15: error:
    BEGIN_FLASH memory range overlaps existing memory range BEGIN
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 17: error:
    RAMM0 memory range has already been specified
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 17: error:
    RAMM0 memory range overlaps existing memory range RAMM0
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 21: error:
    RAMD0 memory range has already been specified
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 21: error:
    RAMD0 memory range overlaps existing memory range RAMD0
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 26: error:
    RAMLS_PROG memory range overlaps existing memory range RAMLS2
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 26: error:
    RAMLS_PROG memory range overlaps existing memory range RAMLS3
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 26: error:
    RAMLS_PROG memory range overlaps existing memory range RAMLS4
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 36: error:
    RESET memory range has already been specified
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 36: error:
    RESET memory range overlaps existing memory range RESET
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:
    FLASHA_N memory range overlaps existing memory range FLASHA
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:
    FLASHA_N memory range overlaps existing memory range FLASHB
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:
    FLASHA_N memory range overlaps existing memory range FLASHC
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:
    FLASHA_N memory range overlaps existing memory range FLASHD
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:
    FLASHA_N memory range overlaps existing memory range FLASHE
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:
    FLASHA_N memory range overlaps existing memory range FLASHF
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:
    FLASHA_N memory range overlaps existing memory range FLASHG
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:
    FLASHA_N memory range overlaps existing memory range FLASHH
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:
    FLASHA_N memory range overlaps existing memory range FLASHI
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:
    FLASHA_N memory range overlaps existing memory range FLASHJ
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:
    FLASHA_N memory range overlaps existing memory range FLASHK
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:
    FLASHA_N memory range overlaps existing memory range FLASHL
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:
    FLASHA_N memory range overlaps existing memory range FLASHM
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 38: error:
    FLASHA_N memory range overlaps existing memory range FLASHN
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 42: error:
    BOOT_RSVD memory range has already been specified
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 42: error:
    BOOT_RSVD memory range overlaps existing memory range BOOT_RSVD
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 46: error:
    RAMM1 memory range has already been specified
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 46: error:
    RAMM1 memory range overlaps existing memory range RAMM1
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 47: error:
    RAMD1 memory range has already been specified
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 47: error:
    RAMD1 memory range overlaps existing memory range RAMD1
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:
    RAMGS_DATA memory range overlaps existing memory range RAMGS0
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:
    RAMGS_DATA memory range overlaps existing memory range RAMGS1
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:
    RAMGS_DATA memory range overlaps existing memory range RAMGS2
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:
    RAMGS_DATA memory range overlaps existing memory range RAMGS3
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:
    RAMGS_DATA memory range overlaps existing memory range RAMGS4
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:
    RAMGS_DATA memory range overlaps existing memory range RAMGS5
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:
    RAMGS_DATA memory range overlaps existing memory range RAMGS6
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:
    RAMGS_DATA memory range overlaps existing memory range RAMGS7
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:
    RAMGS_DATA memory range overlaps existing memory range RAMGS8
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:
    RAMGS_DATA memory range overlaps existing memory range RAMGS9
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 56: error:
    RAMGS_DATA memory range overlaps existing memory range RAMGS10
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 64: error:
    CPU2TOCPU1RAM memory range has already been specified
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 64: error:
    CPU2TOCPU1RAM memory range overlaps existing memory range CPU2TOCPU1RAM
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 65: error:
    CPU1TOCPU2RAM memory range has already been specified
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 65: error:
    CPU1TOCPU2RAM memory range overlaps existing memory range CPU1TOCPU2RAM
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 79: warning:
    absolute symbol "_RamfuncsLoadStart" being redefined
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 80: warning:
    absolute symbol "_RamfuncsLoadSize" being redefined
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 81: warning:
    absolute symbol "_RamfuncsLoadEnd" being redefined
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 82: warning:
    absolute symbol "_RamfuncsRunStart" being redefined
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 83: warning:
    absolute symbol "_RamfuncsRunSize" being redefined
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 84: warning:
    absolute symbol "_RamfuncsRunEnd" being redefined
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 79: warning:
    absolute symbol "_RamfuncsLoadStart" being redefined
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 80: warning:
    absolute symbol "_RamfuncsLoadSize" being redefined
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 81: warning:
    absolute symbol "_RamfuncsLoadEnd" being redefined
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 82: warning:
    absolute symbol "_RamfuncsRunStart" being redefined
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 83: warning:
    absolute symbol "_RamfuncsRunSize" being redefined
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 84: warning:
    absolute symbol "_RamfuncsRunEnd" being redefined
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 79: warning:
    absolute symbol "_RamfuncsLoadStart" being redefined
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 80: warning:
    absolute symbol "_RamfuncsLoadSize" being redefined
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 81: warning:
    absolute symbol "_RamfuncsLoadEnd" being redefined
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 82: warning:
    absolute symbol "_RamfuncsRunStart" being redefined
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 83: warning:
    absolute symbol "_RamfuncsRunSize" being redefined
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 84: warning:
    absolute symbol "_RamfuncsRunEnd" being redefined
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 79: warning:
    section relative symbols from different output sections cannot be mixed;
    "_RamfuncsLoadStart" is in section "ramfuncs", "DOT operator" is in section
    "ramfuncs"
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 81: warning:
    section relative symbols from different output sections cannot be mixed;
    "_RamfuncsLoadEnd" is in section "ramfuncs", "DOT operator" is in section
    "ramfuncs"
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 82: warning:
    section relative symbols from different output sections cannot be mixed;
    "_RamfuncsRunStart" is in section "ramfuncs", "DOT operator" is in section
    "ramfuncs"
    "C:/ProgramData/MATLAB/SupportPackages/R2017a/toolbox/target/supportpackages/tic2000/src/c28377D.cmd", line 84: warning:
    section relative symbols from different output sections cannot be mixed;
    "_RamfuncsRunEnd" is in section "ramfuncs", "DOT operator" is in section
    "ramfuncs"
    error: errors encountered during linking; "PWM_software.out" not built

    >> Compilation failure
    makefile:164: recipe for target 'PWM_software.out' failed
    gmake: *** [PWM_software.out] Error 1
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****

  • Hi Jagadeshwar,

    Definitely something not right here. For fastest and best help, contact MathWorks Technical support.  I don't think I have ever seen this error, and it looks to me on the MathWorks side (not TI), so you best bet is to work working with MathWorks Tech Support.

    A quick idea.  Delete your build folder (which appears to be E:/Jagadeshwar/Matlab/PWM_software_ert_rtw) and slprj folder in your MATLAB working directory. Then Build again. Deleting the folders will force the code generator to do a fresh and full rebuild; in case there are bad files from a prior failed build in these folders.

    Cheers,

    -Brian