Tool/software: Starterware
Good afternoon,
I’m trying to create a new CCS project that can use the TivaWare drivers, but is also a separate project from the examples. My application uses multiple peripherals, and so I would like to unit test each peripheral one at a time using a pertinent example (to ensure proper functioning), and then integrate all of them together into the separate CCS project that I have. Unfortunately, I am having a lot of trouble creating a new CCS project that can build without different kinds of errors. The following are the steps that I’ve taken to attempt this, please help me find what I am lacking!
- I imported a build variable into my workspace.
File->Import->Code Composer Studio…->Build Variables + Apply to workspace
My vars.ini file points to my TivaWare Install:
- I created a new CCS project
File->New->CCS Project->ECE4437_TM4C->Empty main.c project
When I check my Linked Resources in Window->Preferences->General->Workspace->Linked Resources, I can see TivaWare there:
Same for my build variables in Window->Preferences->Code Composer Studio->Build->Variables - I added the TivaWare’s include path in my specific project’s properties:
- I linked driverlib, usblib, and sensorlib by adding their .lib files to the project like so:
- I copied/pasted the hello example to ensure that everything was working. I then cleaned/rebuilt and I got the following errors:
Does anybody have any experience with fixing issues like these?
Thank you,
Charles