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.

28377D CLA问题

Expert 1250 points

在CMD文件中加入如下代码

#ifdef CLA_C
// Define a size for the CLA scratchpad area that will be used
// by the CLA compiler for local symbols and temps
// Also force references to the special symbols that mark the
// scratchpad are.
CLA_SCRATCHPAD_SIZE = 0x100;
--undef_sym=__cla_scratchpad_end
--undef_sym=__cla_scratchpad_start
#endif //CLA_C

编译的时候提示

__cla_scratchpad_end
__cla_scratchpad_start

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking;

是不是哪边没设置好,