CodeWarrior License Problem with MPC5668G

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

CodeWarrior License Problem with MPC5668G

Jump to solution
1,239 Views
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

Labels (1)
1 Solution
1,050 Views
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

View solution in original post

0 Kudos
Reply
2 Replies
1,051 Views
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 Kudos
Reply
1,050 Views
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 Kudos
Reply