Codewarrior 6.3 special edition

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

Codewarrior 6.3 special edition

1,449 Views
Eric_t
Contributor III

Hi 

I have download the special edition of codewarrior 6.3

The size of project that I use is 59KB, less than the 64KB than covers the special edition of CW 6.3

The problem that I am facing is that the linker gives the following error:

Link Error : Size of the application has exceeded the capability of this license

I have attached a picture that shows the link error and the size of the application that is 59650 bytes

I have also attached the license file

Thank you

Link error.jpg

0 Kudos
1 Reply

862 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Eric

The "64k limitation" refers to "C compiler and C source-level debugger–code and data size". see

https://www.nxp.com/docs/en/fact-sheet/950-00437.pdf 

In your screenshot, the project window shows un-optomized code versus optimized code in the map file. we need check if your code over 64k in map file but not project window.

The map file is only  generated after a successfully build.

Have a great day,
Jennie Zhang

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos