Hello,
A general recommendation for starting a new MQX RTOS project in any IDE environment is to clone one of the existing example applications, save it under a custom name, and modify it to meet your specific needs. In this case, be aware that there may be relative paths to support files referred to in the project. This may apply to search paths, linker command files, debugger, configuration files, etc. Make sure that you update the relative paths in the new “clone” of the project.
Could you please follow the below steps:
1. Run the “BSPCloningWizard.exe” executable, which is located in: <install_dir>/tools/BSPCloningWizard.

2. Select a new BSP Clone..

3. Enter the custom BSP name and select the BSP board base according the device you are using.

4. Select the IDE, libraries and example codes you need.

5. Select "Generate projects"

6. At this point you can use the new MQX bsp.
For example the user-config is located at the path:C:\Freescale\Freescale_MQX_4_2\config\My_new_BSP


7. You can open and build the libraries according the IDE used. For example using CodeWarrior and hello code: go to C:\Freescale\Freescale_MQX_4_2\mqx\examples\hello\build\cw10gcc drag and drop to Codewarrior the .wsd file build and run the project.

8. If you want to crate a new project application using the new BSP, check the below thread, this explains how to add a new board to the CodeWarrior Project Wizard after clone or create new MQX libraries (BSP, PSP, RTCS, MFS, Shell, USB, etc.)
How to add a new board to the CodeWarrior Project Wizard
Have a great day,
Sol
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------