L.R.A 78 Posted July 28, 2014 Share Posted July 28, 2014 So i want to give a shot at using other compilers besides energia since it's a bit limited. So i tried CCS but because of the includes i have yet to get a working code. I never get the includes and options right. Is there any tutorials? There's also other, since keil is now own by ARM is it maybe better to use it with Tiva? I tried a course by Edx and i found it easier to use Quote Link to post Share on other sites
Lyon 3 Posted July 28, 2014 Share Posted July 28, 2014 Hi, The main problem(s) with any tools are the path managing - and this depends also on operating system - so first knowledge should come from there. As many users have problems with that, TI has this page showing the CCS specific, here: http://processors.wiki.ti.com/index.php/Include_paths_and_options Some particular settings will remain - for Tiva is better to import a good working program, like any qs_xxxx applications, and knowing where to look from previous link, inspect the program settings and write down specifics for further use. Also there are some tutorials - may be found on Tiva forum, searching a little bit. As for other compiler, I use this one: https://launchpad.net/gcc-arm-embedded with Eclipse. This is made by volunteers from Keil, and there are a number of good things (nano-lib). If you decide for try of this, add also this: http://gnuarmeclipse.livius.net/blog/plugins-install/ - this one make the Eclipse in a full IDE, just need to add also OpenOCD. (works on Linux and OSX) L L.R.A 1 Quote Link to post Share on other sites
Rei Vilo 695 Posted July 28, 2014 Share Posted July 28, 2014 There's an excellent workshop for CCS. Read my review and find the links at http://embeddedcomputing.weebly.com/training.html L.R.A 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.