This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
背景描述:这个算法在vs2010中可以跑起来。移植在CCS开发环境的时候,编译会发生如下错误
INTERNAL ERROR: Space required for local variables exceeds maximum in
_spline(coefficient *, double *, double *, int)
This may be a serious problem. Please contact customer support with a
description of this problem and a sample of the source files that caused this
INTERNAL ERROR message to appear.
这个问题在主程序中出现,请问是什么原因,该如何解决
看下面e2e上的帖子是否有用。
https://e2e.ti.com/support/development_tools/compiler/f/343/t/169848
https://e2e.ti.com/support/development_tools/compiler/f/343/t/86094
您好,我用的是TMS320VC5509A ,现在cmd文件搬用图像处理的cmd,出现如下错误
error: placement fails for
object ".bss", size 0x52e90 (page 0). Available ranges:
IRAM size: 0x40000 unused: 0x342c4 max hole: 0x342c0
error: section ".bss" (0x0) spans page boundary: not allowed before CPU
revision 3.0
.bss段太大了,不能超过64k。
http://processors.wiki.ti.com/index.php/C5000_DSP_FAQ#Why_can_I_not_correctly_move_data_that_spans_a_64K-word_boundary.3F
请问我用5509a编译时出现这个问题使因为什么?
error: section ".bss" (0x10000) spans page boundary: not allowed before CPU
revision 3.0