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

CCS编译时报错

如题:

warning: creating output section ".cio" without a SECTIONS specification
warning: creating ".sysmem" section with default size of 0x400; use the -heap

"E:\\CCS\\CCS3workplace\\BLDC2\\CMD\\F2812_EzDSP_RAM_lnk.cmd", line 101: error:

>> Compilation failure
Build Complete,
  2 Errors, 2 Warnings, 0 Remarks.
大佬们,这样报错是哪里出了问题鸭,救救孩纸吧。

Susan Yang:连接命令文件中把.cio和.esysmem加上

检查一下 .cmd文件的 linked file sections.

具体可以参考

software-dl.ti.com/…/sdto_cgt_Linker-Command-File-Primer.html

processors.wiki.ti.com/…/C28x_Compiler_-_Understanding_Linking

如题:

warning: creating output section ".cio" without a SECTIONS specification
warning: creating ".sysmem" section with default size of 0x400; use the -heap

"E:\\CCS\\CCS3workplace\\BLDC2\\CMD\\F2812_EzDSP_RAM_lnk.cmd", line 101: error:

>> Compilation failure
Build Complete,
  2 Errors, 2 Warnings, 0 Remarks.
大佬们,这样报错是哪里出了问题鸭,救救孩纸吧。

K Mr:你的CMD文件应该是改动过或者有丢失,最后不要删除CMD中的文件

如题:

warning: creating output section ".cio" without a SECTIONS specification
warning: creating ".sysmem" section with default size of 0x400; use the -heap

"E:\\CCS\\CCS3workplace\\BLDC2\\CMD\\F2812_EzDSP_RAM_lnk.cmd", line 101: error:

>> Compilation failure
Build Complete,
  2 Errors, 2 Warnings, 0 Remarks.
大佬们,这样报错是哪里出了问题鸭,救救孩纸吧。

peng huifeng:先使用例程的默认CMD文件进行工程建立,不要删除例程CMD文件中的段,再尝试编译下!

赞(0)
未经允许不得转载:TI中文支持网 » CCS编译时报错
分享到: 更多 (0)