I have a library supplied by a third party built for ti c64X which I want to add to my CCS4 project . How do add the lib file.
Thanks
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.
I have a library supplied by a third party built for ti c64X which I want to add to my CCS4 project . How do add the lib file.
Thanks
You can specify additional libraries to link in during the build in the project properties. Go to: 'Project->Properties->C/C++ Build->Tools Setting' (tab). Look under 'C2000 Linker->File Search Path' and use the first field to specify additional libraries.
ki
Ki:
I just used your post to add the Stellarisware Drivers to a Stellaris project. BUT, is there not a way to make the driverlib visible at the "project" level?
I tried to add the driverlib when I originally built up the project, but it did not show up as a "includeable" file. Is this the only way to add it into my project?
Regards,
Todd Anderson
Todd,
You should be able to use the "Project->Add Files to Active Project" option and simply add your library to the project that way. It should show up in the project folder. Is that what you tried?
ki
Thanks Ki:
It was not obvious that anything other than C or assembly could be added. I just did that, and driverlib.lib did show up on my project.
Thanks,
Todd Anderson