How do I use gdb to control the CWTAP?

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

How do I use gdb to control the CWTAP?

494 次查看
jeffhodges
Contributor I

I ordered the CWTAP to send gdb commands to my target system.  I could not find any documentation on using gdb with the CWTAP; however, there is a nice video online showing that this is the intended design.  How do I send commands from my (gdb) shell to the CWTAP?

 

I've connected my host computer to the CWTAP which I've assigned a static IP of 192.168.1.2.  I can ping the CWTAP, so I have a valid IP connection. The CWTAP manual states that gdb uses port 2345.

 

From the (gdb) shell I tried the command:

(gdb) target remote 192.168.1.2:2345

 

However there was no response and the command timed out.

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

406 次查看
addiyi
NXP Employee
NXP Employee

CWTAP doesn't include a gdb server that allow you to control the board. Communication with CWTAP is done using ccs. Starting with CodeWarrior for ARMv8, gdb connection is possible but only using gta, which know to "transform" gdb commands to ccs commands. 

There was an intention to move the gdb sevrer on CWTAP, but the project is obsolete. 

Adrian

0 项奖励