CodeWarrior License Problem with MPC5668G

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

CodeWarrior License Problem with MPC5668G

跳至解决方案
1,241 次查看
tim_09
Contributor II

Hello everybody,

 

I'm developing an application for the MPC5668G with CodeWarrior 10.6.4. When I try to download and debug the code I get a license error ("Current license does not allow downloading C++ code"). For my application I only use C code so I think the problem comes from the included header files which contain C++ code. How can I solve this problem? Do I have to delete the C++ code in the header files?

 

Best regards,

Tim

标签 (1)
1 解答
1,052 次查看
TICS_Fiona
NXP Employee
NXP Employee

Hello Tim

What license are you using?

 

For the restriction with Basic, Standard and Professional license, please refer to:

http://www.freescale.com/files/soft_dev_tools/doc/fact_sheet/950-00437.pdf

The evaluation license works same as professional license, but when it expires, it will work as special license. Special License does not support C++, and it also has code size restriction.

Please check your C code size, and also check whether C++ feature is enabled in the project.  Please disable the C++ settings of the project as below:

Cpp.png

Hope it helps!

Best Regards

Fiona Kuang

TIC - Technical Information Center

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,053 次查看
TICS_Fiona
NXP Employee
NXP Employee

Hello Tim

What license are you using?

 

For the restriction with Basic, Standard and Professional license, please refer to:

http://www.freescale.com/files/soft_dev_tools/doc/fact_sheet/950-00437.pdf

The evaluation license works same as professional license, but when it expires, it will work as special license. Special License does not support C++, and it also has code size restriction.

Please check your C code size, and also check whether C++ feature is enabled in the project.  Please disable the C++ settings of the project as below:

Cpp.png

Hope it helps!

Best Regards

Fiona Kuang

TIC - Technical Information Center

0 项奖励
回复
1,052 次查看
tim_09
Contributor II

Hey Fiona,

with the settings shown in your picture the download works and I can debug my code. Thanks for your help.

Best regards,

Tim

0 项奖励
回复