Setting CodeWarrior 10 Stack Size

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Setting CodeWarrior 10 Stack Size

跳至解决方案
3,845 次查看
jimfell
Contributor III

How do I set the stack size in a project using CodeWarrior 10?  Other IDEs that I've used have a setting in the project options to do this, but there doesn't seem to be one for CW10.  Is there a file somewhere that needs to be modified?  Thanks.

标签 (1)
0 项奖励
回复
1 解答
1,717 次查看
BlackNight
NXP Employee
NXP Employee

Typically this is in the linker file. The syntax depends from toolchain (well linker) to another, so it is little bit different say for gcc compared to the Freescale compilers.

For Processor Expert enabled project: there is a setting in the CPU component properties > build tab for this.

Hope this helps,

Erich

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,718 次查看
BlackNight
NXP Employee
NXP Employee

Typically this is in the linker file. The syntax depends from toolchain (well linker) to another, so it is little bit different say for gcc compared to the Freescale compilers.

For Processor Expert enabled project: there is a setting in the CPU component properties > build tab for this.

Hope this helps,

Erich

0 项奖励
回复
1,717 次查看
jimfell
Contributor III

Thanks!

0 项奖励
回复