• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Development Tools » Code Composer Studio » Code Composer Forum » Build Tools CCS 5.2 and MSP430
Share
Code Composer Studio
  • Forum
  • Announcements
Options
  • Subscribe via RSS
Common Questions
  • Code Composer Studio Forum Usage Guidelines

  • Resources
  • Code Composer Studio (CCStudio) Product Folder
  • Troubleshooting CCS
  • CCS Wiki
  • Download CCS
  • Order CCS
  • Tools Insider Blog
  • Bug Tracking
  • Forums

    Build Tools CCS 5.2 and MSP430

    This question is answered
    Rafael Gonzalez91106
    Posted by Rafael Gonzalez91106
    on May 26 2012 13:47 PM
    Prodigy125 points

    Hello,

    I have CCS 5.2 installed on Win 7/64, it works fine with my OMAP-L138 Dev Kit. But when I try to build a project for my MSP430 as soon I select MSP430  I get a message indicating there is no build tools installed for this device family. I look into the settings for build preferences and point to the folder where MSP430 compiler is installed manually, but the system can not find the tools. However if I search the folder in the CCS installation directory with windows explorer there are files there under MSP430 Compiler.

    Can you guys give me an orientation how to solve this issue?

     

    Thanks

    Rafael.

     

      

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    All Replies
    • Lisa TI
      Posted by Lisa TI
      on May 26 2012 15:27 PM
      Guru99775 points

      Hi Rafael,

      have you tried adding the compiler under Window->Preferences->Code Composer Studio->Build->Code Generation tools ... you can try manually pointing CCS to the directory with the compiler.  Give that a try and keep us informed.  Also you can rerun the installer to the same directory to add msp430 support.

      Please let us know how it goes.

      Best Regards,
      Lisa

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Rafael Gonzalez91106
      Posted by Rafael Gonzalez91106
      on May 26 2012 16:48 PM
      Prodigy125 points

      Hi Lisa,

      Thank youo for your idea. I have done that, I even reinstall whole CCS cleaning the registry after removing the tool then reinstall fresh, still same issue. Any other ideas?? sugestions??

       

      Thanks,

      Rafael.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Lisa TI
      Posted by Lisa TI
      on May 26 2012 16:58 PM
      Guru99775 points

      Hi Rafael,

      did you install and run CCS with full admin/user access privileges?   What license type did you select when setting up CCS?   Have you seen whether you can get the msp tools via Help->Check for Updates?

      If not let me know perhaps one thing to try is my sending you a version of the compiler offline.

      Best Regards,

      Lisa

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Jonathan Bunyan
      Posted by Jonathan Bunyan
      on May 26 2012 22:42 PM
      Prodigy10 points

      I have the exact same problem. I used to have a working version of CCS but then it randomly stopped working and all the following reinstalls have had this problem. Ive tried all the things suggested here.

      Another thing I have tried is installing all msp430 related software through Help->Install New Software

      Any help fixing this would be greatly appreciated.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Rafael Gonzalez91106
      Posted by Rafael Gonzalez91106
      on May 27 2012 05:27 AM
      Prodigy125 points

      Lisa,

      Yes I did disable User Account Control (UAC) at the fresh reinstall, same thing. I recently purchased the Node Locked version of CCS. I am able to see the compiler version 4 listed in the sub-directories, but it is Eclipse that cannot find them.

      I have the files for the MSP 430 experimenter board, (User Experience Demo) and I tried to import them into CCS 5.2, when I lunch the debug it comes up with a message indicating that it was compiled using a different version of compiler and needs to install the previous version (which I do not have). I use the option to change the compiler, but a message comes up indicating that there are no building tools in that directory. It seems that the file names for the compiler that CCS is looking for are no the same names that are in the compiler directory.

      Can I download the compiler tools, previous version or actual version? what are the file names for the building tools CCS is looking for?

       

      Thank you

      Rafael.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Rafael Gonzalez91106
      Posted by Rafael Gonzalez91106
      on May 27 2012 09:10 AM
      Prodigy125 points

      Hi Lisa,

      I have found that there is a file missing, I tried to to use the RemoveRegistryKeys and SetupInCCSnRegistry found in the installation directory; when I lunch them they are looking for a file with the registry key entries. All other compiler sub-directories the file is named "compiler".

      Do you know where can I get a copy of it? for CSS 5.2.

      Thank you,

       

      Rafael.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Lisa TI
      Posted by Lisa TI
      on May 28 2012 08:39 AM
      Guru99775 points

      Hi Rafael,

      have you been modifying registry entries?  I am not sure whether I can simply send you something here.  As mentioned, I can send you the compiler offline if you wish.  Simply send my a friend request.

      Best Regards,
      Lisa

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Baltasar Belyavsky
      Posted by Baltasar Belyavsky
      on May 28 2012 10:12 AM
      Expert4240 points

      Hi Rafael,

      CCS does not use the registry.  It is expecting to find the file cl430.exe in the ccsv5/tools/compiler/msp430_4.1.0/bin/ directory.

      Could you please try the following:

      1. Verify that the cl430.exe file exists in your ccsv5/tools/compiler/msp430_4.1.0/bin/ directory, and that you can launch it through command-prompt.
      2. Verify that the folder ccsv5/eclipse/plugins/com.ti.ccstudio.buildDefinitions.MSP430_5.2.0.xxx exists and is not empty.
      Thanks,
      - Baltasar
      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Rafael Gonzalez91106
      Posted by Rafael Gonzalez91106
      on May 28 2012 14:29 PM
      Prodigy125 points

      Hello Baltasar,

      The \ccsv5\tools\compiler\msp430_4.1.0\bin exist, and it is not empty however the file cl430.exe is missing here the list of files in the mentioned directory.

      Efectively, the compiler is missing. What should I do now?

       

      Thanks

      Rafael.

       

       

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Rafael Gonzalez91106
      Posted by Rafael Gonzalez91106
      on May 28 2012 14:38 PM
      Prodigy125 points

      Hi Lisa,

      I would like you send me the compiler offline, but excuse my ignorance, "friend request" where do I send that request?

      Thank you,

      Rafel.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Lisa TI
      Posted by Lisa TI
      on May 28 2012 14:40 PM
      Guru99775 points

      Hi Rafael,

      I just sent you the request.

      Best Regards,

      LIsa

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Rafael Gonzalez91106
      Posted by Rafael Gonzalez91106
      on May 28 2012 17:19 PM
      Prodigy125 points

      Hi Lisa,

      Thank you,

      Rafael

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Lisa TI
      Posted by Lisa TI
      on May 29 2012 06:48 AM
      Guru99775 points

      Hi Rafael,

      I just sent you the compiler and instruction offline.  Please keep us informed,

      Best Regards,

      Lisa

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Baltasar Belyavsky
      Posted by Baltasar Belyavsky
      on May 29 2012 07:59 AM
      Expert4240 points

      Hi Rafael,

      You mentioned above that you've installed the compiler manually - what did you mean?  Did you have to install/re-install the compiler after you've installed CCS?

      Could you also try another thing in parallel - could you please try installing a complete CCS v5.2.0 again, into a clean new directory, and without modifying the registry?  Let us know if all compilers install as expected, or if you see any error/warning messages during installation.  If all compilers install successfully, you will see them all present on the Preferences > CCS > Build > Compilers page.

      Thanks,

      - Baltasar

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Rafael Gonzalez91106
      Posted by Rafael Gonzalez91106
      on May 29 2012 14:17 PM
      Prodigy125 points

      Hi Baltasar,

      I think when I said Manually I was making reference to a manual selection of the directoru using the Windows>Preferences ... menu option. I did reinstall the whole CCS 5.2 one on top of the existing one and once removing everithing related to CCS 5.2.

      I will install again CCS 5.2 as you sugest me, I'll let you know the results.

       

      Thank you,

      Rafael.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    12
    TI E2E™ Community
    • Support Forums
    • Blogs
    • Videos
    • Groups
    • Site Support & Feedback
    • Settings
    TI E2E™ Community Groups
    • TI University Program
    • Make the Switch
    • Microcontroller Projects
    • Motor Drive & Control
    Other Communities
    • Deyisupport
    • Designsomething.org
    • beagleboard.org
    • TI on Element 14
    • TI on TechXchangeSM
    Other Technical & Support Resources
    • WEBENCH® Design Center
    • Product Information Centers
    • Technical Documents
    • TI Design Network
    • TI Technical Articles
    • TI Training

    All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

    Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

    Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
    TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

    TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
    embedded processors, along with software, tools and the industry’s largest sales/support staff.

    © Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
    Trademarks | Privacy Policy | Terms of Use