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.

RE: cc3200.ccxml error after upgrading to CCS6.0.1.00040

Other Parts Discussed in Thread: UNIFLASH, CC3200

Hi, i need your help too.

I installed the CCS Version: 6.0.1.00040 with SimpleLinks checks (same as shown above), SDK and UniFlash for Simple Link.

Faithfully following the "CC3200 SimpleLink™ Wi-Fi® and IoT Solution With MCU LaunchPad™ Getting Started Guide". When I'm debugging the "wlan_station" appear 18 errors:

Thanks!

  • Hi Stefano,

    Unresolved symbol means it cannot find the library it requires to compile. Have a look at the paths you can see next to unresolved symbol, and make sure this path exists on your machine. To avoid issue, it is best to install libraries in the default c:\ti folder.

    Another issue, is to make sure you DID NOT select "copy projects into workspace" when importing the SDK example.

    Glenn.

  • Hi Stefano,

    Are you still facing issues with compilation?

    Did you check my post

    Regards,

    Kaushal

  • Hi Kaushal,

    My problem continues.. The CCS find ".oem4" arquives in: "C:\ti\tirtos_simplelink_2_01_00_03\products\bios_6_40_03_39\packages\ti\targets\arm\rtsarm\lib" folder but only existes ".aem4" arquives.

    Changing the extension of arquives (.aem4 to .oem4) the 18 erros reduced to 2 erros. But the 2 erros persistes:

    #10008-D cannot find file

    #10010 erros encountered during linking "wlan_station.out" not build

    Thanks for your atention