CW- MQX Error - "an application file was not specified in the launch configuration"

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

CW- MQX Error - "an application file was not specified in the launch configuration"

649 Views
kirankunnath
Contributor II

Hello All,

     I am trying to develop a MQX application. For this i am using CW v10.5 evaluation and MQX 4.0. I am using TWRK60D100M module for development. I am following the steps specified in the document "FSL_MQX_in_CW_10_x" with sample project "hello" which is in the MQX source.

I am able to compile the MQX libraries and the example project "Hello". When i am trying to debug and download using USB OSJTAG, an error is coming, "An application file was not specified in the launch configuration".

 

Can anyone please tell me why this issue and how to solve this. I am stuck in this issue.

 

Thanks a lot in advance,

Kiran

Labels (1)
Tags (1)
0 Kudos
1 Reply

355 Views
trytohelp
NXP Employee
NXP Employee

Hi Kirian,

I've installed the MCU V10.5 and Freescale MQX™ RTOS 4.0.0.

after to have launched Eclipse I "drag and drop" the

      \Freescale_MQX_4_0\config\twrk60d100m\cw10\twrk60d100m.wsd

file to Eclipse.

I build all projects to rebuild the libraries.

Now I've created a project example via:

      File ¦ New ¦ MQX 4.0 Project

then select TWRK60D100M board + "Basic examples ¦ hello"

For ARM Build Tools, there are Gcc or Freescale.

I selected Freescale and Connections "Open source Jtag"

I build the project and launched the debugger.

the application is loaded on-board without problem.

Regards

Pascal

0 Kudos