Hi,
I'm trying to work with CCS 5.2.1 and TI Stellaris Launchpad LM4F120. I've decided to try and port the default launchpad demo, qs_rgb, into a CCS project, build it, and run it. The example/demo appears to be bulid by the gcc cross compiler and linker. I'm having problems getting it to build.
qs_rgb demo uses several of the .../stellarisware/utils code, e.g. cmd.ine and uartstdio, but the referenced operations don't seem to included the
peripheral library. For example, the operation that remains unresolved is UARTPeek(). Has it been build into the target specific libraries or am I supposed to copy these
source files to the project?
Thanks
BTW, I'm running on Ubuntu 12.04