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.

CCS6.0编译warning问题

我编译工程出现如下几个warning:

  Description Resource Path Location Type
#10210-D creating ".stack" section with default size of 0x3e8; use the pll1    C/C++ Problem
  Description Resource Path Location Type
#10210-D creating ".sysstack" section with default size of 0x3e8; use pll1    C/C++ Problem
  Description Resource Path Location Type
Build variable 'C5500_CSL_CG_ROOT' cannot be resolved.  pll1 properties Problems
  Description Resource Path Location Type
Build variable 'C5500_CSL_CG_ROOT' cannot be resolved.  pll1  properties Problems
  Description Resource Path Location Type
Build variable 'XDAIS_CG_ROOT' cannot be resolved.  pll1  properties Problems
  Description Resource Path Location Type
Invalid project path: Include path not found (\packages\ti\xdais). pll1  pathentry Path Entry Problem

对于前两个问题,我在下图中做了如下改动。把Heap size改成0x3e8:

随后warning中仍然是这些错误,请问这些warning应该如何消除呢,以及这些warning是否有影响呢