• 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 » INCOMPATIBLE_TARGET_VERSION:
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
  • INCOMPATIBLE_TARGET_VERSION:

    INCOMPATIBLE_TARGET_VERSION:

    This question is answered
    Fred Carter
    Posted by Fred Carter
    on May 03 2012 16:15 PM
    Intellectual395 points

    I have updated my MSP430 Code Composer Studio with the latest versions of these tools:

     SYSBIOS: 6.33.4.39
         IPC: 1.24.02.27
    XDCTOOLS: 3.23.2.47 

    and I now get the warning message in the title.  The full message is:

    # configuring MS_Common.x430XS from package/cfg/MS_Common_p430XS.cfg ...
    C:/ti/xdctools_3_23_02_47/xs -Dxdc.path="C:/ti/bios_6_33_04_39/packages;C:/ti/uia_1_00_03_25/packages;C:/ti/xdctools_3_23_02_47/packages;.." -Dxdc.root=C:/ti/xdctools_3_23_02_47 -Dxdc.hostOS=Windows -Dconfig.importPath=".;C:/ti/bios_6_33_04_39/packages;C:/ti/uia_1_00_03_25/packages;C:/ti/xdctools_3_23_02_47/packages;..;C:/ti/xdctools_3_23_02_47;C:/ti/xdctools_3_23_02_47/etc" -Dxdc.bld.targets="" -DTOOLS= xdc.cfg MS_Common.x430XS package/cfg/MS_Common_p430XS.cfg package/cfg/MS_Common_p430XS
    Warning: xdc.cfg.INCOMPATIBLE_TARGET_VERSION: current target 'ti.targets.msp430.MSP430X_small' [1,0,4.0,0] is not compatible with targets used to build the following packages; package ti.sysbios.family.msp430 [in C:/ti/bios_6_33_04_39/packages/ti/sysbios/family/msp430/] was built using 'ti.targets.msp430.MSP430X_small' [1,0,4.1,0]
    ; package ti.sysbios [in C:/ti/bios_6_33_04_39/packages/ti/sysbios/] was built using 'ti.targets.msp430.MSP430X_small' [1,0,4.1,0]
    ; package ti.sysbios.hal [in C:/ti/bios_6_33_04_39/packages/ti/sysbios/hal/] was built using 'ti.targets.msp430.MSP430X_small' [1,0,4.1,0]
    ; package ti.sysbios.knl [in C:/ti/bios_6_33_04_39/packages/ti/sysbios/knl/] was built using 'ti.targets.msp430.MSP430X_small' [1,0,4.1,0]
    ; package ti.sysbios.gates [in C:/ti/bios_6_33_04_39/packages/ti/sysbios/gates/] was built using 'ti.targets.msp430.MSP430X_small' [1,0,4.1,0]
    ; package ti.sysbios.xdcruntime [in C:/ti/bios_6_33_04_39/packages/ti/sysbios/xdcruntime/] was built using 'ti.targets.msp430.MSP430X_small' [1,0,4.1,0]
    ; package ti.sysbios.heaps [in C:/ti/bios_6_33_04_39/packages/ti/sysbios/heaps/] was built using 'ti.targets.msp430.MSP430X_small' [1,0,4.1,0]
    ; package ti.sysbios.utils [in C:/ti/bios_6_33_04_39/packages/ti/sysbios/utils/] was built using 'ti.targets.msp430.MSP430X_small' [1,0,4.1,0]

    Obviously 4.0 is different from 4.1.  How do I compile "ti.targets.msp430.MSP430X_small" with version 4.1?

    Regards,

    Fred

    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 04 2012 10:47 AM
      Guru99215 points

      Hi Fred,

      what version of CCS are you using exactly?  Is this the free code size limited version of v4?  What compiler versions do you have?  This can be seen under Window->Preferences->CCS->Build->Code Generation Tools.

      Best Regards,
      Lisa

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Fred Carter
      Posted by Fred Carter
      on May 04 2012 12:43 PM
      Intellectual395 points

      Hi Lisa,

      I am running a licensed version:  CCS 5.1.1.00031

      I went to: Window | Preferences | Code Composer Studio | Build | Compilers  and the screen says:
      MSP430 --> TI v4.0.0 [C:/ti/ccsv5/tools/compiler/msp430].

      You may want to know that this is a C++ project.

      Regards,

      Fred

      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 04 2012 15:30 PM
      Guru99215 points

      Hi Fred,

      the fact that you have a C++ project and not a CCS project could alone cause issues.   Please use a CCS project and let us know how that goes.

      If you need/would like the newer compiler version just send me a friend/conversation 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.
    • Fred Carter
      Posted by Fred Carter
      on May 07 2012 07:44 AM
      Intellectual395 points

      Hi Lisa,

         Sorry to confuse you.  Its a RTSC project written in C++. 

      Cheers,

      Fred

      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 07 2012 14:28 PM
      Verified Answer
      Verified by Lisa TI
      Guru99215 points

      Hi Fred,

      I can send you the compiler offline and that should hopefully solve things for you.  I will send you a friend/conversation request followed by some download instructions.

      Best Regards,
      Lisa

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    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