Setting CodeWarrior 10 Stack Size

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Setting CodeWarrior 10 Stack Size

Jump to solution
3,017 Views
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.

Labels (1)
0 Kudos
1 Solution
889 Views
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

View solution in original post

0 Kudos
2 Replies
890 Views
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 Kudos
889 Views
jimfell
Contributor III

Thanks!

0 Kudos