I am using CW10.1SE and MQX3.7 with all patches and updates. How can I solve this problem?

While trying to run or debug the MQX example "Hello World" program, I got the error message, "Failed to resume target process, Unable to use plugin \"Cold Fire RTOS debugger" \ no valid license key was found." Under the MQX tab, in MQX Task Aware Plugin shows that the DLL not installed.

The solution for this problem is that, if you do not have the professional edition, you need to disable the OS awareness (set to none). To disable the OS awareness, follow the steps listed below:

  1. Select Run > Debug Configurations from the IDE menu bar.
  2. Expand the CodeWarrior Download tree control and select the desired launch configuration.
  3. Click the Debugger tab.
  4. Click the OS Awareness tab.
  5. Select None from the Target OS drop-down list.
  6. Click Apply to save the changes.

The OS awareness is disabled.