首页 | 新闻 | 新品 | 文库 | 方案 | 视频 | 下载 | 商城 | 开发板 | 数据中心 | 座谈新版 | 培训 | 工具 | 博客 | 论坛 | 百科 | GEC | 活动 | 主题月 | 电子展
返回列表 回复 发帖

请教ccs2.0使用过程中出现的一个问题,急!!!!![原创]

请教ccs2.0使用过程中出现的一个问题,急!!!!![原创]

各位好心人,我在毕业设计中使用ccs2.0,我用c语言编写的程序,但是我不知道如何编写link.cmd文件,我就把ccs中自带的例子中的link.cmd文件直接复制到我的工程中,可是在编译中出现了如下问题:


"d:\ccs2.0\c5400\cgtools\bin\cl500" -g -q -fr"D:/ccs2.0/myprojects/ofdm/Debug" -d"_DEBUG" -@"../../../myprojects/ofdm/Debug.lkf" "vectors.asm"
<vectors.asm>


"d:\ccs2.0\c5400\cgtools\bin\cl500" -g -q -fr"D:/ccs2.0/myprojects/ofdm/Debug" -d"_DEBUG" -@"Debug.lkf" "ofdm.c"
[ofdm.c]
"d:\ccs2.0\c5400\cgtools\bin\cl500" -@"Debug.lkf"
<Linking>
>>   error: can't allocate '.bss'
>>   error: errors in input - ./Debug/ofdm.out not built


我想请教一下,这是什么原因引起的,应该如何改正呢?

返回列表