Is CDT Build Console the same as the gdb (arm-none-eabi) console?

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

Is CDT Build Console the same as the gdb (arm-none-eabi) console?

1,025 次查看
christopherira
Contributor III

Hi,

 

I'm following a tutorial on mcuoneclipse and they use gdb (arm-none-eabi) console.

In Kinetis Design Studio I only have CDT Build Console and CDT Global Build Console. Will these work the same way?

 

Thanks,

 

Chris

标签 (1)
0 项奖励
回复
2 回复数

909 次查看
BlackNight
NXP Employee
NXP Employee

Hi Christopher,

in Eclipse, each subsystem can define and use its own 'sub console' for output. For the build (make) system, the two consoles you mention are used. The GDB consoles only show up when you start a debug sessions.

Erich

0 项奖励
回复

909 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi,

The CDT debugger uses GDB as the underlying debug engine. It translates each user interface action into a sequence of GDB commands and processes the output from GDB to display the current state of the program being debugged.


Have a great day,
Jennie Zhang

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

0 项奖励
回复