困ったこと・解決したことを書き込むページです。
困ったことを書いておけば、誰かが教えてくれるかもしれません。
解決したことを書いておけば、他の人が困らなくてもすむかもしれません。
Global Resourcesを変更した場合、以下のようなエラーが出る場合がある。
エラーをクリックすると、overlap.txtが表示される。
This linker error implies there is a memory area conflict. This is typically seen when an absolute code area has grown into a relocatable memory area. The most common symptom for this error comes from the growth of the boot code, due to global parameter changes, encroaching into the start of relocatable code. In this case, you can increase the start of the relocatable start address by changing the value of the address in the Project >> Settings... >> Linker dialog.
どうやらブートコードが大きくなり、メモリの衝突が起きた、ということのようだ。
この辺を参考元を参考にしながら、
Project >> Settings... >> Linker dialogの
Relocatable code startの値を150→152に変更した。
これで解決。
Thanks!
参考元:リンカー、テイラー、ソルジャー、スパイ::PSoC
http://edycube.blog2.fc2.com/blog-entry-209.html