Hi
I had install the mcsdk_2_01_02_06, and import the 6678 example project (hello world and client) in the folder C:\ti\mcsdk_2_01_02_06\examples\ndk. When I compiling those projects, it will pop out the following errors.
For hello world project:
Description Resource Path Location Type
gmake: *** No rule to make target `C:/Users/yu5109/workspace_v5_5/udpHello.c', needed by `udpHello.obj'. helloworld_evmc6678l Unknown C/C++ Problem
gmake: *** No rule to make target `C:/Users/yu5109/workspace_v5_5/resourcemgr.c', needed by `resourcemgr.obj'. helloworld_evmc6678l Unknown C/C++ Problem
gmake: *** No rule to make target `C:/Users/yu5109/workspace_v5_5/platform_osal.c', needed by `platform_osal.obj'. helloworld_evmc6678l Unknown C/C++ Problem
gmake: *** No rule to make target `C:/Users/yu5109/workspace_v5_5/helloWorld.c', needed by `helloWorld.obj'. helloworld_evmc6678l Unknown C/C++ Problem
For the client project:
Description Resource Path Location Type
gmake: *** No rule to make target `C:/Users/yu5109/workspace_v5_5/platform_osal.c', needed by `platform_osal.obj'. client_evmc6678l Unknown C/C++ Problem
gmake: *** No rule to make target `C:/Users/yu5109/workspace_v5_5/client.c', needed by `client.obj'. client_evmc6678l Unknown C/C++ Problem
gmake: *** No rule to make target `C:/Users/yu5109/workspace_v5_5/webpage.c', needed by `webpage.obj'. client_evmc6678l Unknown C/C++ Problem
gmake: *** No rule to make target `C:/Users/yu5109/workspace_v5_5/resourcemgr.c', needed by `resourcemgr.obj'. client_evmc6678l Unknown C/C++ Problem