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.
Hi everybody,
I transfered a legacy CCS project to the current CCS and have some trouble with the linker script.
After importing the build properties already show several configurations (which is expected) but no Linker command file is selected. If I select the desired linker command file I get errors such as:
"RAML0 memory range has already been specified"
also in the resulting *.map file I can see two entries for several things which makes me assume that somehow another linker command file is being used. If I exclude my cmd from the project the build runs through successfully.
Is there a log file or anything that could tell me what cmd is currently being used?
Further trouble occured when I enables the C2000 hex utility. Suddenly I can't build anymore with the same error as above. Disabling it again solves the issue. I do need that hex file though.
Another thing I thought about are the default linker scripts used when I select a specific part. I assume that linker script is overwritten if I use my custom one? Anyway, I cannot even find a TMS320F2806 in there. All I could find are TMS320F2806x devices.
I'd really appreciate any help on this.
Thanks!
Hi Lennart,
Can you check the "Show Build Settings.." --> CCS build --> C2000 Linker --> File Search Path.
It is possible that some linker files are added in the project. If you want to remove the default linker command file and add your own, you should remove from C2000 Linker -> File Search path. I am copying screenshot for your reference.
Hi Santosh,
thanks for the quick reply! Indeed the Project Root folder is added here and during the legacy import the command linker script got copied in that project root folder. However, that's actually fine so far. I just stop adding it manually and all should be fine.
The second issue persists though. If I enable the hex file generator I get the following error:
>> Compilation failure remark #10434-D: Automatic library building has been disabled due to previous errors. remark #10209-D: automatic RTS selection: linking in index library "libc.a" <Linking> warning #10211-D: cannot resolve archive C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/lib/libc.a to a compatible library, as no input files have been encountered fatal error #10009: no input files gmake[1]: *** [IQmath/cIQmath/lib/IQmath.out] Error 1 "../F2806_FEO_WITH_BOOT.cmd", line 56: error #10263: RAML0 memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 56: error #10264: RAML0 memory range overlaps existing memory range RAML0 "../F2806_FEO_WITH_BOOT.cmd", line 57: error #10263: OTP memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 57: error #10264: OTP memory range overlaps existing memory range OTP "../F2806_FEO_WITH_BOOT.cmd", line 59: error #10263: FLASH memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 59: error #10264: FLASH memory range overlaps existing memory range FLASH "../F2806_FEO_WITH_BOOT.cmd", line 60: error #10263: BEGIN_APPL memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 60: error #10264: BEGIN_APPL memory range overlaps existing memory range BEGIN_APPL "../F2806_FEO_WITH_BOOT.cmd", line 61: error #10263: FLASHCRC memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 61: error #10264: FLASHCRC memory range overlaps existing memory range FLASHCRC "../F2806_FEO_WITH_BOOT.cmd", line 62: error #10263: FLASH_BOOT memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 62: error #10264: FLASH_BOOT memory range overlaps existing memory range FLASH_BOOT "../F2806_FEO_WITH_BOOT.cmd", line 63: error #10263: FLASH_BOOTVER memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 63: error #10264: FLASH_BOOTVER memory range overlaps existing memory range FLASH_BOOTVER "../F2806_FEO_WITH_BOOT.cmd", line 65: error #10263: CSM_RSVD memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 65: error #10264: CSM_RSVD memory range overlaps existing memory range CSM_RSVD gmake[1]: *** [build/F2806_FEO_WITH_BOOT.out] Error 1 "../F2806_FEO_WITH_BOOT.cmd", line 66: error #10263: BEGIN_BOOT memory range has already been specified gmake[1]: *** [dsp280x/v130/DSP280x_common/lib/SFO_TI_Build.out] Error 1 "../F2806_FEO_WITH_BOOT.cmd", line 66: error #10264: BEGIN_BOOT memory range overlaps existing memory range BEGIN_BOOT "../F2806_FEO_WITH_BOOT.cmd", line 67: error #10263: CSM_PWL memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 67: error #10264: CSM_PWL memory range overlaps existing memory range CSM_PWL "../F2806_FEO_WITH_BOOT.cmd", line 69: error #10263: ROM memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 69: error #10264: ROM memory range overlaps existing memory range ROM "../F2806_FEO_WITH_BOOT.cmd", line 70: error #10263: RESET memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 70: error #10264: RESET memory range overlaps existing memory range RESET "../F2806_FEO_WITH_BOOT.cmd", line 71: error #10263: VECTORS memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 71: error #10264: VECTORS memory range overlaps existing memory range VECTORS "../F2806_FEO_WITH_BOOT.cmd", line 77: error #10263: RAMM0 memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 77: error #10264: RAMM0 memory range overlaps existing memory range RAMM0 "../F2806_FEO_WITH_BOOT.cmd", line 78: error #10263: RAMM1 memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 78: error #10264: RAMM1 memory range overlaps existing memory range RAMM1 "../F2806_FEO_WITH_BOOT.cmd", line 79: error #10263: RAMM1_NV memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 79: error #10264: RAMM1_NV memory range overlaps existing memory range RAMM1_NV "../F2806_FEO_WITH_BOOT.cmd", line 80: error #10263: DRAML1 memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 80: error #10264: DRAML1 memory range overlaps existing memory range DRAML1 fatal error #10009: no input files warning #10211-D: cannot resolve archive C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/lib/libc.a to a compatible library, as no input files have been encountered fatal error #10009: no input files IQmath/cIQmath/lib/subdir_rules.mk:9: recipe for target 'IQmath/cIQmath/lib/IQmath.out' failed >> Compilation failure >> Compilation failure build/subdir_rules.mk:9: recipe for target 'build/F2806_FEO_WITH_BOOT.out' failed dsp280x/v130/DSP280x_common/lib/subdir_rules.mk:9: recipe for target 'dsp280x/v130/DSP280x_common/lib/SFO_TI_Build.out' failed Invoking: C2000 Linker "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing -z -m"D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/cmd/ReleaseEM/Physys_DSPEM.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/lib" -i"D:/ptg04/soft/ptg_02_dsp/Physys_DSP" -i"D:/ptg04/soft/ptg_02_dsp" -i"C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Physys_DSP_linkInfo.xml" --entry_point=code_start --rom_model -o "dsp280x/v130/DSP280x_headers/cmd/DSP280x_Headers_nonBIOS.out" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/cmd/DSP280x_Headers_nonBIOS.cmd" "../F2806_FEO_WITH_BOOT.cmd" <Linking> warning #10211-D: cannot resolve archive C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/lib/libc.a to a compatible library, as no input files have been encountered remark #10209-D: automatic RTS selection: linking in index library "libc.a" fatal error #10009: no input files >> Compilation failure dsp280x/v130/DSP280x_common/lib/subdir_rules.mk:16: recipe for target 'dsp280x/v130/DSP280x_common/lib/SFO_TI_Build_V5.out' failed gmake[1]: *** [dsp280x/v130/DSP280x_common/lib/SFO_TI_Build_V5.out] Error 1 remark #10209-D: automatic RTS selection: linking in index library "libc.a" >> Compilation failure dsp280x/v130/DSP280x_headers/cmd/subdir_rules.mk:9: recipe for target 'dsp280x/v130/DSP280x_headers/cmd/DSP280x_Headers_nonBIOS.out' failed warning #10211-D: cannot resolve archive C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/lib/libc.a to a compatible library, as no input files have been encountered fatal error #10009: no input files gmake[1]: *** [dsp280x/v130/DSP280x_headers/cmd/DSP280x_Headers_nonBIOS.out] Error 1 remark #16002-D: build attribute vendor section TI missing in "D:/ptg04/soft/ptg_02_dsp/IQmath/cIQmath/lib/IQmath.lib<IQ22mpyI32int.obj>": compatibility cannot be determined remark #16002-D: build attribute vendor section TI missing in "D:/ptg04/soft/ptg_02_dsp/IQmath/cIQmath/lib/IQmath.lib<IQ24div.obj>": compatibility cannot be determined remark #16002-D: build attribute vendor section TI missing in "D:/ptg04/soft/ptg_02_dsp/IQmath/cIQmath/lib/IQmath.lib<IQ24sinPU.obj>": compatibility cannot be determined remark #16002-D: build attribute vendor section TI missing in "D:/ptg04/soft/ptg_02_dsp/IQmath/cIQmath/lib/IQmath.lib<IQmathTables.obj>": compatibility cannot be determined remark #16002-D: build attribute vendor section TI missing in "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/lib/SFO_TI_Build_V5.lib<SFO-FMD.obj>": compatibility cannot be determined remark #16002-D: build attribute vendor section TI missing in "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/lib/SFO_TI_Build_V5.lib<SFO-SME.obj>": compatibility cannot be determined warning #10063-D: entry-point symbol other than "_c_int00" specified: "code_start" Finished building target: "D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../out/Physys_DSPEM.out" makefile:178: recipe for target 'all' failed gmake[1]: Target 'secondary-outputs' not remade because of errors. gmake: *** [all] Error 2
Any suggestions what could cause this? It again looks like several linker scripts are conflicting with each other?
Thanks for the help! Really appreciate it!
Lennart,
If you remove HEX file generator command, then it build successfully?
dsp280x/v130/DSP280x_headers/cmd/subdir_rules.mk:9: recipe
for
target
'dsp280x/v130/DSP280x_headers/cmd/DSP280x_Headers_nonBIOS.out'
failed
warning #10211-D: cannot resolve archive C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/lib/libc.a to a compatible library, as no input files have been encountered
fatal error #10009: no input files
Exactly. The difference between build successfully and fails is just the checkmark "Enable C2000 Hex Utility". I did not change anything regarding the compiler path or version.
Here is a screenshot of my compiler general settings
and of the settings that get enabled when I checkmark the "Enable C2000 Hex Utility" Box
Could the two commands from the hex file generator and compiler stay in conflict? Does anything else catch your eye?
Can you save full console build-log to .txt file and attach here?
So, when you enable Hex utility, then it fails in Linker command?
Sure, I attached two hex files. The one is the build without the hex file generator enabled and the other with the hex file generator enabled.
**** Clean-only build of configuration ReleaseEM for project Physys_DSP **** "C:\\ti\\ccs\\ccs\\utils\\bin\\gmake" -k -j 8 clean -O DEL /F "D:\ptg04\soft\ptg_02_dsp\out\Physys_DSPEM.hex" "IQmath\cIQmath\lib\IQmath.out" "build\F2806_FEO_WITH_BOOT.out" "dsp280x\v130\DSP280x_common\lib\SFO_TI_Build.out" "dsp280x\v130\DSP280x_common\lib\SFO_TI_Build_V5.out" "dsp280x\v130\DSP280x_headers\cmd\DSP280x_Headers_nonBIOS.out" "D:\ptg04\soft\ptg_02_dsp\out\Physys_DSPEM.out" DEL /F "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_CodeStartBranch.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_Gpio.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_MemCopy.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_PieCtrl.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedDefaultIsr.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedPieVect.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_SysCtrl.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_usDelay.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_headers/source/DSP280x_GlobalVariableDefs.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/DLOG4CHC.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/FlashCrc.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/FlashCrcVal.lst" DEL /F "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/StackChk.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/adc.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/communicate.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/crc16.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/em.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/hbridge.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/ivolt.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/main.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/mepsfo.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/pid_reg3.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/ramtest.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/timer.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/uart.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/xpll.lst" DEL /F "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\dsp280x\v130\DSP280x_common\source\DSP280x_CodeStartBranch.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\dsp280x\v130\DSP280x_common\source\DSP280x_Gpio.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\dsp280x\v130\DSP280x_common\source\DSP280x_MemCopy.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\dsp280x\v130\DSP280x_common\source\DSP280x_PieCtrl.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\dsp280x\v130\DSP280x_common\source\DSP280x_SWPrioritizedDefaultIsr.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\dsp280x\v130\DSP280x_common\source\DSP280x_SWPrioritizedPieVect.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\dsp280x\v130\DSP280x_common\source\DSP280x_SysCtrl.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\dsp280x\v130\DSP280x_common\source\DSP280x_usDelay.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\dsp280x\v130\DSP280x_headers\source\DSP280x_GlobalVariableDefs.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\DLOG4CHC.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\FlashCrc.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\FlashCrcVal.obj" DEL /F "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\StackChk.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\adc.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\communicate.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\crc16.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\em.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\hbridge.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\ivolt.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\main.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\mepsfo.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\pid_reg3.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\ramtest.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\timer.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\uart.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\xpll.obj" DEL /F "dsp280x\v130\DSP280x_common\source\DSP280x_Gpio.d" "dsp280x\v130\DSP280x_common\source\DSP280x_MemCopy.d" "dsp280x\v130\DSP280x_common\source\DSP280x_PieCtrl.d" "dsp280x\v130\DSP280x_common\source\DSP280x_SWPrioritizedDefaultIsr.d" "dsp280x\v130\DSP280x_common\source\DSP280x_SWPrioritizedPieVect.d" "dsp280x\v130\DSP280x_common\source\DSP280x_SysCtrl.d" "dsp280x\v130\DSP280x_headers\source\DSP280x_GlobalVariableDefs.d" "source\FlashCrc.d" "source\FlashCrcVal.d" "source\StackChk.d" "source\adc.d" "source\communicate.d" "source\crc16.d" "source\em.d" "source\hbridge.d" "source\ivolt.d" "source\main.d" "source\mepsfo.d" "source\pid_reg3.d" "source\ramtest.d" "source\timer.d" "source\uart.d" "source\xpll.d" DEL /F "dsp280x\v130\DSP280x_common\source\DSP280x_CodeStartBranch.d" "dsp280x\v130\DSP280x_common\source\DSP280x_usDelay.d" "source\DLOG4CHC.d" Could Not Find D:\ptg04\soft\ptg_02_dsp\out\Physys_DSPEM.hex Could Not Find D:\ptg04\soft\ptg_02_dsp\Physys_DSP\ReleaseEM\IQmath\cIQmath\lib\IQmath.out Could Not Find D:\ptg04\soft\ptg_02_dsp\Physys_DSP\ReleaseEM\build\F2806_FEO_WITH_BOOT.out Could Not Find D:\ptg04\soft\ptg_02_dsp\Physys_DSP\ReleaseEM\dsp280x\v130\DSP280x_common\lib\SFO_TI_Build.out Could Not Find D:\ptg04\soft\ptg_02_dsp\Physys_DSP\ReleaseEM\dsp280x\v130\DSP280x_headers\cmd\DSP280x_Headers_nonBIOS.out Could Not Find D:\ptg04\soft\ptg_02_dsp\ReleaseEM\dsp280x\v130\DSP280x_common\source\/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_CodeStartBranch.lst The system cannot find the path specified. Could Not Find D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\/ptg04/soft/ptg_02_dsp/ReleaseEM/source/StackChk.lst Could Not Find D:\ptg04\soft\ptg_02_dsp\Physys_DSP\ReleaseEM\dsp280x\v130\DSP280x_common\source\DSP280x_CodeStartBranch.d Could Not Find D:\ptg04\soft\ptg_02_dsp\Physys_DSP\ReleaseEM\source\DLOG4CHC.d Finished clean **** Build Finished **** **** Build of configuration ReleaseEM for project Physys_DSP **** "C:\\ti\\ccs\\ccs\\utils\\bin\\gmake" -k -j 8 all -O Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_CodeStartBranch.asm" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="dsp280x/v130/DSP280x_common/source/DSP280x_CodeStartBranch.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/dsp280x/v130/DSP280x_common/source" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_CodeStartBranch.asm" Finished building: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_CodeStartBranch.asm" Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_MemCopy.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="dsp280x/v130/DSP280x_common/source/DSP280x_MemCopy.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/dsp280x/v130/DSP280x_common/source" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_MemCopy.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_MemCopy.c" Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_usDelay.asm" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="dsp280x/v130/DSP280x_common/source/DSP280x_usDelay.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/dsp280x/v130/DSP280x_common/source" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_usDelay.asm" Finished building: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_usDelay.asm" Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_Gpio.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="dsp280x/v130/DSP280x_common/source/DSP280x_Gpio.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/dsp280x/v130/DSP280x_common/source" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_Gpio.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_Gpio.c" Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_PieCtrl.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="dsp280x/v130/DSP280x_common/source/DSP280x_PieCtrl.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/dsp280x/v130/DSP280x_common/source" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_PieCtrl.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_PieCtrl.c" Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedDefaultIsr.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedDefaultIsr.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/dsp280x/v130/DSP280x_common/source" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedDefaultIsr.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedDefaultIsr.c" Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_SysCtrl.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="dsp280x/v130/DSP280x_common/source/DSP280x_SysCtrl.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/dsp280x/v130/DSP280x_common/source" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_SysCtrl.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_SysCtrl.c" Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedPieVect.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedPieVect.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/dsp280x/v130/DSP280x_common/source" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedPieVect.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedPieVect.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/DLOG4CHC.asm" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/DLOG4CHC.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/DLOG4CHC.asm" Finished building: "D:/ptg04/soft/ptg_02_dsp/source/DLOG4CHC.asm" Building file: "D:/ptg04/soft/ptg_02_dsp/source/FlashCrcVal.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/FlashCrcVal.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/FlashCrcVal.c" "D:\ptg04\soft\ptg_02_dsp\source\FlashCrcVal.h", line 27: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. "D:/ptg04/soft/ptg_02_dsp/source/FlashCrcVal.c", line 67: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. Finished building: "D:/ptg04/soft/ptg_02_dsp/source/FlashCrcVal.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/FlashCrc.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/FlashCrc.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/FlashCrc.c" "D:\ptg04\soft\ptg_02_dsp\source\crc16.h", line 25: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. "D:\ptg04\soft\ptg_02_dsp\source\main.h", line 25: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. "D:\ptg04\soft\ptg_02_dsp\source\FlashCrcVal.h", line 27: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. "D:/ptg04/soft/ptg_02_dsp/source/FlashCrc.c", line 36: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. Finished building: "D:/ptg04/soft/ptg_02_dsp/source/FlashCrc.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/StackChk.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/StackChk.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/StackChk.c" "D:\ptg04\soft\ptg_02_dsp\source\main.h", line 25: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. Finished building: "D:/ptg04/soft/ptg_02_dsp/source/StackChk.c" Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/source/DSP280x_GlobalVariableDefs.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="dsp280x/v130/DSP280x_headers/source/DSP280x_GlobalVariableDefs.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/dsp280x/v130/DSP280x_headers/source" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/source/DSP280x_GlobalVariableDefs.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/source/DSP280x_GlobalVariableDefs.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/crc16.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/crc16.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/crc16.c" "D:\ptg04\soft\ptg_02_dsp\source\crc16.h", line 25: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. "D:/ptg04/soft/ptg_02_dsp/source/crc16.c", line 50: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. Finished building: "D:/ptg04/soft/ptg_02_dsp/source/crc16.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/communicate.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/communicate.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/communicate.c" "D:\ptg04\soft\ptg_02_dsp\source\crc16.h", line 25: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. "D:\ptg04\soft\ptg_02_dsp\source\main.h", line 25: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. Finished building: "D:/ptg04/soft/ptg_02_dsp/source/communicate.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/adc.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/adc.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/adc.c" "D:/ptg04/soft/ptg_02_dsp/source/adc.c", line 554: warning #188-D: pointless comparison of unsigned integer with zero Finished building: "D:/ptg04/soft/ptg_02_dsp/source/adc.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/mepsfo.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/mepsfo.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/mepsfo.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/source/mepsfo.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/pid_reg3.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/pid_reg3.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/pid_reg3.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/source/pid_reg3.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/hbridge.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/hbridge.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/hbridge.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/source/hbridge.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/ivolt.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/ivolt.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/ivolt.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/source/ivolt.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/main.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/main.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/main.c" "D:\ptg04\soft\ptg_02_dsp\source\FlashCrcVal.h", line 27: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. "D:\ptg04\soft\ptg_02_dsp\source\main.h", line 25: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. "D:/ptg04/soft/ptg_02_dsp/source/main.c", line 94: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. Finished building: "D:/ptg04/soft/ptg_02_dsp/source/main.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/ramtest.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/ramtest.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/ramtest.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/source/ramtest.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/timer.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/timer.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/timer.c" "D:\ptg04\soft\ptg_02_dsp\source\main.h", line 25: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. Finished building: "D:/ptg04/soft/ptg_02_dsp/source/timer.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/xpll.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/xpll.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/xpll.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/source/xpll.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/uart.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/uart.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/uart.c" "D:\ptg04\soft\ptg_02_dsp\source\crc16.h", line 25: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. Finished building: "D:/ptg04/soft/ptg_02_dsp/source/uart.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/em.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/em.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/em.c" "D:\ptg04\soft\ptg_02_dsp\source\main.h", line 25: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 1005: remark #2142-D: comparison between signed and unsigned operands "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 1019: remark #2142-D: comparison between signed and unsigned operands "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 2177: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 2177: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 2194: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 2194: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 2215: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 2215: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 2221: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 2221: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 2227: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 2227: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3038: remark #2142-D: comparison between signed and unsigned operands "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3139: warning #1934-D: concatenation with "sCrit" in macro "CRIT_ADD" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3139: warning #1934-D: concatenation with "sCrit" in macro "CRIT_ADD" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3140: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3140: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3147: warning #1934-D: concatenation with "sCrit" in macro "CRIT_ADD" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3147: warning #1934-D: concatenation with "sCrit" in macro "CRIT_ADD" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3148: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3148: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3150: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3150: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3155: warning #1934-D: concatenation with "sCrit" in macro "CRIT_ADD" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3155: warning #1934-D: concatenation with "sCrit" in macro "CRIT_ADD" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3176: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3176: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3177: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3177: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3178: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3178: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3181: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3181: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3884: remark #2142-D: comparison between signed and unsigned operands "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3891: remark #2142-D: comparison between signed and unsigned operands Finished building: "D:/ptg04/soft/ptg_02_dsp/source/em.c" Building target: "D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../out/Physys_DSPEM.out" Building file: "D:/ptg04/soft/ptg_02_dsp/IQmath/cIQmath/lib/IQmath.lib" Building file: "D:/ptg04/soft/ptg_02_dsp/build/F2806_FEO_WITH_BOOT.cmd" Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/lib/SFO_TI_Build.lib" Invoking: C2000 Linker Invoking: C2000 Linker "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing -z -m"D:/ptg04/soft/ptg_02_dsp/ReleaseEM/Physys_DSPEM.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/lib" -i"D:/ptg04/soft/ptg_02_dsp/Physys_DSP" -i"D:/ptg04/soft/ptg_02_dsp" -i"C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Physys_DSP_linkInfo.xml" --entry_point=code_start --rom_model -o "D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../out/Physys_DSPEM.out" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/cmd/DSP280x_Headers_nonBIOS.cmd" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_CodeStartBranch.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_Gpio.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_MemCopy.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_PieCtrl.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedDefaultIsr.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedPieVect.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_SysCtrl.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_usDelay.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_headers/source/DSP280x_GlobalVariableDefs.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/DLOG4CHC.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/FlashCrc.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/FlashCrcVal.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/StackChk.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/adc.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/communicate.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/crc16.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/em.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/hbridge.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/ivolt.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/main.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/mepsfo.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/pid_reg3.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/ramtest.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/timer.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/uart.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/xpll.obj" "D:/ptg04/soft/ptg_02_dsp/IQmath/cIQmath/lib/IQmath.lib" "D:/ptg04/soft/ptg_02_dsp/build/F2806_FEO_WITH_BOOT.cmd" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/lib/SFO_TI_Build.lib" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/lib/SFO_TI_Build_V5.lib" -lrts2800_ml.lib Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/lib/SFO_TI_Build_V5.lib" "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing -z -m"D:/ptg04/soft/ptg_02_dsp/IQmath/cIQmath/lib/ReleaseEM/Physys_DSPEM.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/lib" -i"D:/ptg04/soft/ptg_02_dsp/Physys_DSP" -i"D:/ptg04/soft/ptg_02_dsp" -i"C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Physys_DSP_linkInfo.xml" --entry_point=code_start --rom_model -o "IQmath/cIQmath/lib/IQmath.out" "D:/ptg04/soft/ptg_02_dsp/IQmath/cIQmath/lib/IQmath.lib" "../F2806_FEO_WITH_BOOT.cmd" Invoking: C2000 Linker Invoking: C2000 Linker <Linking> "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing -z -m"D:/ptg04/soft/ptg_02_dsp/build/ReleaseEM/Physys_DSPEM.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/lib" -i"D:/ptg04/soft/ptg_02_dsp/Physys_DSP" -i"D:/ptg04/soft/ptg_02_dsp" -i"C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Physys_DSP_linkInfo.xml" --entry_point=code_start --rom_model -o "build/F2806_FEO_WITH_BOOT.out" "D:/ptg04/soft/ptg_02_dsp/build/F2806_FEO_WITH_BOOT.cmd" "../F2806_FEO_WITH_BOOT.cmd" <Linking> "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing -z -m"D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/lib/ReleaseEM/Physys_DSPEM.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/lib" -i"D:/ptg04/soft/ptg_02_dsp/Physys_DSP" -i"D:/ptg04/soft/ptg_02_dsp" -i"C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Physys_DSP_linkInfo.xml" --entry_point=code_start --rom_model -o "dsp280x/v130/DSP280x_common/lib/SFO_TI_Build.out" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/lib/SFO_TI_Build.lib" "../F2806_FEO_WITH_BOOT.cmd" Invoking: C2000 Linker <Linking> "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing -z -m"D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/lib/ReleaseEM/Physys_DSPEM.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/lib" -i"D:/ptg04/soft/ptg_02_dsp/Physys_DSP" -i"D:/ptg04/soft/ptg_02_dsp" -i"C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Physys_DSP_linkInfo.xml" --entry_point=code_start --rom_model -o "dsp280x/v130/DSP280x_common/lib/SFO_TI_Build_V5.out" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/lib/SFO_TI_Build_V5.lib" "../F2806_FEO_WITH_BOOT.cmd" <Linking> Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/cmd/DSP280x_Headers_nonBIOS.cmd" <Linking> remark #10209-D: automatic RTS selection: linking in index library "libc.a" warning #10211-D: cannot resolve archive C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/lib/libc.a to a compatible library, as no input files have been encountered >> Compilation failure IQmath/cIQmath/lib/subdir_rules.mk:9: recipe for target 'IQmath/cIQmath/lib/IQmath.out' failed fatal error #10009: no input files gmake[1]: *** [IQmath/cIQmath/lib/IQmath.out] Error 1 remark #10209-D: automatic RTS selection: linking in index library "libc.a" remark #10434-D: Automatic library building has been disabled due to previous errors. >> Compilation failure Invoking: C2000 Linker >> Compilation failure dsp280x/v130/DSP280x_common/lib/subdir_rules.mk:9: recipe for target 'dsp280x/v130/DSP280x_common/lib/SFO_TI_Build.out' failed warning #10211-D: cannot resolve archive C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/lib/libc.a to a compatible library, as no input files have been encountered fatal error #10009: no input files "../F2806_FEO_WITH_BOOT.cmd", line 56: error #10263: RAML0 memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 56: error #10264: RAML0 memory range overlaps existing memory range RAML0 "../F2806_FEO_WITH_BOOT.cmd", line 57: error #10263: OTP memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 57: error #10264: OTP memory range overlaps existing memory range OTP "../F2806_FEO_WITH_BOOT.cmd", line 59: error #10263: FLASH memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 59: error #10264: FLASH memory range overlaps existing memory range FLASH "../F2806_FEO_WITH_BOOT.cmd", line 60: error #10263: BEGIN_APPL memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 60: error #10264: BEGIN_APPL memory range overlaps existing memory range BEGIN_APPL "../F2806_FEO_WITH_BOOT.cmd", line 61: error #10263: FLASHCRC memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 61: error #10264: FLASHCRC memory range overlaps existing memory range FLASHCRC "../F2806_FEO_WITH_BOOT.cmd", line 62: error #10263: FLASH_BOOT memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 62: error #10264: FLASH_BOOT memory range overlaps existing memory range FLASH_BOOT "../F2806_FEO_WITH_BOOT.cmd", line 63: error #10263: FLASH_BOOTVER memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 63: error #10264: FLASH_BOOTVER memory range overlaps existing memory range FLASH_BOOTVER "../F2806_FEO_WITH_BOOT.cmd", line 65: error #10263: CSM_RSVD memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 65: error #10264: CSM_RSVD memory range overlaps existing memory range CSM_RSVD "../F2806_FEO_WITH_BOOT.cmd", line 66: error #10263: BEGIN_BOOT memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 66: error #10264: BEGIN_BOOT memory range overlaps existing memory range BEGIN_BOOT "../F2806_FEO_WITH_BOOT.cmd", line 67: error #10263: CSM_PWL memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 67: error #10264: CSM_PWL memory range overlaps existing memory range CSM_PWL "../F2806_FEO_WITH_BOOT.cmd", line 69: error #10263: ROM memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 69: error #10264: ROM memory range overlaps existing memory range ROM "../F2806_FEO_WITH_BOOT.cmd", line 70: error #10263: RESET memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 70: error #10264: RESET memory range overlaps existing memory range RESET "../F2806_FEO_WITH_BOOT.cmd", line 71: error #10263: VECTORS memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 71: error #10264: VECTORS memory range overlaps existing memory range VECTORS "../F2806_FEO_WITH_BOOT.cmd", line 77: error #10263: RAMM0 memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 77: error #10264: RAMM0 memory range overlaps existing memory range RAMM0 "../F2806_FEO_WITH_BOOT.cmd", line 78: error #10263: RAMM1 memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 78: error #10264: RAMM1 memory range overlaps existing memory range RAMM1 "../F2806_FEO_WITH_BOOT.cmd", line 79: error #10263: RAMM1_NV memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 79: error #10264: RAMM1_NV memory range overlaps existing memory range RAMM1_NV "../F2806_FEO_WITH_BOOT.cmd", line 80: error #10263: DRAML1 memory range has already been specified "../F2806_FEO_WITH_BOOT.cmd", line 80: error #10264: DRAML1 memory range overlaps existing memory range DRAML1 fatal error #10009: no input files gmake[1]: *** [dsp280x/v130/DSP280x_common/lib/SFO_TI_Build.out] Error 1 "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing -z -m"D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/cmd/ReleaseEM/Physys_DSPEM.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/lib" -i"D:/ptg04/soft/ptg_02_dsp/Physys_DSP" -i"D:/ptg04/soft/ptg_02_dsp" -i"C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Physys_DSP_linkInfo.xml" --entry_point=code_start --rom_model -o "dsp280x/v130/DSP280x_headers/cmd/DSP280x_Headers_nonBIOS.out" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/cmd/DSP280x_Headers_nonBIOS.cmd" "../F2806_FEO_WITHremark #10209-D: automatic RTS selection: linking in index library "libc.a" _BOOT.cmd" build/subdir_rules.mk:9: recipe for target 'build/F2806_FEO_WITH_BOOT.out' failed warning #10211-D: cannot resolve archive C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/lib/libc.a to a compatible library, as no input files have been encountered fatal error #10009: no input files gmake[1]: *** [build/F2806_FEO_WITH_BOOT.out] Error 1 >> Compilation failure dsp280x/v130/DSP280x_common/lib/subdir_rules.mk:16: recipe for target 'dsp280x/v130/DSP280x_common/lib/SFO_TI_Build_V5.out' failed gmake[1]: *** [dsp280x/v130/DSP280x_common/lib/SFO_TI_Build_V5.out] Error 1 <Linking> warning #10211-D: cannot resolve archive C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/lib/libc.a to a compatible library, as no input files have been encountered remark #10209-D: automatic RTS selection: linking in index library "libc.a" fatal error #10009: no input files >> Compilation failure dsp280x/v130/DSP280x_headers/cmd/subdir_rules.mk:9: recipe for target 'dsp280x/v130/DSP280x_headers/cmd/DSP280x_Headers_nonBIOS.out' failed gmake[1]: *** [dsp280x/v130/DSP280x_headers/cmd/DSP280x_Headers_nonBIOS.out] Error 1 remark #16002-D: build attribute vendor section TI missing in "D:/ptg04/soft/ptg_02_dsp/IQmath/cIQmath/lib/IQmath.lib<IQ22mpyI32int.obj>": compatibility cannot be determined remark #16002-D: build attribute vendor section TI missing in "D:/ptg04/soft/ptg_02_dsp/IQmath/cIQmath/lib/IQmath.lib<IQ24div.obj>": compatibility cannot be determined remark #16002-D: build attribute vendor section TI missing in "D:/ptg04/soft/ptg_02_dsp/IQmath/cIQmath/lib/IQmath.lib<IQ24sinPU.obj>": compatibility cannot be determined remark #16002-D: build attribute vendor section TI missing in "D:/ptg04/soft/ptg_02_dsp/IQmath/cIQmath/lib/IQmath.lib<IQmathTables.obj>": compatibility cannot be determined remark #16002-D: build attribute vendor section TI missing in "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/lib/SFO_TI_Build_V5.lib<SFO-FMD.obj>": compatibility cannot be determined remark #16002-D: build attribute vendor section TI missing in "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/lib/SFO_TI_Build_V5.lib<SFO-SME.obj>": compatibility cannot be determined warning #10063-D: entry-point symbol other than "_c_int00" specified: "code_start" Finished building target: "D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../out/Physys_DSPEM.out" makefile:178: recipe for target 'all' failed gmake[1]: Target 'secondary-outputs' not remade because of errors. gmake: *** [all] Error 2 **** Build Finished ****
**** Clean-only build of configuration ReleaseEM for project Physys_DSP **** "C:\\ti\\ccs\\ccs\\utils\\bin\\gmake" -k -j 8 clean -O DEL /F "D:\ptg04\soft\ptg_02_dsp\out\Physys_DSPEM.hex" "IQmath\cIQmath\lib\IQmath.out" "build\F2806_FEO_WITH_BOOT.out" "dsp280x\v130\DSP280x_common\lib\SFO_TI_Build.out" "dsp280x\v130\DSP280x_common\lib\SFO_TI_Build_V5.out" "dsp280x\v130\DSP280x_headers\cmd\DSP280x_Headers_nonBIOS.out" "D:\ptg04\soft\ptg_02_dsp\out\Physys_DSPEM.out" DEL /F "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_CodeStartBranch.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_Gpio.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_MemCopy.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_PieCtrl.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedDefaultIsr.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedPieVect.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_SysCtrl.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_usDelay.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_headers/source/DSP280x_GlobalVariableDefs.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/DLOG4CHC.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/FlashCrc.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/FlashCrcVal.lst" DEL /F "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/StackChk.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/adc.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/communicate.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/crc16.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/em.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/hbridge.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/ivolt.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/main.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/mepsfo.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/pid_reg3.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/ramtest.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/timer.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/uart.lst" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/xpll.lst" DEL /F "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\dsp280x\v130\DSP280x_common\source\DSP280x_CodeStartBranch.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\dsp280x\v130\DSP280x_common\source\DSP280x_Gpio.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\dsp280x\v130\DSP280x_common\source\DSP280x_MemCopy.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\dsp280x\v130\DSP280x_common\source\DSP280x_PieCtrl.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\dsp280x\v130\DSP280x_common\source\DSP280x_SWPrioritizedDefaultIsr.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\dsp280x\v130\DSP280x_common\source\DSP280x_SWPrioritizedPieVect.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\dsp280x\v130\DSP280x_common\source\DSP280x_SysCtrl.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\dsp280x\v130\DSP280x_common\source\DSP280x_usDelay.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\dsp280x\v130\DSP280x_headers\source\DSP280x_GlobalVariableDefs.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\DLOG4CHC.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\FlashCrc.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\FlashCrcVal.obj" DEL /F "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\StackChk.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\adc.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\communicate.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\crc16.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\em.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\hbridge.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\ivolt.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\main.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\mepsfo.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\pid_reg3.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\ramtest.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\timer.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\uart.obj" "D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\xpll.obj" DEL /F "dsp280x\v130\DSP280x_common\source\DSP280x_Gpio.d" "dsp280x\v130\DSP280x_common\source\DSP280x_MemCopy.d" "dsp280x\v130\DSP280x_common\source\DSP280x_PieCtrl.d" "dsp280x\v130\DSP280x_common\source\DSP280x_SWPrioritizedDefaultIsr.d" "dsp280x\v130\DSP280x_common\source\DSP280x_SWPrioritizedPieVect.d" "dsp280x\v130\DSP280x_common\source\DSP280x_SysCtrl.d" "dsp280x\v130\DSP280x_headers\source\DSP280x_GlobalVariableDefs.d" "source\FlashCrc.d" "source\FlashCrcVal.d" "source\StackChk.d" "source\adc.d" "source\communicate.d" "source\crc16.d" "source\em.d" "source\hbridge.d" "source\ivolt.d" "source\main.d" "source\mepsfo.d" "source\pid_reg3.d" "source\ramtest.d" "source\timer.d" "source\uart.d" "source\xpll.d" DEL /F "dsp280x\v130\DSP280x_common\source\DSP280x_CodeStartBranch.d" "dsp280x\v130\DSP280x_common\source\DSP280x_usDelay.d" "source\DLOG4CHC.d" Could Not Find D:\ptg04\soft\ptg_02_dsp\out\Physys_DSPEM.hex Could Not Find D:\ptg04\soft\ptg_02_dsp\Physys_DSP\ReleaseEM\IQmath\cIQmath\lib\IQmath.out Could Not Find D:\ptg04\soft\ptg_02_dsp\Physys_DSP\ReleaseEM\build\F2806_FEO_WITH_BOOT.out Could Not Find D:\ptg04\soft\ptg_02_dsp\Physys_DSP\ReleaseEM\dsp280x\v130\DSP280x_common\lib\SFO_TI_Build.out Could Not Find D:\ptg04\soft\ptg_02_dsp\Physys_DSP\ReleaseEM\dsp280x\v130\DSP280x_headers\cmd\DSP280x_Headers_nonBIOS.out Could Not Find D:\ptg04\soft\ptg_02_dsp\ReleaseEM\dsp280x\v130\DSP280x_common\source\/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_CodeStartBranch.lst The system cannot find the path specified. Could Not Find D:\ptg04\soft\ptg_02_dsp\ReleaseEM\source\/ptg04/soft/ptg_02_dsp/ReleaseEM/source/StackChk.lst Could Not Find D:\ptg04\soft\ptg_02_dsp\Physys_DSP\ReleaseEM\dsp280x\v130\DSP280x_common\source\DSP280x_CodeStartBranch.d Could Not Find D:\ptg04\soft\ptg_02_dsp\Physys_DSP\ReleaseEM\source\DLOG4CHC.d Finished clean **** Build Finished **** **** Build of configuration ReleaseEM for project Physys_DSP **** "C:\\ti\\ccs\\ccs\\utils\\bin\\gmake" -k -j 8 all -O Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_CodeStartBranch.asm" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="dsp280x/v130/DSP280x_common/source/DSP280x_CodeStartBranch.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/dsp280x/v130/DSP280x_common/source" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_CodeStartBranch.asm" Finished building: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_CodeStartBranch.asm" Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_MemCopy.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="dsp280x/v130/DSP280x_common/source/DSP280x_MemCopy.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/dsp280x/v130/DSP280x_common/source" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_MemCopy.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_MemCopy.c" Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_PieCtrl.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="dsp280x/v130/DSP280x_common/source/DSP280x_PieCtrl.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/dsp280x/v130/DSP280x_common/source" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_PieCtrl.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_PieCtrl.c" Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedDefaultIsr.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedDefaultIsr.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/dsp280x/v130/DSP280x_common/source" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedDefaultIsr.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedDefaultIsr.c" Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_usDelay.asm" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="dsp280x/v130/DSP280x_common/source/DSP280x_usDelay.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/dsp280x/v130/DSP280x_common/source" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_usDelay.asm" Finished building: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_usDelay.asm" Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_Gpio.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="dsp280x/v130/DSP280x_common/source/DSP280x_Gpio.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/dsp280x/v130/DSP280x_common/source" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_Gpio.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_Gpio.c" Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_SysCtrl.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="dsp280x/v130/DSP280x_common/source/DSP280x_SysCtrl.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/dsp280x/v130/DSP280x_common/source" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_SysCtrl.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_SysCtrl.c" Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedPieVect.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedPieVect.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/dsp280x/v130/DSP280x_common/source" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedPieVect.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedPieVect.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/DLOG4CHC.asm" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/DLOG4CHC.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/DLOG4CHC.asm" Finished building: "D:/ptg04/soft/ptg_02_dsp/source/DLOG4CHC.asm" Building file: "D:/ptg04/soft/ptg_02_dsp/source/FlashCrcVal.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/FlashCrcVal.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/FlashCrcVal.c" "D:\ptg04\soft\ptg_02_dsp\source\FlashCrcVal.h", line 27: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. "D:/ptg04/soft/ptg_02_dsp/source/FlashCrcVal.c", line 67: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. Finished building: "D:/ptg04/soft/ptg_02_dsp/source/FlashCrcVal.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/FlashCrc.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/FlashCrc.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/FlashCrc.c" "D:\ptg04\soft\ptg_02_dsp\source\crc16.h", line 25: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. "D:\ptg04\soft\ptg_02_dsp\source\main.h", line 25: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. "D:\ptg04\soft\ptg_02_dsp\source\FlashCrcVal.h", line 27: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. "D:/ptg04/soft/ptg_02_dsp/source/FlashCrc.c", line 36: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. Finished building: "D:/ptg04/soft/ptg_02_dsp/source/FlashCrc.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/StackChk.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/StackChk.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/StackChk.c" "D:\ptg04\soft\ptg_02_dsp\source\main.h", line 25: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. Finished building: "D:/ptg04/soft/ptg_02_dsp/source/StackChk.c" Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/source/DSP280x_GlobalVariableDefs.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="dsp280x/v130/DSP280x_headers/source/DSP280x_GlobalVariableDefs.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/dsp280x/v130/DSP280x_headers/source" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/source/DSP280x_GlobalVariableDefs.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/source/DSP280x_GlobalVariableDefs.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/crc16.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/crc16.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/crc16.c" "D:\ptg04\soft\ptg_02_dsp\source\crc16.h", line 25: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. "D:/ptg04/soft/ptg_02_dsp/source/crc16.c", line 50: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. Finished building: "D:/ptg04/soft/ptg_02_dsp/source/crc16.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/communicate.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/communicate.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/communicate.c" "D:\ptg04\soft\ptg_02_dsp\source\crc16.h", line 25: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. "D:\ptg04\soft\ptg_02_dsp\source\main.h", line 25: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. Finished building: "D:/ptg04/soft/ptg_02_dsp/source/communicate.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/adc.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/adc.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/adc.c" "D:/ptg04/soft/ptg_02_dsp/source/adc.c", line 554: warning #188-D: pointless comparison of unsigned integer with zero Finished building: "D:/ptg04/soft/ptg_02_dsp/source/adc.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/mepsfo.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/mepsfo.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/mepsfo.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/source/mepsfo.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/hbridge.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/hbridge.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/hbridge.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/source/hbridge.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/pid_reg3.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/pid_reg3.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/pid_reg3.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/source/pid_reg3.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/ivolt.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/ivolt.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/ivolt.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/source/ivolt.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/main.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/main.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/main.c" "D:\ptg04\soft\ptg_02_dsp\source\FlashCrcVal.h", line 27: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. "D:\ptg04\soft\ptg_02_dsp\source\main.h", line 25: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. "D:/ptg04/soft/ptg_02_dsp/source/main.c", line 94: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. Finished building: "D:/ptg04/soft/ptg_02_dsp/source/main.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/ramtest.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/ramtest.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/ramtest.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/source/ramtest.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/timer.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/timer.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/timer.c" "D:\ptg04\soft\ptg_02_dsp\source\main.h", line 25: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. Finished building: "D:/ptg04/soft/ptg_02_dsp/source/timer.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/xpll.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/xpll.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/xpll.c" Finished building: "D:/ptg04/soft/ptg_02_dsp/source/xpll.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/uart.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/uart.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/uart.c" "D:\ptg04\soft\ptg_02_dsp\source\crc16.h", line 25: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. Finished building: "D:/ptg04/soft/ptg_02_dsp/source/uart.c" Building file: "D:/ptg04/soft/ptg_02_dsp/source/em.c" Invoking: C2000 Compiler "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --include_path="D:/ptg04/soft/ptg_02_dsp/Physys_DSP" --include_path="/packages/ti/xdais" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/include" --include_path="D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/include" --include_path="D:/ptg04/soft/ptg_02_dsp/source" --include_path="C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing --preproc_with_compile --preproc_dependency="source/em.d_raw" --obj_directory="D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../ReleaseEM/source" "D:/ptg04/soft/ptg_02_dsp/source/em.c" "D:\ptg04\soft\ptg_02_dsp\source\main.h", line 25: warning #2616-D: The near and far keywords are deprecated and support will be removed in a future release. All pointers are now 32 bits. "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 1005: remark #2142-D: comparison between signed and unsigned operands "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 1019: remark #2142-D: comparison between signed and unsigned operands "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 2177: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 2177: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 2194: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 2194: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 2215: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 2215: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 2221: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 2221: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 2227: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 2227: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3038: remark #2142-D: comparison between signed and unsigned operands "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3139: warning #1934-D: concatenation with "sCrit" in macro "CRIT_ADD" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3139: warning #1934-D: concatenation with "sCrit" in macro "CRIT_ADD" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3140: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3140: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3147: warning #1934-D: concatenation with "sCrit" in macro "CRIT_ADD" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3147: warning #1934-D: concatenation with "sCrit" in macro "CRIT_ADD" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3148: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3148: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3150: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3150: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3155: warning #1934-D: concatenation with "sCrit" in macro "CRIT_ADD" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3155: warning #1934-D: concatenation with "sCrit" in macro "CRIT_ADD" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3176: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3176: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3177: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3177: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3178: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3178: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3181: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3181: warning #1934-D: concatenation with "sCrit" in macro "CRIT_SET" does not create a valid token "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3884: remark #2142-D: comparison between signed and unsigned operands "D:/ptg04/soft/ptg_02_dsp/source/em.c", line 3891: remark #2142-D: comparison between signed and unsigned operands Finished building: "D:/ptg04/soft/ptg_02_dsp/source/em.c" Building target: "D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../out/Physys_DSPEM.out" Invoking: C2000 Linker "C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/bin/cl2000" -v28 -ml -O2 --opt_for_speed=4 --advice:performance=all --define=_TARGET_US=0 --define=DEBUG=0 --define=_TARGET_PHYSYS=1 --define=LARGE_MODEL -g --optimize_with_debug=on --diag_suppress=238 --diag_suppress=880 --diag_suppress=452 --diag_warning=225 --diag_wrap=off --display_error_number --issue_remarks --abi=coffabi --asm_listing -z -m"D:/ptg04/soft/ptg_02_dsp/ReleaseEM/Physys_DSPEM.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/lib" -i"D:/ptg04/soft/ptg_02_dsp/Physys_DSP" -i"D:/ptg04/soft/ptg_02_dsp" -i"C:/ti/ccs/ccs/tools/compiler/ti-cgt-c2000_20.2.2.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Physys_DSP_linkInfo.xml" --entry_point=code_start --rom_model -o "D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../out/Physys_DSPEM.out" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_headers/cmd/DSP280x_Headers_nonBIOS.cmd" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_CodeStartBranch.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_Gpio.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_MemCopy.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_PieCtrl.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedDefaultIsr.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_SWPrioritizedPieVect.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_SysCtrl.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_common/source/DSP280x_usDelay.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/dsp280x/v130/DSP280x_headers/source/DSP280x_GlobalVariableDefs.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/DLOG4CHC.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/FlashCrc.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/FlashCrcVal.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/StackChk.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/adc.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/communicate.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/crc16.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/em.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/hbridge.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/ivolt.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/main.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/mepsfo.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/pid_reg3.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/ramtest.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/timer.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/uart.obj" "D:/ptg04/soft/ptg_02_dsp/ReleaseEM/source/xpll.obj" "D:/ptg04/soft/ptg_02_dsp/IQmath/cIQmath/lib/IQmath.lib" "D:/ptg04/soft/ptg_02_dsp/build/F2806_FEO_WITH_BOOT.cmd" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/lib/SFO_TI_Build.lib" "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/lib/SFO_TI_Build_V5.lib" -lrts2800_ml.lib <Linking> warning #10063-D: entry-point symbol other than "_c_int00" specified: "code_start" remark #16002-D: build attribute vendor section TI missing in "D:/ptg04/soft/ptg_02_dsp/IQmath/cIQmath/lib/IQmath.lib<IQ22mpyI32int.obj>": compatibility cannot be determined remark #16002-D: build attribute vendor section TI missing in "D:/ptg04/soft/ptg_02_dsp/IQmath/cIQmath/lib/IQmath.lib<IQ24div.obj>": compatibility cannot be determined remark #16002-D: build attribute vendor section TI missing in "D:/ptg04/soft/ptg_02_dsp/IQmath/cIQmath/lib/IQmath.lib<IQ24sinPU.obj>": compatibility cannot be determined remark #16002-D: build attribute vendor section TI missing in "D:/ptg04/soft/ptg_02_dsp/IQmath/cIQmath/lib/IQmath.lib<IQmathTables.obj>": compatibility cannot be determined remark #16002-D: build attribute vendor section TI missing in "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/lib/SFO_TI_Build_V5.lib<SFO-FMD.obj>": compatibility cannot be determined remark #16002-D: build attribute vendor section TI missing in "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/lib/SFO_TI_Build_V5.lib<SFO-SME.obj>": compatibility cannot be determined Finished building target: "D:/ptg04/soft/ptg_02_dsp/Physys_DSP/../out/Physys_DSPEM.out" **** Build Finished ****
Looks like something different in project for build with hex gen enabled. Not sure it is coming from.
>> Compilation failure
IQmath/cIQmath/lib/subdir_rules.mk:9: recipe for target 'IQmath/cIQmath/lib/IQmath.out' failed
fatal error #10009: no input files
gmake[1]: *** [IQmath/cIQmath/lib/IQmath.out] Error 1
remark #10209-D: automatic RTS selection: linking in index library "libc.a"
remark #10434-D: Automatic library building has been disabled due to previous errors.
>> Compilation failure
Invoking: C2000 Linker
Can you check the dependent project for the case with hex gen enabled?
Jap that's what I thought as well. Along with the RAM issue I also think another linker script is added. That's why I was asking whether there is a log file on which linker script where used and probably also a log file that tells me what makefiles where used.
Anyways, I sure can check what you where asking for I'm just not sure how to do that. Could you please instruct me?
How about these three projects? Where do you have these projects? are they listed as dependent projects?
Building file: "D:/ptg04/soft/ptg_02_dsp/IQmath/cIQmath/lib/IQmath.lib"
Building file: "D:/ptg04/soft/ptg_02_dsp/build/F2806_FEO_WITH_BOOT.cmd"
Building file: "D:/ptg04/soft/ptg_02_dsp/dsp280x/v130/DSP280x_common/lib/SFO_TI_Build.lib"
What is the CCS version you are using? Can you install the latest CCS?
Those three projects are libraries which are used within the project. IQmath for example is a fixed point library from TI as far as I know. Similar applies to DSP280x_common. Anyways. Both actually have to be build for the project to work. I wonder why I can't find that line in the log for the normal build.
What I didn't realised is that it sources the F2806_FEO_WITH_BOOT.cmd file again. The build folder actually shouldn't be considered during the build. As far as my understanding goes that folder is rather the source from which the CCS project is generated. The cmd file for example is derived from the build folder, placed into the project folder during the legacy import process and than used from there.
Any suggestions why these pathes get added when I enable the hex utility?
Lannart,
You should only be linking to IQMath.lib, not keeping them as dependent project which will force to rebuild the project.
Do you have a trim down project to share then I can recreate it here? Or if you import any C2000ware example project and try to add hex gen tools and see you can recreate the issue.
Sounds reasonable. As I said this is a 10 year old projected. I figured out a way generating the hex file without using the code composer studio. I think I might just life with that then.
However, I still don't understand why this becomes an issue when enabling the hex utility? There must be some setting coming along with the hex utility that invokes CCS to rebuild IQMath.
Lennart,
I just imported F2806 timed_led_blink example and rebuild it. It was giving me two errors. As, the project is creating COFF format executable, it needed to be linker to COFF version IQMath library (IQmath_fpu32_coff.lib), and rts2800_fpu32_fast_suppliement (rts2800_fpu32_fast_supplement_coff.lib).
After that I was able to build it properly. Then I added HEX gen steps, and that also worked fine. I am attaching my project for your reference.
As you are able to generate HEX file, should we close the ticket?
Hi Santosh,
thanks for the reference. I'll have a look at it even though this will most likely not fix the issue. We can close this case for now.
Thanks for taking the time,
Lennart