但编译过程中链接时显示
[ext1.c] "D:\Program Files\CCS\C6000\cgtools\bin\cl6x" -g -pdsw225 -fr"D:/Program Files/CCS/MyProjects/1/Debug" -d"_DEBUG" -mv6400 -@"1/Debug.lkf" "ext1.c"
"ext1.c", line 12: warning: variable "Y" was set but never used
"ext1.c", line 13: warning: variable "U" was set but never used
"ext1.c", line 14: warning: variable "V" was set but never used
[Linking...] "D:\Program Files\CCS\C6000\cgtools\bin\cl6x" -@"Debug.lkf"
>> warning: creating .stack section with default size of 400 (hex) words.
Use -stack option to change the default size.
>> warning: creating .sysmem section with default size of 400 (hex) words.
Use -heap option to change the default size.
模拟运行时好像堆栈会溢出,请问是堆栈的空间太小了吗?如果是的话怎么更改.stack的默认大小?
还有为什么显示我Y U V设了但没用到呢?我不是令它为数组了嘛?!
还有,怎么在CCS下更改堆栈的大小
谢谢