Error in final launch sequence

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

Error in final launch sequence

6,176 次查看
rahul_eris
Contributor II

We are working on Freescale Freedom K64F Board.   IDE we are using is "Kinetis Design Studio 3.0.0" and RTOS "MQX_4_2".

 

In our project, program can be build successfully.

But on flash debug(GDB open OCD Debugging), an error is occurring after about 99% of its launching .

Error shown below

 

 

 

 

 

 

 

 

Error in final launch sequence

Failed to execute MI command:

-target-select remote localhost:3333

Error message from debugger back end:

localhost:3333: The system tried to join a drive to a directory on a joined drive.

Failed to execute MI command:

-target-select remote localhost:3333

Error message from debugger back end:

localhost:3333: The system tried to join a drive to a directory on a joined drive.

localhost:3333: The system tried to join a drive to a directory on a joined drive.

 

 

How this problem could be solved?? ?? We are blocked with this and delayed in our development activity.

Hoping for a solution asap.

 

 

 

 

 

 

Thanks,

Rahul

ERIS Labs PVT LTD

 

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

1,904 次查看
BlackNight
NXP Employee
NXP Employee

Hello,

make sure that you have -f kintis.cfg present:

pastedImage_1.png

It could be that C:\Freescale\KDS_3.0.0\openocd\bin\openocd.exe is blocked/removed by your firewall.

Another tip is to check if you have zombies running, so kill them, see  GDB Client and Server: Unlocking GDB | MCU on Eclipse

Additionally make sure you re-power (remove USB cable, then plug in again) in case OpenSDA on the FRDM board is stuck.

Additionally, I recommend to use either P&E or Segger firmware (see Segger J-Link Firmware for OpenSDAv2 | MCU on Eclipse ).

Finally, I would have this list of tips: Debugging Failure: Check List and Hints | MCU on Eclipse

I hope this helps,

Erich

0 项奖励
回复