Hey everyone
I've been using CCSv6 on Fedora 20 for a while now, and everything has been working brilliantly for MSP430. However, I want to add TivaWare as my main computer has it and the laptop doesn't. I've never used TivaWare on Linux before, and I've heard of mixed results, but I want to give it a shot.
Downloaded the most recent TivaWare install, renamed it to .zip, extracted everything to /opt/ti/TivaWare, then went to that directory and ran make. This took a bit, seemed to be building all the libraries. Make went without a hitch, everything built with no errors.\
Then opened up CCS and, remembering part of the Windows setup, imported all the projects required (driverlib, grlib, usblib, etc) and built those -- they, too, built fine. However, when I go to build an actual project, there are a bunch of linker errors, mostly reference errors. It seems that whatever the TivaWare exe does in Windows has not happened, ie, CCS doesn't 'know' TivaWare is installed. Does this make sense? I'm assuming there's a few things that the installer changes. I manually added the TivaWare directory to the Resource Explorer page, so now the examples show up there.
And when I installed CCS originally, I installed support for the Tiva microcontrollers. The compiler seems to work fine, it's just the linker that throws up a pile of errors.
Also, I checked to make sure that in Project Properties, the TivaWare installation directory is included in the Resources tab. It seems that all the references in there are correct, and not broken.
Anyone with experience setting this up? I'd love to get this working.
Thanks!