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.
Tool/software: Code Composer Studio
Hi,
I am trying to compile and build wlan station example project as per the youtube video:
I am using CCS v6.1
But when I import the projects I am getting below errors:
1. An internal error occurred during: "C/C++ Indexer".
assertion failed:
2. Null pointer error: This is when I goto project properties of wlan station.
Please find the attached screenshots also for the errors.
Please help me solve this issue
Hi,
it looks like an internal CCS error.
Which CCS version, compiler, TI-RTOS do you use?
Where you able to build the ti_rtos_config, driverlib and osal projects?
Restart CCS and try again.
Hi,
The Release Notes of the SDK version you are using say it was tested with Code composer Studio 8.3 and a newer compiler. In this case, I would strongly suggest you to install this version of CCS in a different directory (so you don't disrupt your current development environment) and retry to import this project.
That said, I was able to import the project just fine to my CCSv6.2.0 but I have all the other dependencies already installed as well, thus I suspect it may be an issue with dependencies in your environment.
Hope this helps,
Rafael
Hi Rafael,
I think CCS version was the issue. I installed v7 and everything worked fine.
Thanks a ton!!