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

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

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

925件の閲覧回数
dugg
Contributor II

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

0 件の賞賛
3 返答(返信)

743件の閲覧回数
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 件の賞賛

743件の閲覧回数
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 件の賞賛

743件の閲覧回数
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 件の賞賛