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.

Compiler/TMS320C6747: declaring big matrix/array problem

Part Number: TMS320C6747

Tool/software: TI C/C++ Compiler

Hello,

I have several big matrices or arrays but i can not declare them. For example, when i only define unsigned short array[2048], debug will be broken as "cant find a source file a /tmp/TI_MKLOB429RQi/SRC/exit.c". I am using ccs 5.5.

What is the problem ?