Hello,
I just got the TM4C123G Launchpad and I am trying to get it working. I installed Tiva ware on my system. (Just a side note on that why did you decide to use dots in the default file path? As a programmer that makes me cringe a little, dots are commonly used to define extensions in Windows and can cause all kinds of issues when used like that)
Anyway I ran into trouble starting a new project. First I attempted to just point CCS6 to the blinking example workspace. That failed. CCS6 did not recognize any of the projects in that workspace. So I created a new workspace and imported blinky. The import worked by it won't compile. It is missing the 'inc' path as well as the 'driverlib' path.
I tried the following to resolve this:
1. Copying both the inc and driver lib folders into my project; when I did that files in both folders failed to compile.
2. Adding the Tiva ware folder to "Include Options" this failed and gave me the following error:
error #10008-D: cannot find file "C:/driverlib/ccs/Debug/driverlib.lib"
3. Removed ${CG_TOOL_ROOT}/include
"../startup_ccs.c", line 25: fatal error #1965: cannot open source file "stdint.h"
4. Removed ${SW_ROOT}
error #10008-D: cannot find file "C:/driverlib/ccs/Debug/driverlib.lib"
So no luck. I have my Tiva C TM4C123G launchpad in it's box still because I can't even compile the example project. Whats going on here? If the driverLib and inc are critical for the example project to run wouldn't it make sense to, include them properly in the CCS preferences by default?
Any recommendations on what I can do to get blinky running?
Thanks,
Jonathan L Clark


