Hi there,
When I attempt to debug my project I often get the following error:
CORTEX_M4_0: GEL: Encountered a problem loading file: C:\StellarisWare\driverlib\ccs-cm4f\Debug\driverlib-cm4f.lib ".lib" is not a legal file extension
I found this post suggesting I had set the "Output type" to be Static Library instead of Executable, however my output type is Exe but greyed out (see image below) which makes me suspicious because I would expect to be able to change the output type (actually I checked all my other projects in the workspace and they are all greyed out too....
When I debugged the project for the very first time it actually went into debug mode and ran fine once. Then I changed NO settings and debugged it again but it only partly ran and hung at a point (I have detailed that here), then I tried again and it wouldn't even enter debug mode due to the error above. Now it throws this error about every 3rd time I try to debug it.