Tool/software: Code Composer Studio
I am brand new in this environment, so please bear with me, if this is a very trivial question.
I have set up a small project. 12 statements or so in the main.c. Target is set etc. (I hope)
When the compiler starts, it begins with the boot-loader. Resulting in loads of errors. Apparently most hex numbers in those files begin with an #, which the compiler doesn't like. In other places loads of ; seem to be missing.
Am I supposed to change that in those, given files?
Or is there a setting, I need to change?
Later on, the compiler, eventually, may reach my code, resulting in yet more errors. Mainly coming from files, deeply nested in the included .h files.
An then it continues with loads of other files all around the TM4c1294 library.
Is there a reason the compiler goes through all that code, instead of just taking mine?
Can I change that?