在CCS4中,自建一个TMS320F28335的工程. 工程文件全部和例程工程 Example_2833xSpi_FFDLB_int 一样.主程序也一样.问题是用例程编译无问题.而用自己建的工程编译会有如下警告:
warning: creating output section ".bss" without a SECTIONS specification
warning: creating output section ".const" without a SECTIONS specification
warning: creating ".stack" section with default size of 0x400; use the -stack
option to change the default size
在工程属性中设置stack为0x400后.stack警告没有了.另外的还有.是不是还要设置那里?请专家指教.