pjkim 22 Posted April 8, 2016 Share Posted April 8, 2016 How do I get Code Composer Studio (mac beta version) to use the new compiler? I tried right clicking a project, Properties->General->Compiler version and in the "Select Compiler Version" window selecting "Select new compiler from file-system" browsing to /Applications/ti/gcc/bin which contains msp430-elf-gcc and all the other goodies. I however get an error message "No compiler selected! Please select a directory that contains the compiler for the MSP430 device-family." Quote Link to post Share on other sites
pjkim 22 Posted April 8, 2016 Author Share Posted April 8, 2016 BTW, the "Submit a comment" section appears to be broken. I tried using Safari, Chrome, and FF. Each time, the captcha was the same and each time I got the same error message "Error: Time limit is exhausted. Please enter CAPTCHA value again. Click the BACK button on your browser, and try again." Either that or I got the math (8-x=4) wrong. Quote Link to post Share on other sites
spirilis 1,265 Posted April 8, 2016 Share Posted April 8, 2016 I couldn't get it to work with Windows earlier myself. My guess is we'll have to wait for CCS 6.1.3 which is due some time later this month from what I read on e2e. Quote Link to post Share on other sites
veryalive 49 Posted April 8, 2016 Share Posted April 8, 2016 ...... and from the ccs wiki ..... http://processors.wiki.ti.com/index.php/Compiler_Installation_and_Selection MSP GCC 5.x not seen by CCSMSP GCC compilers have an installation issue with CCS v6.1.2 and earlier where it will not properly register the 5.x msp gcc release. The 4.9 release will properly register and show as an available compiler version. In order to fix this issue, save below xml file, MSP430_GNU_5.0.xml, to this location: <ccs>\ccsv6\eclipse\plugins\com.ti.ccstudio.buildDefinitions.GNU_6.1.1.201512151800\resources\buildDefinitions\msp430\ File:MSP430 GNU 5.0.zip Restart CCS. From your CCS project, update the compiler on the General tab to point to the new 5.x msp gcc release. Click ok. You should now see both msp gcc compiler versions as available choices. The issue will be fixed in CCS 6.1.3 and CCS 6.2 bluehash, pjkim and spirilis 3 Quote Link to post Share on other sites
pjkim 22 Posted April 8, 2016 Author Share Posted April 8, 2016 @@veryalive Thanks for the information. I tried doing what you mentioned. I have a mac so the corresponding directory appears to be: /Applications/ti/ccsv6/eclipse/plugins/com.ti.ccstudio.buildDefinitions.GNU_6.1.1.201512011200/resources/buildDefinitions/msp430 I placed the unzipped file there and restarted CCS. One thing I realized is that you don't get an error if you use the parent directory to bin, i.e. /Applications/ti/gcc. Regardless, I tried both ways (/Applications/ti/gcc/bin (error re compiler not found) and /Applications/ti/gcc (no error)). Either way, GCC-5 does not appear. Thanks once again. Hopefully the next CCS update will fix this issue. Quote Link to post Share on other sites
Rickta59 589 Posted April 8, 2016 Share Posted April 8, 2016 I came across this the other day. I had issues on linux too. I was able to get it to appear by wiping out my $HOME/.ti directory and deleting the gcc 5 binary. Yes drastic but once I did that, then I could download the gcc 5 again and it worked properly. Note: wiping out your .ti directory is probably a bad idea 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.