您好,程序在F28069.cmd配置下运行正常,替换成28069_ram_lnk.cmd后报错:
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking
请帮助支持一下。谢谢
28069_ram_lnk.cmdd的文件如下:
MEMORY
{
PAGE 0 :
/* BEGIN is used for the "boot to SARAM" bootloader mode */
BEGIN : origin = 0x000000, length = 0x000002
RAMM0 : origin = 0x000050, length = 0x0003B0
RAML0_L6 : origin = 0x008000, length = 0x008000 /* RAML0-6 combined for size of .text */
/* in Example_F2806xSWPrioritezedInterrupts */
RESET : origin = 0x3FFFC0, length = 0x000002
FPUTABLES : origin = 0x3FD860, length = 0x0006A0 /* FPU Tables in Boot ROM */
IQTABLES : origin = 0x3FDF00, length = 0x000B50 /* IQ Math Tables in Boot ROM */
IQTABLES2 : origin = 0x3FEA50, length = 0x00008C /* IQ Math Tables in Boot ROM */
IQTABLES3 : origin = 0x3FEADC, length = 0x0000AA /* IQ Math Tables in Boot ROM */
BOOTROM : origin = 0x3FF3B0, length = 0x000C10
PAGE 1 :
BOOT_RSVD : origin = 0x000002, length = 0x00004E /* Part of M0, BOOT rom will use this for stack */
RAMM1 : origin = 0x000400, length = 0x000400 /* on-chip RAM block M1 */
/* RAML4 : origin = 0x00A000, length = 0x002000 /* on-chip RAM block L4 */
/* RAML5 : origin = 0x00C000, length = 0x002000 /* on-chip RAM block L5 */
/* RAML6 : origin = 0x00E000, length = 0x002000 /* on-chip RAM block L6 */
RAML7 : origin = 0x010000, length = 0x002000 /* on-chip RAM block L7 */
RAML8 : origin = 0x012000, length = 0x002000 /* on-chip RAM block L8 */
USB_RAM : origin = 0x040000, length = 0x000800 /* USB RAM */
}
SECTIONS
{
/* Setup for "boot to SARAM" mode:
The codestart section (found in DSP28_CodeStartBranch.asm)
re-directs execution to the start of user code. */
codestart : > BEGIN, PAGE = 0
ramfuncs : > RAMM0, PAGE = 0
.text : >> RAML0_L6 PAGE = 0
.cinit : > RAMM0, PAGE = 0
.pinit : > RAMM0, PAGE = 0
.switch : > RAMM0, PAGE = 0
.reset : > RESET, PAGE = 0, TYPE = DSECT /* not used, */
.stack : > RAMM1, PAGE = 1
.ebss : > RAML7, PAGE = 1
.econst : > RAML7, PAGE = 1
.esysmem : > RAML7, PAGE = 1
IQmath : > RAML0_L6, PAGE = 0
IQmathTables : > IQTABLES, PAGE = 0, TYPE = NOLOAD
/* Allocate FPU math areas: */
FPUmathTables : > FPUTABLES, PAGE = 0, TYPE = NOLOAD
/* DMARAML5 : > RAML7, PAGE = 1 */
/* DMARAML6 : > RAML7, PAGE = 1 */
/* DMARAML7 : > RAML7, PAGE = 1*/
DMARAML8 : > RAML8, PAGE = 1
Susan Yang:
请问您现在使用的是哪个程序?例程还是您自己的程序?
28069_ram_lnk.cmd: Linker Command File For F28069 examples that run out of RAM
您好,程序在F28069.cmd配置下运行正常,替换成28069_ram_lnk.cmd后报错:
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking
请帮助支持一下。谢谢
28069_ram_lnk.cmdd的文件如下:
MEMORY
{
PAGE 0 :
/* BEGIN is used for the "boot to SARAM" bootloader mode */
BEGIN : origin = 0x000000, length = 0x000002
RAMM0 : origin = 0x000050, length = 0x0003B0
RAML0_L6 : origin = 0x008000, length = 0x008000 /* RAML0-6 combined for size of .text */
/* in Example_F2806xSWPrioritezedInterrupts */
RESET : origin = 0x3FFFC0, length = 0x000002
FPUTABLES : origin = 0x3FD860, length = 0x0006A0 /* FPU Tables in Boot ROM */
IQTABLES : origin = 0x3FDF00, length = 0x000B50 /* IQ Math Tables in Boot ROM */
IQTABLES2 : origin = 0x3FEA50, length = 0x00008C /* IQ Math Tables in Boot ROM */
IQTABLES3 : origin = 0x3FEADC, length = 0x0000AA /* IQ Math Tables in Boot ROM */
BOOTROM : origin = 0x3FF3B0, length = 0x000C10
PAGE 1 :
BOOT_RSVD : origin = 0x000002, length = 0x00004E /* Part of M0, BOOT rom will use this for stack */
RAMM1 : origin = 0x000400, length = 0x000400 /* on-chip RAM block M1 */
/* RAML4 : origin = 0x00A000, length = 0x002000 /* on-chip RAM block L4 */
/* RAML5 : origin = 0x00C000, length = 0x002000 /* on-chip RAM block L5 */
/* RAML6 : origin = 0x00E000, length = 0x002000 /* on-chip RAM block L6 */
RAML7 : origin = 0x010000, length = 0x002000 /* on-chip RAM block L7 */
RAML8 : origin = 0x012000, length = 0x002000 /* on-chip RAM block L8 */
USB_RAM : origin = 0x040000, length = 0x000800 /* USB RAM */
}
SECTIONS
{
/* Setup for "boot to SARAM" mode:
The codestart section (found in DSP28_CodeStartBranch.asm)
re-directs execution to the start of user code. */
codestart : > BEGIN, PAGE = 0
ramfuncs : > RAMM0, PAGE = 0
.text : >> RAML0_L6 PAGE = 0
.cinit : > RAMM0, PAGE = 0
.pinit : > RAMM0, PAGE = 0
.switch : > RAMM0, PAGE = 0
.reset : > RESET, PAGE = 0, TYPE = DSECT /* not used, */
.stack : > RAMM1, PAGE = 1
.ebss : > RAML7, PAGE = 1
.econst : > RAML7, PAGE = 1
.esysmem : > RAML7, PAGE = 1
IQmath : > RAML0_L6, PAGE = 0
IQmathTables : > IQTABLES, PAGE = 0, TYPE = NOLOAD
/* Allocate FPU math areas: */
FPUmathTables : > FPUTABLES, PAGE = 0, TYPE = NOLOAD
/* DMARAML5 : > RAML7, PAGE = 1 */
/* DMARAML6 : > RAML7, PAGE = 1 */
/* DMARAML7 : > RAML7, PAGE = 1*/
DMARAML8 : > RAML8, PAGE = 1
Green Deng:替换的文件出处是哪里?用一下TI官方提供的cmd文件试试:
C:\ti\c2000\C2000Ware_2_00_00_03\device_support\f2806x\common\cmd
您好,程序在F28069.cmd配置下运行正常,替换成28069_ram_lnk.cmd后报错:
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking
请帮助支持一下。谢谢
28069_ram_lnk.cmdd的文件如下:
MEMORY
{
PAGE 0 :
/* BEGIN is used for the "boot to SARAM" bootloader mode */
BEGIN : origin = 0x000000, length = 0x000002
RAMM0 : origin = 0x000050, length = 0x0003B0
RAML0_L6 : origin = 0x008000, length = 0x008000 /* RAML0-6 combined for size of .text */
/* in Example_F2806xSWPrioritezedInterrupts */
RESET : origin = 0x3FFFC0, length = 0x000002
FPUTABLES : origin = 0x3FD860, length = 0x0006A0 /* FPU Tables in Boot ROM */
IQTABLES : origin = 0x3FDF00, length = 0x000B50 /* IQ Math Tables in Boot ROM */
IQTABLES2 : origin = 0x3FEA50, length = 0x00008C /* IQ Math Tables in Boot ROM */
IQTABLES3 : origin = 0x3FEADC, length = 0x0000AA /* IQ Math Tables in Boot ROM */
BOOTROM : origin = 0x3FF3B0, length = 0x000C10
PAGE 1 :
BOOT_RSVD : origin = 0x000002, length = 0x00004E /* Part of M0, BOOT rom will use this for stack */
RAMM1 : origin = 0x000400, length = 0x000400 /* on-chip RAM block M1 */
/* RAML4 : origin = 0x00A000, length = 0x002000 /* on-chip RAM block L4 */
/* RAML5 : origin = 0x00C000, length = 0x002000 /* on-chip RAM block L5 */
/* RAML6 : origin = 0x00E000, length = 0x002000 /* on-chip RAM block L6 */
RAML7 : origin = 0x010000, length = 0x002000 /* on-chip RAM block L7 */
RAML8 : origin = 0x012000, length = 0x002000 /* on-chip RAM block L8 */
USB_RAM : origin = 0x040000, length = 0x000800 /* USB RAM */
}
SECTIONS
{
/* Setup for "boot to SARAM" mode:
The codestart section (found in DSP28_CodeStartBranch.asm)
re-directs execution to the start of user code. */
codestart : > BEGIN, PAGE = 0
ramfuncs : > RAMM0, PAGE = 0
.text : >> RAML0_L6 PAGE = 0
.cinit : > RAMM0, PAGE = 0
.pinit : > RAMM0, PAGE = 0
.switch : > RAMM0, PAGE = 0
.reset : > RESET, PAGE = 0, TYPE = DSECT /* not used, */
.stack : > RAMM1, PAGE = 1
.ebss : > RAML7, PAGE = 1
.econst : > RAML7, PAGE = 1
.esysmem : > RAML7, PAGE = 1
IQmath : > RAML0_L6, PAGE = 0
IQmathTables : > IQTABLES, PAGE = 0, TYPE = NOLOAD
/* Allocate FPU math areas: */
FPUmathTables : > FPUTABLES, PAGE = 0, TYPE = NOLOAD
/* DMARAML5 : > RAML7, PAGE = 1 */
/* DMARAML6 : > RAML7, PAGE = 1 */
/* DMARAML7 : > RAML7, PAGE = 1*/
DMARAML8 : > RAML8, PAGE = 1
user4778020:
回复 Susan Yang:
您好,我用的是自己的程序,一个逆变器的控制程序,原来实在F28069.cmd调试过的,现在在28069_ram_lnk.cmd就不行了
您好,程序在F28069.cmd配置下运行正常,替换成28069_ram_lnk.cmd后报错:
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking
请帮助支持一下。谢谢
28069_ram_lnk.cmdd的文件如下:
MEMORY
{
PAGE 0 :
/* BEGIN is used for the "boot to SARAM" bootloader mode */
BEGIN : origin = 0x000000, length = 0x000002
RAMM0 : origin = 0x000050, length = 0x0003B0
RAML0_L6 : origin = 0x008000, length = 0x008000 /* RAML0-6 combined for size of .text */
/* in Example_F2806xSWPrioritezedInterrupts */
RESET : origin = 0x3FFFC0, length = 0x000002
FPUTABLES : origin = 0x3FD860, length = 0x0006A0 /* FPU Tables in Boot ROM */
IQTABLES : origin = 0x3FDF00, length = 0x000B50 /* IQ Math Tables in Boot ROM */
IQTABLES2 : origin = 0x3FEA50, length = 0x00008C /* IQ Math Tables in Boot ROM */
IQTABLES3 : origin = 0x3FEADC, length = 0x0000AA /* IQ Math Tables in Boot ROM */
BOOTROM : origin = 0x3FF3B0, length = 0x000C10
PAGE 1 :
BOOT_RSVD : origin = 0x000002, length = 0x00004E /* Part of M0, BOOT rom will use this for stack */
RAMM1 : origin = 0x000400, length = 0x000400 /* on-chip RAM block M1 */
/* RAML4 : origin = 0x00A000, length = 0x002000 /* on-chip RAM block L4 */
/* RAML5 : origin = 0x00C000, length = 0x002000 /* on-chip RAM block L5 */
/* RAML6 : origin = 0x00E000, length = 0x002000 /* on-chip RAM block L6 */
RAML7 : origin = 0x010000, length = 0x002000 /* on-chip RAM block L7 */
RAML8 : origin = 0x012000, length = 0x002000 /* on-chip RAM block L8 */
USB_RAM : origin = 0x040000, length = 0x000800 /* USB RAM */
}
SECTIONS
{
/* Setup for "boot to SARAM" mode:
The codestart section (found in DSP28_CodeStartBranch.asm)
re-directs execution to the start of user code. */
codestart : > BEGIN, PAGE = 0
ramfuncs : > RAMM0, PAGE = 0
.text : >> RAML0_L6 PAGE = 0
.cinit : > RAMM0, PAGE = 0
.pinit : > RAMM0, PAGE = 0
.switch : > RAMM0, PAGE = 0
.reset : > RESET, PAGE = 0, TYPE = DSECT /* not used, */
.stack : > RAMM1, PAGE = 1
.ebss : > RAML7, PAGE = 1
.econst : > RAML7, PAGE = 1
.esysmem : > RAML7, PAGE = 1
IQmath : > RAML0_L6, PAGE = 0
IQmathTables : > IQTABLES, PAGE = 0, TYPE = NOLOAD
/* Allocate FPU math areas: */
FPUmathTables : > FPUTABLES, PAGE = 0, TYPE = NOLOAD
/* DMARAML5 : > RAML7, PAGE = 1 */
/* DMARAML6 : > RAML7, PAGE = 1 */
/* DMARAML7 : > RAML7, PAGE = 1*/
DMARAML8 : > RAML8, PAGE = 1
user4778020:
回复 Green Deng:
您好,我就是在官方cmd基础上更改的,只是增加了page0的空间,其他没有改变。不增加page0空间程序报空间不够。没有用DMA
您好,程序在F28069.cmd配置下运行正常,替换成28069_ram_lnk.cmd后报错:
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking
请帮助支持一下。谢谢
28069_ram_lnk.cmdd的文件如下:
MEMORY
{
PAGE 0 :
/* BEGIN is used for the "boot to SARAM" bootloader mode */
BEGIN : origin = 0x000000, length = 0x000002
RAMM0 : origin = 0x000050, length = 0x0003B0
RAML0_L6 : origin = 0x008000, length = 0x008000 /* RAML0-6 combined for size of .text */
/* in Example_F2806xSWPrioritezedInterrupts */
RESET : origin = 0x3FFFC0, length = 0x000002
FPUTABLES : origin = 0x3FD860, length = 0x0006A0 /* FPU Tables in Boot ROM */
IQTABLES : origin = 0x3FDF00, length = 0x000B50 /* IQ Math Tables in Boot ROM */
IQTABLES2 : origin = 0x3FEA50, length = 0x00008C /* IQ Math Tables in Boot ROM */
IQTABLES3 : origin = 0x3FEADC, length = 0x0000AA /* IQ Math Tables in Boot ROM */
BOOTROM : origin = 0x3FF3B0, length = 0x000C10
PAGE 1 :
BOOT_RSVD : origin = 0x000002, length = 0x00004E /* Part of M0, BOOT rom will use this for stack */
RAMM1 : origin = 0x000400, length = 0x000400 /* on-chip RAM block M1 */
/* RAML4 : origin = 0x00A000, length = 0x002000 /* on-chip RAM block L4 */
/* RAML5 : origin = 0x00C000, length = 0x002000 /* on-chip RAM block L5 */
/* RAML6 : origin = 0x00E000, length = 0x002000 /* on-chip RAM block L6 */
RAML7 : origin = 0x010000, length = 0x002000 /* on-chip RAM block L7 */
RAML8 : origin = 0x012000, length = 0x002000 /* on-chip RAM block L8 */
USB_RAM : origin = 0x040000, length = 0x000800 /* USB RAM */
}
SECTIONS
{
/* Setup for "boot to SARAM" mode:
The codestart section (found in DSP28_CodeStartBranch.asm)
re-directs execution to the start of user code. */
codestart : > BEGIN, PAGE = 0
ramfuncs : > RAMM0, PAGE = 0
.text : >> RAML0_L6 PAGE = 0
.cinit : > RAMM0, PAGE = 0
.pinit : > RAMM0, PAGE = 0
.switch : > RAMM0, PAGE = 0
.reset : > RESET, PAGE = 0, TYPE = DSECT /* not used, */
.stack : > RAMM1, PAGE = 1
.ebss : > RAML7, PAGE = 1
.econst : > RAML7, PAGE = 1
.esysmem : > RAML7, PAGE = 1
IQmath : > RAML0_L6, PAGE = 0
IQmathTables : > IQTABLES, PAGE = 0, TYPE = NOLOAD
/* Allocate FPU math areas: */
FPUmathTables : > FPUTABLES, PAGE = 0, TYPE = NOLOAD
/* DMARAML5 : > RAML7, PAGE = 1 */
/* DMARAML6 : > RAML7, PAGE = 1 */
/* DMARAML7 : > RAML7, PAGE = 1*/
DMARAML8 : > RAML8, PAGE = 1
Susan Yang:
回复 user4778020:
可以的话,请给出您的 Console 控制台的详细报错信息吧
您好,程序在F28069.cmd配置下运行正常,替换成28069_ram_lnk.cmd后报错:
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking
请帮助支持一下。谢谢
28069_ram_lnk.cmdd的文件如下:
MEMORY
{
PAGE 0 :
/* BEGIN is used for the "boot to SARAM" bootloader mode */
BEGIN : origin = 0x000000, length = 0x000002
RAMM0 : origin = 0x000050, length = 0x0003B0
RAML0_L6 : origin = 0x008000, length = 0x008000 /* RAML0-6 combined for size of .text */
/* in Example_F2806xSWPrioritezedInterrupts */
RESET : origin = 0x3FFFC0, length = 0x000002
FPUTABLES : origin = 0x3FD860, length = 0x0006A0 /* FPU Tables in Boot ROM */
IQTABLES : origin = 0x3FDF00, length = 0x000B50 /* IQ Math Tables in Boot ROM */
IQTABLES2 : origin = 0x3FEA50, length = 0x00008C /* IQ Math Tables in Boot ROM */
IQTABLES3 : origin = 0x3FEADC, length = 0x0000AA /* IQ Math Tables in Boot ROM */
BOOTROM : origin = 0x3FF3B0, length = 0x000C10
PAGE 1 :
BOOT_RSVD : origin = 0x000002, length = 0x00004E /* Part of M0, BOOT rom will use this for stack */
RAMM1 : origin = 0x000400, length = 0x000400 /* on-chip RAM block M1 */
/* RAML4 : origin = 0x00A000, length = 0x002000 /* on-chip RAM block L4 */
/* RAML5 : origin = 0x00C000, length = 0x002000 /* on-chip RAM block L5 */
/* RAML6 : origin = 0x00E000, length = 0x002000 /* on-chip RAM block L6 */
RAML7 : origin = 0x010000, length = 0x002000 /* on-chip RAM block L7 */
RAML8 : origin = 0x012000, length = 0x002000 /* on-chip RAM block L8 */
USB_RAM : origin = 0x040000, length = 0x000800 /* USB RAM */
}
SECTIONS
{
/* Setup for "boot to SARAM" mode:
The codestart section (found in DSP28_CodeStartBranch.asm)
re-directs execution to the start of user code. */
codestart : > BEGIN, PAGE = 0
ramfuncs : > RAMM0, PAGE = 0
.text : >> RAML0_L6 PAGE = 0
.cinit : > RAMM0, PAGE = 0
.pinit : > RAMM0, PAGE = 0
.switch : > RAMM0, PAGE = 0
.reset : > RESET, PAGE = 0, TYPE = DSECT /* not used, */
.stack : > RAMM1, PAGE = 1
.ebss : > RAML7, PAGE = 1
.econst : > RAML7, PAGE = 1
.esysmem : > RAML7, PAGE = 1
IQmath : > RAML0_L6, PAGE = 0
IQmathTables : > IQTABLES, PAGE = 0, TYPE = NOLOAD
/* Allocate FPU math areas: */
FPUmathTables : > FPUTABLES, PAGE = 0, TYPE = NOLOAD
/* DMARAML5 : > RAML7, PAGE = 1 */
/* DMARAML6 : > RAML7, PAGE = 1 */
/* DMARAML7 : > RAML7, PAGE = 1*/
DMARAML8 : > RAML8, PAGE = 1
Susan Yang:
回复 user4778020:
processors.wiki.ti.com/…/10234
您好,程序在F28069.cmd配置下运行正常,替换成28069_ram_lnk.cmd后报错:
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking
请帮助支持一下。谢谢
28069_ram_lnk.cmdd的文件如下:
MEMORY
{
PAGE 0 :
/* BEGIN is used for the "boot to SARAM" bootloader mode */
BEGIN : origin = 0x000000, length = 0x000002
RAMM0 : origin = 0x000050, length = 0x0003B0
RAML0_L6 : origin = 0x008000, length = 0x008000 /* RAML0-6 combined for size of .text */
/* in Example_F2806xSWPrioritezedInterrupts */
RESET : origin = 0x3FFFC0, length = 0x000002
FPUTABLES : origin = 0x3FD860, length = 0x0006A0 /* FPU Tables in Boot ROM */
IQTABLES : origin = 0x3FDF00, length = 0x000B50 /* IQ Math Tables in Boot ROM */
IQTABLES2 : origin = 0x3FEA50, length = 0x00008C /* IQ Math Tables in Boot ROM */
IQTABLES3 : origin = 0x3FEADC, length = 0x0000AA /* IQ Math Tables in Boot ROM */
BOOTROM : origin = 0x3FF3B0, length = 0x000C10
PAGE 1 :
BOOT_RSVD : origin = 0x000002, length = 0x00004E /* Part of M0, BOOT rom will use this for stack */
RAMM1 : origin = 0x000400, length = 0x000400 /* on-chip RAM block M1 */
/* RAML4 : origin = 0x00A000, length = 0x002000 /* on-chip RAM block L4 */
/* RAML5 : origin = 0x00C000, length = 0x002000 /* on-chip RAM block L5 */
/* RAML6 : origin = 0x00E000, length = 0x002000 /* on-chip RAM block L6 */
RAML7 : origin = 0x010000, length = 0x002000 /* on-chip RAM block L7 */
RAML8 : origin = 0x012000, length = 0x002000 /* on-chip RAM block L8 */
USB_RAM : origin = 0x040000, length = 0x000800 /* USB RAM */
}
SECTIONS
{
/* Setup for "boot to SARAM" mode:
The codestart section (found in DSP28_CodeStartBranch.asm)
re-directs execution to the start of user code. */
codestart : > BEGIN, PAGE = 0
ramfuncs : > RAMM0, PAGE = 0
.text : >> RAML0_L6 PAGE = 0
.cinit : > RAMM0, PAGE = 0
.pinit : > RAMM0, PAGE = 0
.switch : > RAMM0, PAGE = 0
.reset : > RESET, PAGE = 0, TYPE = DSECT /* not used, */
.stack : > RAMM1, PAGE = 1
.ebss : > RAML7, PAGE = 1
.econst : > RAML7, PAGE = 1
.esysmem : > RAML7, PAGE = 1
IQmath : > RAML0_L6, PAGE = 0
IQmathTables : > IQTABLES, PAGE = 0, TYPE = NOLOAD
/* Allocate FPU math areas: */
FPUmathTables : > FPUTABLES, PAGE = 0, TYPE = NOLOAD
/* DMARAML5 : > RAML7, PAGE = 1 */
/* DMARAML6 : > RAML7, PAGE = 1 */
/* DMARAML7 : > RAML7, PAGE = 1*/
DMARAML8 : > RAML8, PAGE = 1
user4778020:
回复 Susan Yang:
您好,
全部内容如下:
"C:\\ti\\ccs920\\ccs\\utils\\bin\\gmake" -k -j 4 clean -O
DEL /F"DSP28069_XrayECS.hex""DSP28069_XrayECS.out"
DEL /F "F2806x_common\source\F2806x_Adc.obj" "F2806x_common\source\F2806x_CodeStartBranch.obj" "F2806x_common\source\F2806x_Comp.obj" "F2806x_common\source\F2806x_CpuTimers.obj" "F2806x_common\source\F2806x_DBGIER.obj" "F2806x_common\source\F2806x_DefaultIsr.obj" "F2806x_common\source\F2806x_DisInt.obj" "F2806x_common\source\F2806x_Dma.obj" "F2806x_common\source\F2806x_ECan.obj" "F2806x_common\source\F2806x_ECap.obj" "F2806x_common\source\F2806x_EPwm.obj" "F2806x_common\source\F2806x_EQep.obj" "F2806x_common\source\F2806x_Gpio.obj" "F2806x_common\source\F2806x_HRCap.obj" "F2806x_common\source\F2806x_I2C.obj" "F2806x_common\source\F2806x_Mcbsp.obj" "F2806x_common\source\F2806x_OscComp.obj" "F2806x_common\source\F2806x_PieCtrl.obj" "F2806x_common\source\F2806x_PieVect.obj" "F2806x_common\source\F2806x_Sci.obj" "F2806x_common\source\F2806x_Spi.obj" "F2806x_common\source\F2806x_SysCtrl.obj" "F2806x_common\source\F2806x_TempSensorConv.obj" "F2806x_common\source\F2806x_usDelay.obj" "F2806x_drive\dr_adc.obj"
DEL /F "F2806x_drive\dr_alm.obj" "F2806x_drive\dr_can.obj" "F2806x_drive\dr_dac.obj" "F2806x_drive\dr_epwm.obj" "F2806x_drive\dr_i2c.obj" "F2806x_drive\dr_led.obj" "F2806x_drive\dr_out.obj" "F2806x_drive\dr_rs485.obj" "F2806x_drive\dr_timer.obj" "F2806x_headers\source\F2806x_GlobalVariableDefs.obj" "main\main.obj" "user\dataPackage.obj" "user\myQueue.obj"
DEL /F "F2806x_common\source\F2806x_Adc.d" "F2806x_common\source\F2806x_Comp.d" "F2806x_common\source\F2806x_CpuTimers.d" "F2806x_common\source\F2806x_DefaultIsr.d" "F2806x_common\source\F2806x_Dma.d" "F2806x_common\source\F2806x_ECan.d" "F2806x_common\source\F2806x_ECap.d" "F2806x_common\source\F2806x_EPwm.d" "F2806x_common\source\F2806x_EQep.d" "F2806x_common\source\F2806x_Gpio.d" "F2806x_common\source\F2806x_HRCap.d" "F2806x_common\source\F2806x_I2C.d" "F2806x_common\source\F2806x_Mcbsp.d" "F2806x_common\source\F2806x_OscComp.d" "F2806x_common\source\F2806x_PieCtrl.d" "F2806x_common\source\F2806x_PieVect.d" "F2806x_common\source\F2806x_Sci.d" "F2806x_common\source\F2806x_Spi.d" "F2806x_common\source\F2806x_SysCtrl.d" "F2806x_common\source\F2806x_TempSensorConv.d" "F2806x_drive\dr_adc.d" "F2806x_drive\dr_alm.d" "F2806x_drive\dr_can.d" "F2806x_drive\dr_dac.d" "F2806x_drive\dr_epwm.d" "F2806x_drive\dr_i2c.d" "F2806x_drive\dr_led.d" "F2806x_drive\dr_out.d" "F2806x_drive\dr_rs485.d" "F2806x_drive\dr_timer.d"
DEL /F "F2806x_headers\source\F2806x_GlobalVariableDefs.d" "main\main.d" "user\dataPackage.d" "user\myQueue.d"
DEL /F "F2806x_common\source\F2806x_CodeStartBranch.d" "F2806x_common\source\F2806x_DBGIER.d" "F2806x_common\source\F2806x_DisInt.d" "F2806x_common\source\F2806x_usDelay.d"
找不到 D:\DSP28069_XrayECS\DSP28069_XrayECS\DSP28069_XrayECS\Debug\F2806x_common\source\F2806x_CodeStartBranch.d
Finished clean
**** Build Finished ****
**** Build of configuration Debug for project DSP28069_XrayECS ****
"C:\\ti\\ccs920\\ccs\\utils\\bin\\gmake" -k -j 4 all -O
Building file: "../F2806x_common/source/F2806x_CodeStartBranch.asm"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_CodeStartBranch.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_CodeStartBranch.asm"
Finished building: "../F2806x_common/source/F2806x_CodeStartBranch.asm"
Building file: "../F2806x_common/source/F2806x_Adc.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_Adc.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_Adc.c"
Finished building: "../F2806x_common/source/F2806x_Adc.c"
Building file: "../F2806x_common/source/F2806x_Comp.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_Comp.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_Comp.c"
Finished building: "../F2806x_common/source/F2806x_Comp.c"
Building file: "../F2806x_common/source/F2806x_CpuTimers.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_CpuTimers.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_CpuTimers.c"
Finished building: "../F2806x_common/source/F2806x_CpuTimers.c"
Building file: "../F2806x_common/source/F2806x_DBGIER.asm"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_DBGIER.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_DBGIER.asm"
Finished building: "../F2806x_common/source/F2806x_DBGIER.asm"
Building file: "../F2806x_common/source/F2806x_DefaultIsr.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_DefaultIsr.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_DefaultIsr.c"
Finished building: "../F2806x_common/source/F2806x_DefaultIsr.c"
Building file: "../F2806x_common/source/F2806x_DisInt.asm"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_DisInt.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_DisInt.asm"
Finished building: "../F2806x_common/source/F2806x_DisInt.asm"
Building file: "../F2806x_common/source/F2806x_Dma.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_Dma.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_Dma.c"
Finished building: "../F2806x_common/source/F2806x_Dma.c"
Building file: "../F2806x_common/source/F2806x_ECan.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_ECan.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_ECan.c"
Finished building: "../F2806x_common/source/F2806x_ECan.c"
Building file: "../F2806x_common/source/F2806x_ECap.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_ECap.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_ECap.c"
Finished building: "../F2806x_common/source/F2806x_ECap.c"
Building file: "../F2806x_common/source/F2806x_EPwm.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_EPwm.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_EPwm.c"
Finished building: "../F2806x_common/source/F2806x_EPwm.c"
Building file: "../F2806x_common/source/F2806x_EQep.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_EQep.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_EQep.c"
Finished building: "../F2806x_common/source/F2806x_EQep.c"
Building file: "../F2806x_common/source/F2806x_Gpio.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_Gpio.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_Gpio.c"
Finished building: "../F2806x_common/source/F2806x_Gpio.c"
Building file: "../F2806x_common/source/F2806x_HRCap.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_HRCap.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_HRCap.c"
Finished building: "../F2806x_common/source/F2806x_HRCap.c"
Building file: "../F2806x_common/source/F2806x_I2C.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_I2C.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_I2C.c"
Finished building: "../F2806x_common/source/F2806x_I2C.c"
Building file: "../F2806x_common/source/F2806x_Mcbsp.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_Mcbsp.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_Mcbsp.c"
Finished building: "../F2806x_common/source/F2806x_Mcbsp.c"
Building file: "../F2806x_common/source/F2806x_OscComp.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_OscComp.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_OscComp.c"
Finished building: "../F2806x_common/source/F2806x_OscComp.c"
Building file: "../F2806x_common/source/F2806x_PieCtrl.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_PieCtrl.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_PieCtrl.c"
Finished building: "../F2806x_common/source/F2806x_PieCtrl.c"
Building file: "../F2806x_common/source/F2806x_PieVect.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_PieVect.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_PieVect.c"
Finished building: "../F2806x_common/source/F2806x_PieVect.c"
Building file: "../F2806x_common/source/F2806x_Sci.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_Sci.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_Sci.c"
Finished building: "../F2806x_common/source/F2806x_Sci.c"
Building file: "../F2806x_common/source/F2806x_Spi.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_Spi.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_Spi.c"
Finished building: "../F2806x_common/source/F2806x_Spi.c"
Building file: "../F2806x_common/source/F2806x_SysCtrl.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_SysCtrl.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_SysCtrl.c"
Finished building: "../F2806x_common/source/F2806x_SysCtrl.c"
Building file: "../F2806x_common/source/F2806x_TempSensorConv.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_TempSensorConv.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_TempSensorConv.c"
Finished building: "../F2806x_common/source/F2806x_TempSensorConv.c"
Building file: "../F2806x_common/source/F2806x_usDelay.asm"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_common/source/F2806x_usDelay.d_raw" –obj_directory="F2806x_common/source""../F2806x_common/source/F2806x_usDelay.asm"
Finished building: "../F2806x_common/source/F2806x_usDelay.asm"
Building file: "../F2806x_drive/dr_adc.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_drive/dr_adc.d_raw" –obj_directory="F2806x_drive""../F2806x_drive/dr_adc.c"
Finished building: "../F2806x_drive/dr_adc.c"
Building file: "../F2806x_drive/dr_alm.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_drive/dr_alm.d_raw" –obj_directory="F2806x_drive""../F2806x_drive/dr_alm.c"
Finished building: "../F2806x_drive/dr_alm.c"
Building file: "../F2806x_drive/dr_can.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_drive/dr_can.d_raw" –obj_directory="F2806x_drive""../F2806x_drive/dr_can.c"
Finished building: "../F2806x_drive/dr_can.c"
Building file: "../F2806x_drive/dr_dac.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_drive/dr_dac.d_raw" –obj_directory="F2806x_drive""../F2806x_drive/dr_dac.c"
Finished building: "../F2806x_drive/dr_dac.c"
Building file: "../F2806x_drive/dr_epwm.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_drive/dr_epwm.d_raw" –obj_directory="F2806x_drive""../F2806x_drive/dr_epwm.c"
Finished building: "../F2806x_drive/dr_epwm.c"
Building file: "../F2806x_drive/dr_i2c.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_drive/dr_i2c.d_raw" –obj_directory="F2806x_drive""../F2806x_drive/dr_i2c.c"
Finished building: "../F2806x_drive/dr_i2c.c"
Building file: "../F2806x_drive/dr_led.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_drive/dr_led.d_raw" –obj_directory="F2806x_drive""../F2806x_drive/dr_led.c"
Finished building: "../F2806x_drive/dr_led.c"
Building file: "../F2806x_drive/dr_out.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_drive/dr_out.d_raw" –obj_directory="F2806x_drive""../F2806x_drive/dr_out.c"
Finished building: "../F2806x_drive/dr_out.c"
Building file: "../F2806x_drive/dr_rs485.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_drive/dr_rs485.d_raw" –obj_directory="F2806x_drive""../F2806x_drive/dr_rs485.c"
Finished building: "../F2806x_drive/dr_rs485.c"
Building file: "../F2806x_drive/dr_timer.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_drive/dr_timer.d_raw" –obj_directory="F2806x_drive""../F2806x_drive/dr_timer.c"
Finished building: "../F2806x_drive/dr_timer.c"
Building file: "../F2806x_headers/source/F2806x_GlobalVariableDefs.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="F2806x_headers/source/F2806x_GlobalVariableDefs.d_raw" –obj_directory="F2806x_headers/source""../F2806x_headers/source/F2806x_GlobalVariableDefs.c"
Finished building: "../F2806x_headers/source/F2806x_GlobalVariableDefs.c"
Building file: "../main/main.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="main/main.d_raw" –obj_directory="main""../main/main.c"
"../main/main.c", line 40: warning #552-D: variable "timer0Counter1" was set but never used
"../main/main.c", line 40: warning #552-D: variable "timer0Counter2" was set but never used
"../main/main.c", line 41: warning #179-D: variable "put" was declared but never referenced
"../main/main.c", line 42: warning #179-D: variable "state0" was declared but never referenced
Finished building: "../main/main.c"
Building file: "../user/dataPackage.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="user/dataPackage.d_raw" –obj_directory="user""../user/dataPackage.c"
"../user/dataPackage.c", line 404: warning #179-D: variable "checkSum" was declared but never referenced
"../user/dataPackage.c", line 455: warning #179-D: variable "i_temp" was declared but never referenced
"../user/dataPackage.c", line 459: warning #552-D: variable "s_MON" was set but never used
Finished building: "../user/dataPackage.c"
Building file: "../user/myQueue.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="user/myQueue.d_raw" –obj_directory="user""../user/myQueue.c"
Finished building: "../user/myQueue.c"
Building target: "DSP28069_XrayECS.out"
Invoking: C2000 Linker
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 -g –diag_warning=225 –diag_wrap=off –display_error_number -z -m"DSP28069_XrayECS.map" –stack_size=0x300 –warn_sections -i"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/lib" -i"D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" -i"D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" -i"D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" -i"D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" -i"D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" -i"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" –reread_libs –diag_wrap=off –display_error_number –xml_link_info="DSP28069_XrayECS_linkInfo.xml" –rom_model -o "DSP28069_XrayECS.out" "./F2806x_common/source/F2806x_Adc.obj" "./F2806x_common/source/F2806x_CodeStartBranch.obj" "./F2806x_common/source/F2806x_Comp.obj" "./F2806x_common/source/F2806x_CpuTimers.obj" "./F2806x_common/source/F2806x_DBGIER.obj" "./F2806x_common/source/F2806x_DefaultIsr.obj" "./F2806x_common/source/F2806x_DisInt.obj" "./F2806x_common/source/F2806x_Dma.obj" "./F2806x_common/source/F2806x_ECan.obj" "./F2806x_common/source/F2806x_ECap.obj" "./F2806x_common/source/F2806x_EPwm.obj" "./F2806x_common/source/F2806x_EQep.obj" "./F2806x_common/source/F2806x_Gpio.obj" "./F2806x_common/source/F2806x_HRCap.obj" "./F2806x_common/source/F2806x_I2C.obj" "./F2806x_common/source/F2806x_Mcbsp.obj" "./F2806x_common/source/F2806x_OscComp.obj" "./F2806x_common/source/F2806x_PieCtrl.obj" "./F2806x_common/source/F2806x_PieVect.obj" "./F2806x_common/source/F2806x_Sci.obj" "./F2806x_common/source/F2806x_Spi.obj" "./F2806x_common/source/F2806x_SysCtrl.obj" "./F2806x_common/source/F2806x_TempSensorConv.obj" "./F2806x_common/source/F2806x_usDelay.obj" "./F2806x_drive/dr_adc.obj" "./F2806x_drive/dr_alm.obj" "./F2806x_drive/dr_can.obj" "./F2806x_drive/dr_dac.obj" "./F2806x_drive/dr_epwm.obj" "./F2806x_drive/dr_i2c.obj" "./F2806x_drive/dr_led.obj" "./F2806x_drive/dr_out.obj" "./F2806x_drive/dr_rs485.obj" "./F2806x_drive/dr_timer.obj" "./F2806x_headers/source/F2806x_GlobalVariableDefs.obj" "./main/main.obj" "./user/dataPackage.obj" "./user/myQueue.obj" "../F2806x_common/cmd/28069_RAM_lnk.cmd" "../F2806x_common/lib/2806x_BootROM_API_TABLE_Symbols.lib" "../F2806x_common/lib/2806x_BootROM_API_TABLE_Symbols_fpu32.lib" "../F2806x_common/lib/IQmath.lib" "../F2806x_common/lib/IQmath_fpu32.lib" "../F2806x_common/lib/SFO_TI_Build_V6b.lib" "../F2806x_common/lib/SFO_TI_Build_V6b_FPU.lib" "../F2806x_headers/cmd/F2806x_Headers_nonBIOS.cmd"-llibc.a
<Linking>undefinedfirst referencedsymbolin file————————-_RamfuncsLoadSize./main/main.obj _RamfuncsLoadStart ./main/main.obj _RamfuncsRunStart./main/main.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "DSP28069_XrayECS.out" not built
>> Compilation failure
makefile:199: recipe for target 'DSP28069_XrayECS.out' failed
gmake[1]: *** [DSP28069_XrayECS.out] Error 1
makefile:195: recipe for target 'all' failed
gmake: *** [all] Error 2
**** Build Finished ****
您好,程序在F28069.cmd配置下运行正常,替换成28069_ram_lnk.cmd后报错:
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking
请帮助支持一下。谢谢
28069_ram_lnk.cmdd的文件如下:
MEMORY
{
PAGE 0 :
/* BEGIN is used for the "boot to SARAM" bootloader mode */
BEGIN : origin = 0x000000, length = 0x000002
RAMM0 : origin = 0x000050, length = 0x0003B0
RAML0_L6 : origin = 0x008000, length = 0x008000 /* RAML0-6 combined for size of .text */
/* in Example_F2806xSWPrioritezedInterrupts */
RESET : origin = 0x3FFFC0, length = 0x000002
FPUTABLES : origin = 0x3FD860, length = 0x0006A0 /* FPU Tables in Boot ROM */
IQTABLES : origin = 0x3FDF00, length = 0x000B50 /* IQ Math Tables in Boot ROM */
IQTABLES2 : origin = 0x3FEA50, length = 0x00008C /* IQ Math Tables in Boot ROM */
IQTABLES3 : origin = 0x3FEADC, length = 0x0000AA /* IQ Math Tables in Boot ROM */
BOOTROM : origin = 0x3FF3B0, length = 0x000C10
PAGE 1 :
BOOT_RSVD : origin = 0x000002, length = 0x00004E /* Part of M0, BOOT rom will use this for stack */
RAMM1 : origin = 0x000400, length = 0x000400 /* on-chip RAM block M1 */
/* RAML4 : origin = 0x00A000, length = 0x002000 /* on-chip RAM block L4 */
/* RAML5 : origin = 0x00C000, length = 0x002000 /* on-chip RAM block L5 */
/* RAML6 : origin = 0x00E000, length = 0x002000 /* on-chip RAM block L6 */
RAML7 : origin = 0x010000, length = 0x002000 /* on-chip RAM block L7 */
RAML8 : origin = 0x012000, length = 0x002000 /* on-chip RAM block L8 */
USB_RAM : origin = 0x040000, length = 0x000800 /* USB RAM */
}
SECTIONS
{
/* Setup for "boot to SARAM" mode:
The codestart section (found in DSP28_CodeStartBranch.asm)
re-directs execution to the start of user code. */
codestart : > BEGIN, PAGE = 0
ramfuncs : > RAMM0, PAGE = 0
.text : >> RAML0_L6 PAGE = 0
.cinit : > RAMM0, PAGE = 0
.pinit : > RAMM0, PAGE = 0
.switch : > RAMM0, PAGE = 0
.reset : > RESET, PAGE = 0, TYPE = DSECT /* not used, */
.stack : > RAMM1, PAGE = 1
.ebss : > RAML7, PAGE = 1
.econst : > RAML7, PAGE = 1
.esysmem : > RAML7, PAGE = 1
IQmath : > RAML0_L6, PAGE = 0
IQmathTables : > IQTABLES, PAGE = 0, TYPE = NOLOAD
/* Allocate FPU math areas: */
FPUmathTables : > FPUTABLES, PAGE = 0, TYPE = NOLOAD
/* DMARAML5 : > RAML7, PAGE = 1 */
/* DMARAML6 : > RAML7, PAGE = 1 */
/* DMARAML7 : > RAML7, PAGE = 1*/
DMARAML8 : > RAML8, PAGE = 1
user4778020:
回复 user4778020:
您看这个吧,短一些,现象一样
**** Build of configuration Debug for project DSP28069_XrayECS ****
"C:\\ti\\ccs920\\ccs\\utils\\bin\\gmake" -k -j 4 all -O
Building file: "../user/dataPackage.c"
Invoking: C2000 Compiler
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/user" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/modbus" –include_path="D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/freemodbus/port" –include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" -g –diag_warning=225 –diag_wrap=off –display_error_number –preproc_with_compile –preproc_dependency="user/dataPackage.d_raw" –obj_directory="user""../user/dataPackage.c"
"../user/dataPackage.c", line 404: warning #179-D: variable "checkSum" was declared but never referenced
"../user/dataPackage.c", line 455: warning #179-D: variable "i_temp" was declared but never referenced
"../user/dataPackage.c", line 459: warning #552-D: variable "s_MON" was set but never used
Finished building: "../user/dataPackage.c"
Building target: "DSP28069_XrayECS.out"
Invoking: C2000 Linker
"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt –cla_support=cla0 –float_support=fpu32 –vcu_support=vcu0 -g –diag_warning=225 –diag_wrap=off –display_error_number -z -m"DSP28069_XrayECS.map" –stack_size=0x300 –warn_sections -i"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/lib" -i"D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/source" -i"D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_drive" -i"D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_headers/include" -i"D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/source" -i"D:/DSP28069_XrayECS/DSP28069_XrayECS/DSP28069_XrayECS/F2806x_common/include" -i"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" –reread_libs –diag_wrap=off –display_error_number –xml_link_info="DSP28069_XrayECS_linkInfo.xml" –rom_model -o "DSP28069_XrayECS.out" "./F2806x_common/source/F2806x_Adc.obj" "./F2806x_common/source/F2806x_CodeStartBranch.obj" "./F2806x_common/source/F2806x_Comp.obj" "./F2806x_common/source/F2806x_CpuTimers.obj" "./F2806x_common/source/F2806x_DBGIER.obj" "./F2806x_common/source/F2806x_DefaultIsr.obj" "./F2806x_common/source/F2806x_DisInt.obj" "./F2806x_common/source/F2806x_Dma.obj" "./F2806x_common/source/F2806x_ECan.obj" "./F2806x_common/source/F2806x_ECap.obj" "./F2806x_common/source/F2806x_EPwm.obj" "./F2806x_common/source/F2806x_EQep.obj" "./F2806x_common/source/F2806x_Gpio.obj" "./F2806x_common/source/F2806x_HRCap.obj" "./F2806x_common/source/F2806x_I2C.obj" "./F2806x_common/source/F2806x_Mcbsp.obj" "./F2806x_common/source/F2806x_OscComp.obj" "./F2806x_common/source/F2806x_PieCtrl.obj" "./F2806x_common/source/F2806x_PieVect.obj" "./F2806x_common/source/F2806x_Sci.obj" "./F2806x_common/source/F2806x_Spi.obj" "./F2806x_common/source/F2806x_SysCtrl.obj" "./F2806x_common/source/F2806x_TempSensorConv.obj" "./F2806x_common/source/F2806x_usDelay.obj" "./F2806x_drive/dr_adc.obj" "./F2806x_drive/dr_alm.obj" "./F2806x_drive/dr_can.obj" "./F2806x_drive/dr_dac.obj" "./F2806x_drive/dr_epwm.obj" "./F2806x_drive/dr_i2c.obj" "./F2806x_drive/dr_led.obj" "./F2806x_drive/dr_out.obj" "./F2806x_drive/dr_rs485.obj" "./F2806x_drive/dr_timer.obj" "./F2806x_headers/source/F2806x_GlobalVariableDefs.obj" "./main/main.obj" "./user/dataPackage.obj" "./user/myQueue.obj" "../F2806x_common/cmd/28069_RAM_lnk.cmd" "../F2806x_common/lib/2806x_BootROM_API_TABLE_Symbols.lib" "../F2806x_common/lib/2806x_BootROM_API_TABLE_Symbols_fpu32.lib" "../F2806x_common/lib/IQmath.lib" "../F2806x_common/lib/IQmath_fpu32.lib" "../F2806x_common/lib/SFO_TI_Build_V6b.lib" "../F2806x_common/lib/SFO_TI_Build_V6b_FPU.lib" "../F2806x_headers/cmd/F2806x_Headers_nonBIOS.cmd"-llibc.a
<Linking>undefinedfirst referencedsymbolin file————————-_RamfuncsLoadSize./main/main.obj _RamfuncsLoadStart ./main/main.obj _RamfuncsRunStart./main/main.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "DSP28069_XrayECS.out" not built
>> Compilation failure
makefile:199: recipe for target 'DSP28069_XrayECS.out' failed
gmake[1]: *** [DSP28069_XrayECS.out] Error 1
makefile:195: recipe for target 'all' failed
gmake: *** [all] Error 2
**** Build Finished ****
您好,程序在F28069.cmd配置下运行正常,替换成28069_ram_lnk.cmd后报错:
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking
请帮助支持一下。谢谢
28069_ram_lnk.cmdd的文件如下:
MEMORY
{
PAGE 0 :
/* BEGIN is used for the "boot to SARAM" bootloader mode */
BEGIN : origin = 0x000000, length = 0x000002
RAMM0 : origin = 0x000050, length = 0x0003B0
RAML0_L6 : origin = 0x008000, length = 0x008000 /* RAML0-6 combined for size of .text */
/* in Example_F2806xSWPrioritezedInterrupts */
RESET : origin = 0x3FFFC0, length = 0x000002
FPUTABLES : origin = 0x3FD860, length = 0x0006A0 /* FPU Tables in Boot ROM */
IQTABLES : origin = 0x3FDF00, length = 0x000B50 /* IQ Math Tables in Boot ROM */
IQTABLES2 : origin = 0x3FEA50, length = 0x00008C /* IQ Math Tables in Boot ROM */
IQTABLES3 : origin = 0x3FEADC, length = 0x0000AA /* IQ Math Tables in Boot ROM */
BOOTROM : origin = 0x3FF3B0, length = 0x000C10
PAGE 1 :
BOOT_RSVD : origin = 0x000002, length = 0x00004E /* Part of M0, BOOT rom will use this for stack */
RAMM1 : origin = 0x000400, length = 0x000400 /* on-chip RAM block M1 */
/* RAML4 : origin = 0x00A000, length = 0x002000 /* on-chip RAM block L4 */
/* RAML5 : origin = 0x00C000, length = 0x002000 /* on-chip RAM block L5 */
/* RAML6 : origin = 0x00E000, length = 0x002000 /* on-chip RAM block L6 */
RAML7 : origin = 0x010000, length = 0x002000 /* on-chip RAM block L7 */
RAML8 : origin = 0x012000, length = 0x002000 /* on-chip RAM block L8 */
USB_RAM : origin = 0x040000, length = 0x000800 /* USB RAM */
}
SECTIONS
{
/* Setup for "boot to SARAM" mode:
The codestart section (found in DSP28_CodeStartBranch.asm)
re-directs execution to the start of user code. */
codestart : > BEGIN, PAGE = 0
ramfuncs : > RAMM0, PAGE = 0
.text : >> RAML0_L6 PAGE = 0
.cinit : > RAMM0, PAGE = 0
.pinit : > RAMM0, PAGE = 0
.switch : > RAMM0, PAGE = 0
.reset : > RESET, PAGE = 0, TYPE = DSECT /* not used, */
.stack : > RAMM1, PAGE = 1
.ebss : > RAML7, PAGE = 1
.econst : > RAML7, PAGE = 1
.esysmem : > RAML7, PAGE = 1
IQmath : > RAML0_L6, PAGE = 0
IQmathTables : > IQTABLES, PAGE = 0, TYPE = NOLOAD
/* Allocate FPU math areas: */
FPUmathTables : > FPUTABLES, PAGE = 0, TYPE = NOLOAD
/* DMARAML5 : > RAML7, PAGE = 1 */
/* DMARAML6 : > RAML7, PAGE = 1 */
/* DMARAML7 : > RAML7, PAGE = 1*/
DMARAML8 : > RAML8, PAGE = 1
Susan Yang:
回复 user4778020:
也就是说您的代码原来是在Flash运行,现在想在RAM内运行?是这样吗?
您好,程序在F28069.cmd配置下运行正常,替换成28069_ram_lnk.cmd后报错:
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking
请帮助支持一下。谢谢
28069_ram_lnk.cmdd的文件如下:
MEMORY
{
PAGE 0 :
/* BEGIN is used for the "boot to SARAM" bootloader mode */
BEGIN : origin = 0x000000, length = 0x000002
RAMM0 : origin = 0x000050, length = 0x0003B0
RAML0_L6 : origin = 0x008000, length = 0x008000 /* RAML0-6 combined for size of .text */
/* in Example_F2806xSWPrioritezedInterrupts */
RESET : origin = 0x3FFFC0, length = 0x000002
FPUTABLES : origin = 0x3FD860, length = 0x0006A0 /* FPU Tables in Boot ROM */
IQTABLES : origin = 0x3FDF00, length = 0x000B50 /* IQ Math Tables in Boot ROM */
IQTABLES2 : origin = 0x3FEA50, length = 0x00008C /* IQ Math Tables in Boot ROM */
IQTABLES3 : origin = 0x3FEADC, length = 0x0000AA /* IQ Math Tables in Boot ROM */
BOOTROM : origin = 0x3FF3B0, length = 0x000C10
PAGE 1 :
BOOT_RSVD : origin = 0x000002, length = 0x00004E /* Part of M0, BOOT rom will use this for stack */
RAMM1 : origin = 0x000400, length = 0x000400 /* on-chip RAM block M1 */
/* RAML4 : origin = 0x00A000, length = 0x002000 /* on-chip RAM block L4 */
/* RAML5 : origin = 0x00C000, length = 0x002000 /* on-chip RAM block L5 */
/* RAML6 : origin = 0x00E000, length = 0x002000 /* on-chip RAM block L6 */
RAML7 : origin = 0x010000, length = 0x002000 /* on-chip RAM block L7 */
RAML8 : origin = 0x012000, length = 0x002000 /* on-chip RAM block L8 */
USB_RAM : origin = 0x040000, length = 0x000800 /* USB RAM */
}
SECTIONS
{
/* Setup for "boot to SARAM" mode:
The codestart section (found in DSP28_CodeStartBranch.asm)
re-directs execution to the start of user code. */
codestart : > BEGIN, PAGE = 0
ramfuncs : > RAMM0, PAGE = 0
.text : >> RAML0_L6 PAGE = 0
.cinit : > RAMM0, PAGE = 0
.pinit : > RAMM0, PAGE = 0
.switch : > RAMM0, PAGE = 0
.reset : > RESET, PAGE = 0, TYPE = DSECT /* not used, */
.stack : > RAMM1, PAGE = 1
.ebss : > RAML7, PAGE = 1
.econst : > RAML7, PAGE = 1
.esysmem : > RAML7, PAGE = 1
IQmath : > RAML0_L6, PAGE = 0
IQmathTables : > IQTABLES, PAGE = 0, TYPE = NOLOAD
/* Allocate FPU math areas: */
FPUmathTables : > FPUTABLES, PAGE = 0, TYPE = NOLOAD
/* DMARAML5 : > RAML7, PAGE = 1 */
/* DMARAML6 : > RAML7, PAGE = 1 */
/* DMARAML7 : > RAML7, PAGE = 1*/
DMARAML8 : > RAML8, PAGE = 1
user4778020:
回复 Susan Yang:
是为了调试程序方便,不断地写flash 挺慢的。以前都是在flash下编写和调试的,主要是为了提高调试速度。