I need to describe this issue in detail:
I don't have this issue with MQX 3.8. This issue only happens with MQX 4.0. I use Code Warrior 10.2. My PC has Windows 7 and it is 32-bit CPU.
I have down loaded FSLMQXOS_4_0_1.exe. I install MQX 4.0 at C:\Freescale\Freescale_MQX_4_0.
I open CW and the press "File --> Switch Workspace --> Others...", Broose to Workspace I want. Since this is not same Workspace as MQX 3.8, the first time I need to click "Go to Work bench". After that I import the following projects to build MQX 4.0:
Press "File --> Import...", from pop up Window, select "General --> Existing Projects into Workspace --> Next --> Browse --> C:\Freescale\Freescale_MQX_4_0\mqx\build\cw10\bsp_twrk60f120m". Similarly import psp_twrk60f120m, mfs_twrk60f120m, rtcs_twrk60f120m, shell_twrk60f120m. Edit user_config.h file and then build both Release and Debug for all of them.
Switch Workspace to another place to create my own project.
Press "File --> New --> MQX 4.0 project --> test3 --> Next --> Kinetis Evaluation Boards --> TWRK60F120M Board --> Next --> New application --> Next --> Add MFS support, Add Shell support, Add RTCS support --> Next --> Empty application --> Next --> Next --> Check P&E Universal/USB MultiLink --> Finish", select target as "flash debug" and build the project.
The error list:
Undefined: "_mqx_exit"
Link failed.
mingw32-make:***[test3.afx] Error 1
Undefined: "_io_printf"
Undefined: "_mqx_kernel_data"
Undefined: "_mqx"
I have uninstalled MQX 4.0 and re-installed it again. I have same errors.
Could somebody help me? Thanks!
Lisa