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

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

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

998 次查看
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.

标签 (1)
0 项奖励
回复
2 回复数

859 次查看
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 项奖励
回复

859 次查看
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 项奖励
回复