"This limited version allows only 1024 bytes of C++ code" - problem with Codewarrior

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

"This limited version allows only 1024 bytes of C++ code" - problem with Codewarrior

439 Views
krzy90
Contributor I

Hello,

I installed evalluation version of Codewarrior from this page:

http://www.freescale.com/webapp/sps/site/overview.jsp?code=CW_EVALS

but I still have get a message which is in subject of this topic. I tried to re-install CW - no result. What more - the file that i downloaded is "CW_MCU_V6_3_EVAL" so I understand that it is version 6.3. But after installation in help menu in CW there is written Version 5.9.0

Please help me with my problem, my email address in registration info is valid.

Labels (1)
0 Kudos
2 Replies

300 Views
bigmac
Specialist III

Hello, and welcome to the forum.

 

The special edition licence for Code Warrior has this limit for C++ code.  To extend beyond this limit you will need to purchase a suitable licence.

 

However, the licence that you have will handle up to 32K of compiled C code, for MC9S08 MCUs.  You will need to specify that you are using C when creating a project using the new project wizard.

 

The version number that you refer is that for the IDE program, and not the compiler, etc.

 

Regards,

Mac

 

0 Kudos

300 Views
Lundin
Senior Contributor IV

Also, there are very few reasons why one would even consider C++ for HCS08. Special compatibility requirements etc. There are so few of the C++-specific features you can use/that makes sense to use, so you would basically end up with C anyway.  For a brand new, stand-alone HCS08 project I see no reasons whatsoever to use C++.

0 Kudos