CodeWarrior License Problem with MPC5668G

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

CodeWarrior License Problem with MPC5668G

ソリューションへジャンプ
1,266件の閲覧回数
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,077件の閲覧回数
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,078件の閲覧回数
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,077件の閲覧回数
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 件の賞賛
返信