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.
How do I go about using a C++ library in my CCS project for the CC3200? I have a couple I'd like to use but I don't know where to start.
Describe these libraries in more detail. Are they a collection of object files already built and organized into a library? Or is this a collection of C++ source code with which you want to create a library?
Which C++ compiler do you plan to use? The TI ARM compiler, or the GCC ARM compiler?
Thanks and regards,
-George
It's a collection of C++ source files and I'm using the TI ARM Compiler right now. Any help would be appreciated. Thanks!
Then you want to create a library project in CCS. Please see this post for the details.
Thanks and regards,
-George