Other Parts Discussed in Thread: CC3200SDK, CC3200, SYSBIOS
Hi,
I just trying the CC3200 LAUNCHXL kit and want to compile the wlan_station demo from CCS. I followed step by step the ccs guide but no luck.
I imported all the projects needed without checking "copy poriojects into workspace" as detailed in the manual (the wlan_project is copied by default).
Compiled all projects in order as described.
changed from free_rtos to ti_rtos property in oslib.
The first time I compiled all projects there were some warnings but changing the compiler version to (TI v15.9.0.STS) solves all of them)
The only problem I have actually is with the wlan_station project.
The errors are:
1) Description Resource Path Location Type #10010 errors encountered during linking; "wlan_station.out" not built wlan_station C/C++ Problem
2) Description Resource Path Location Type <a href="file:/c:/ti/ccsv6/tools/compiler/dmed/HTML/10234.html">#10234-D</a> unresolved symbols remain wlan_station C/C++ Problem
3) Description Resource Path Location Type unresolved symbol IdleHookFunction, first referenced in C:\TI\CC3200SDK_1.1.0\cc3200-sdk\ti_rtos\ti_rtos_config\ccs\Default\configPkg\package\cfg\app_pem4.oem4 wlan_station C/C++ Problem
I read different posts in the forum explaining problems with winavr, windows 8, and so on.
As i'm using windows 8.1 I tried to run ccs as administrator and windows 7 compatibility mode without luck.
Using software:
Windwos 8.1
CCS 6.1.1.00022
CC3200SDK_1.1.0
Thanks for your help in advance,