This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS V6 malfunction under windows 7

Other Parts Discussed in Thread: CC3200, CC3200SDK

I have been trying to bring up the CC3200 wlan_station project with Code Composer Studio version 6.0.1.00040 under Windows 7.  CCS appears to install properly, but I cannot compile wlan_station.  CCS gets multiple errors having to do with unresolved symbols, and also a couple of warnings having to do with libraries. (below) 

Description Resource Path Location Type
#10207-D automatic RTS selection:  resolving index library "libc.a" to "c:\ti\ccsv6\tools\compiler\arm_5.1.8\lib\rtsv7M4_T_le_eabi.lib", but "c:\ti\ccsv6\tools\compiler\arm_5.1.8\lib\rtsv7M4_T_le_eabi.lib" was not found wlan_station    C/C++ Problem

Interestingly enough, I do not have these problems with CCS installed on a Windows XP system.  wlan_station then compiles and runs just fine.

I have tried reinstalling several times on the Windows 7 system, going so far as to uninstall everything (CCS and CC3200SDK included), delete all of the files and directories, and even do a Windows System Restore - but the result was the same.  I think that there must be something amiss with the Windows registry or some other system issue which prevents the proper libraries from being linked in.

Also, interesting that IAR Systems' Embedded Workbench seems to work fine on the Windows 7 system, compiling, loading and running the wlan_station project just fine.

Has anyone encountered a similar problem with CCS v6 on Windows 7 (Home Premium)?  Any ideas what might be wrong, or what I can do?  I am about ready to give up on CCS !