how to use the "debug" and "release" module with the "manage configurations"

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

how to use the "debug" and "release" module with the "manage configurations"

926 次查看
dugg
Contributor II

how to use the KDS ->progect_>c/c++ build->manage configuration  for debug and realease?

0 项奖励
3 回复数

744 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello du gg,

Usually, "Debug" includes some debugging information , and compiler not optimized. When

develop and debug use this version.

"Release " get rid of the debugging information,enable optimizations, binary file size is smaller。

Once everything works, you can download the release version into chip.

While we can also configure them by ourselves, for example optimization level, linker file .

About detail information , you also can have a look at this thread:

Debug vs. Release? | MCU on Eclipse 


Have a great day,
TIC

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励

744 次查看
dugg
Contributor II

hello Alice_yang,

thanks for your answer.

i have Creates a new configuration named  "release'' based on the existing configuration named "debug".when i create a symbol in "release" model ,but it does not work .while ,when i create a symbol in debug model ,it both work in release and debug model.

 

0 项奖励

744 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello ,

Could you please attach your project , also take a video or screenshot to show the steps that I can

reproduce your issue.

BR

Alice

0 项奖励