Codewarrior MPC8309 debug error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Codewarrior MPC8309 debug error

1,116 Views
cozkurt
Contributor I

I use codewarrior pa 10.1.1 on ubuntu 12.04. I run the project, a 
porblem occurd. what is meaning of this error? how can i fix it? 

'Launching test_Linux_C_Debug_Download' has encountered a 
problem. Failed to resume target process., 
CodeWarriorTRKProtocolPlugin : Failed to load the specified 
program to the target.

 

My connection is serial port not telnet. I can't access mpc8309 via telnet. I setup apptrk on serial port.

Labels (1)
0 Kudos
Reply
1 Reply

828 Views
AlexP
NXP Employee
NXP Employee

Hello,

The problem you are seeing may be related to insufficient space on your target system, or to an non-existing download directory.  Please make sure that you:

  1. Have enough space on the filesystem where the executable will be downloaded (normally /usr/local/bin)
  2. The directory /usr/local/bin exists on your target system

You can check if the default of /usr/local/bin download directory has been used (or changed) using CodeWarrior: open the Ron / Debug Configurations menu, select your Download configuration, and check the Debugger tab.  The "Remote download path" is the path referred to in the checklist above.

Hope this helps.

0 Kudos
Reply