1. 程式人生 > >CCS編譯中常常遇到的問題以及解決辦法

CCS編譯中常常遇到的問題以及解決辦法

1、warning: creating .stack section with default size of 400 (hex) words. 這是因為沒有在Project---Build Option---Linker中-stack沒有設定值。 2、warning: creating .sysmem section with default size of 400 (hex) words. 這是因為沒有在Project---Build Option---Linker中-heap沒有設定值。 3、warning: creating output section .cio without SECTIONS specification 這是因為在section中沒有定義。 4、warning: entry point symbol _c_int00 undefined 這是因為沒有新增lib檔案。 5、Loader: One or more sections of your program falls into a memory region that is not writable.  These regions will not actually be written 可能是因為你選擇的模擬環境與你工程設定的晶片型別不太一致,液有可能是因為.cmd檔案有問題 未完,待續…………