TI中文支持网
TI专业的中文技术问题搜集分享网站

新建 的工程 选F28035.cmd编译出错,但是选28035_RAM_ink.cmd编译正常

软件:CCS6.2    安装在D盘。

新建的工程 选F28035.cmd编译出错,但是选28035_RAM_ink.cmd编译正常。我的程序里面就只有一个main.C,而且里面啥都没有写啊,更没有定义什么啊。这是什么原因,要怎么修改?

<Linking>

"../F28035.cmd", line 135: warning #10190-D: absolute symbol "_RamfuncsLoadStart" being redefined
"../F28035.cmd", line 136: warning #10190-D: absolute symbol "_RamfuncsLoadEnd" being redefined
"../F28035.cmd", line 137: warning #10190-D: absolute symbol "_RamfuncsRunStart" being redefined
"../F28035.cmd", line 135: warning #10190-D: absolute symbol "_RamfuncsLoadStart" being redefined
"../F28035.cmd", line 136: warning #10190-D: absolute symbol "_RamfuncsLoadEnd" being redefined
"../F28035.cmd", line 137: warning #10190-D: absolute symbol "_RamfuncsRunStart" being redefined
"../F28035.cmd", line 135: warning #10190-D: absolute symbol "_RamfuncsLoadStart" being redefined
"../F28035.cmd", line 136: warning #10190-D: absolute symbol "_RamfuncsLoadEnd" being redefined
"../F28035.cmd", line 137: warning #10190-D: absolute symbol "_RamfuncsRunStart" being redefined
"../F28035.cmd", line 135: warning #10272-D: section relative symbols from different output sections cannot be mixed; "_RamfuncsLoadStart" is in section "ramfuncs", "DOT operator" is in section ".TI.ramfunc"
"../F28035.cmd", line 136: warning #10272-D: section relative symbols from different output sections cannot be mixed; "_RamfuncsLoadEnd" is in section "ramfuncs", "DOT operator" is in section ".TI.ramfunc"
"../F28035.cmd", line 137: warning #10272-D: section relative symbols from different output sections cannot be mixed; "_RamfuncsRunStart" is in section "ramfuncs", "DOT operator" is in section ".TI.ramfunc"
'Finished building target: 2803x_ModbusRTU.out'

Igor An:

从报错上看好像是cmd文件重复了,请检查一下系统中包含了几个cmd文件。

一般在编译器配置界面选择F28035.cmd,会自动生成一个cmd,如果工程文件中已经有cmd文件了,那么会有重复冲突。

软件:CCS6.2    安装在D盘。

新建的工程 选F28035.cmd编译出错,但是选28035_RAM_ink.cmd编译正常。我的程序里面就只有一个main.C,而且里面啥都没有写啊,更没有定义什么啊。这是什么原因,要怎么修改?

<Linking>

"../F28035.cmd", line 135: warning #10190-D: absolute symbol "_RamfuncsLoadStart" being redefined
"../F28035.cmd", line 136: warning #10190-D: absolute symbol "_RamfuncsLoadEnd" being redefined
"../F28035.cmd", line 137: warning #10190-D: absolute symbol "_RamfuncsRunStart" being redefined
"../F28035.cmd", line 135: warning #10190-D: absolute symbol "_RamfuncsLoadStart" being redefined
"../F28035.cmd", line 136: warning #10190-D: absolute symbol "_RamfuncsLoadEnd" being redefined
"../F28035.cmd", line 137: warning #10190-D: absolute symbol "_RamfuncsRunStart" being redefined
"../F28035.cmd", line 135: warning #10190-D: absolute symbol "_RamfuncsLoadStart" being redefined
"../F28035.cmd", line 136: warning #10190-D: absolute symbol "_RamfuncsLoadEnd" being redefined
"../F28035.cmd", line 137: warning #10190-D: absolute symbol "_RamfuncsRunStart" being redefined
"../F28035.cmd", line 135: warning #10272-D: section relative symbols from different output sections cannot be mixed; "_RamfuncsLoadStart" is in section "ramfuncs", "DOT operator" is in section ".TI.ramfunc"
"../F28035.cmd", line 136: warning #10272-D: section relative symbols from different output sections cannot be mixed; "_RamfuncsLoadEnd" is in section "ramfuncs", "DOT operator" is in section ".TI.ramfunc"
"../F28035.cmd", line 137: warning #10272-D: section relative symbols from different output sections cannot be mixed; "_RamfuncsRunStart" is in section "ramfuncs", "DOT operator" is in section ".TI.ramfunc"
'Finished building target: 2803x_ModbusRTU.out'

user5055425:

您好!我也出现了同样的问题,请问您当时是怎么解决的?

赞(0)
未经允许不得转载:TI中文支持网 » 新建 的工程 选F28035.cmd编译出错,但是选28035_RAM_ink.cmd编译正常
分享到: 更多 (0)