我编译工程出现如下几个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是否有影响呢
Shine:
warning没有影响,提示使用默认值,你也可以在–stack_size里自定义。
C5500_CSL_CG_ROOT的错误是没定义,到build variable选项里检查一下。