L4025: This limited version allows only 32768 bytes of C code
I have 8 functions which need to be integrated into an existing C code.
I am able to call 5 of the 8 in buildDebug mode without errors.
But i get the above mentioned error when i call one more function.
Is this a limitation of my tool???
I am using CodeWarrior IDE Version 5.9.0 Build 5294
If i comment the code inside the 3 functions, i am still not able to link in debug mode, but links in release mode.
The code size comes up to 32520 when i comment the code inside the 3 functions.
Please help.