Hello Mike:
For MQX all the TCP/IP example projects are on the next path C:\Freescale\Freescale_MQX_4_0\demo
The ones that use TCP/IP are hvac, hvac_error, security_email, security_telnet, security_webserver, web_hvac
I personally recommend you the web_hvac demo.
In version MQX 4.0.1, the pre-built libraries are not distributed in the MQX release package and it is necessary to compile all MQX libraries for particular board before the first use.
In order to build libraries you need to follow the below steps:
- 1. Navigate to C:\Freescale\Freescale MQX 4.0\config\<board_name> and drag <board>.wsd to the CodeWarrior. All BSP libraries will be loaded to your environment automatically.
- 2. Hit the icon to build all MQX libraries
Now in order to run the TCP/IP examples you have to do next.
Inside the folder of the project you will find a folder called “cw10” and inside you will find another folder named “name_od_demo_yourMCU”. So let’s say you want to use the web_hvac example, then you have to go to:
C:\Freescale\Freescale_MQX_4_0\demo\web_hvac\cw10\web_hvac_twrk60n512
And drag the .project file to your CW.
Build the project. At this point you should be able to compile the example without issues.
Please let me know if this helps!!
Sol