CodeWarrior debugger broken w/custom makefile

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

CodeWarrior debugger broken w/custom makefile

394 Views
a_val
Contributor I

I've imported a custom makefile in order to gain consistency between build files used on developer machines and on the build server.  Unfortunately, this has resulted in debugging within the context of the CodeWarrior IDE to become disabled.  Aside from this, everything builds and is is in working order.  The error message i get is the following:

'Launching
project_name' has encountered a problem.

The CodeWarrior debugger does not support debugging the executable; Could not find executable

 

would anyone know what might be going on here, or how to resolve this issue?  Thanks in advance for your help.

Labels (1)
0 Kudos
1 Reply

269 Views
CrasyCat
Specialist III

Hello

 

  Looks like the Launch configuration is not looking for the executable file in the appropriate location.

  Can you select Run > Debug Configurations. Then select the correct launch configuration

  and check if the executable file specified in the Application edit box is the correct one and if the path

  to this executable is correct.

 

  You can use the Browse button to retrieve the appropriate executable.

 

 

 

CrasyCat

0 Kudos