DSPRelated.com
Forums

CCS 3.1 Platinum INTERNAL ERROR

Started by aka_...@yahoo.com November 15, 2005
When compiling in Release configuration (i.e. No Debug Information Generated) with -o2 optimization level the following error ocurrs. With -o1 there's no error, but the program is too slow because I use some C DSP routines.

------------------------------
dsk_app1.c, line 567: INTERNAL ERROR: >>>Register allocation failed:
_processBuffer 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.

Cannot continue compilation - ABORTING! >> Compilation failure
------------------------------

I'll be grateful for any comments.