• 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 » Unable to build with grace
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

    Unable to build with grace

    This question is answered
    Guillermo Hinojosa
    Posted by Guillermo Hinojosa
    on Apr 13 2012 13:38 PM
    Prodigy70 points

    I am trying to use the Grace plug in to CCS 5. When I try to build any program, even the grace example of blinking led the following message appears and abort the process:

    <Linking>
    error #10016-D: --abi=eabi not supported when producing TI-COFF output files
    fatal error #10011: cannot continue with specified options; aborting
    How can i fix it, please.
    Grace
    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 Apr 13 2012 13:43 PM
      Guru100155 points

      Hi Guillermo,

      try going into Project->Properties->General and changing from COFF to ELF (EABI) which is the new MSP default.

      Please keep us posted.

      BEst regards,

      Lisa

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Guillermo Hinojosa
      Posted by Guillermo Hinojosa
      on Apr 13 2012 15:27 PM
      Verified Answer
      Verified by Lisa TI
      Prodigy70 points

      Thank you, Lisa. I did what you suggested. The Project>Properties>General was already in EABI. Everything worked as due when I changed the Support library from 'automatic' to EABI library.

      Hope it is useful for others. 

      Grace error 10011
      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 Apr 13 2012 15:29 PM
      Guru100155 points

      Hi Guillermo,

      great, glad to hear that helped.

      All the best with development.

      Best Regards,
      Lisa

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Dick Laine
      Posted by Dick Laine
      on Apr 24 2012 03:22 AM
      Prodigy20 points

      Hi

      I have exactly the same problem. I have just installed CCS Version: 5.2.0.00044 and created a skeleton Grace app for an MSP430F2013.  The build fails with the same "-abi=eabi not supported when producing TI-COFF output files". 

      However, Project>Properties>General already shows an output format of "eabi (ELF)".  The RTSC target (mentioned in other posts is "ti.targets.msp430.MSP430". And explicitly setting runtime support library form 'automatic' to "rts430_eabi.lib" as suggested in another post, makes no difference.

      Help, please.

      Regards
      Dick Laine

       

      Grace
      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • AartiG
      Posted by AartiG
      on Apr 24 2012 09:29 AM
      Verified Answer
      Verified by Guillermo Hinojosa
      Guru69085 points

      Dick,

      There is a known issue with the 5.2 Beta2 that you are using when building the Grace template example.

      In CCS 5.2.0, the product was changed so that the Linker's build output format is now ELF (rather than COFF).  When building a Grace project, the project's RTSC Target must be correctly set to the ELF version, however, for the example template it is still being set to the COFF version. This bug is fixed in Beta3 build which is now available for download: http://processors.wiki.ti.com/index.php/Code_Composer_Studio_Beta_Downloads

      If you still wish to use Beta2, you can use the workaround below. 

      1) Open the project properties window.

      2) Under the Main tab Advanced Settings section, change the Output Format from "eabi (ELF)" to "legacy COFF".  Then change it *back* to "eabi (ELF)".

      3) Select the project properties RTSC tab.

      4) The target should now be (correctly) be set to ELF (i.e., "ti.targets.msp430.elf.MSP430).

      5) You will need to select an appropriate platform.

      6) Click OK.  The build should then work.

       


      If a post answers your question please mark it with the "Verify Answer" button

      Search the wikis for common questions: CGT, BIOS,  CCSv3, CCSv4
      Track a known bug with SDOWP. Enter the bug id in the "Find Record ID" box

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Guillermo Hinojosa
      Posted by Guillermo Hinojosa
      on Apr 24 2012 21:34 PM
      Prodigy70 points

      Thank you for your help, Aarti, I will try the new beta 3. I have build my grace projects changing the output format to "legacy COFF" with the library in 'automatic'  or changing the library from automatic to 'eabi'. It works one way or another. I will follow your directions, though.

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Dick Laine
      Posted by Dick Laine
      on Apr 25 2012 05:14 AM
      Prodigy20 points

      Thank you, AartiG.

      I'be installed the new CCS build and all is now ok.

      Cheers

      Dick

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Louis
      Posted by Louis
      on Jul 28 2012 10:00 AM
      Intellectual260 points

      Unfortuately I am not as lucky as the other guys above. Grace still give me grief even after I followed the steps described above. Any help is really appreciated.

      I am on Windows Vista and using CCS Version: 5.2.1.00018.

      Below is the output on the console:

      **** Build of configuration Debug for project louis6 ****

      C:\ti\ccsv5\utils\bin\gmake -k all

      making ../src/csl/csl.lib ...

      cle430 CSL_init.c ...

      C:/ti/ccsv5/tools/compiler/msp430_4.1.1/bin/cl430 --abi=eabi -c --obj_directory=objs/  -vmsp -g --symdebug:dwarf --optimize_with_debug -qq -pdsw225  -D__MSP430G2553__ -I C:/ti/ccsv5/tools/compiler/msp430_4.1.1/include -I "C:/ti/grace_1_10_04_36/packages"  -I "C:/ti/grace_1_10_04_36/packages/ti/mcu/msp430//include" CSL_init.c

            0 [main] sh 3208 sync_with_child: child 4172(0x1A4) died before initialization with status code 0x0

           19 [main] sh 3208 sync_with_child: *** child state waiting for longjmp

      C:/Users/family/AppData/Local/Temp/make2624-1.sh: fork: Resource temporarily unavailable

      gmake[1]: *** [objs\CSL_init.obj] Error 128

      cle430 GPIO_init.c ...

      C:/ti/ccsv5/tools/compiler/msp430_4.1.1/bin/cl430 --abi=eabi -c --obj_directory=objs/ -vmsp -g --symdebug:dwarf --optimize_with_debug -qq -pdsw225 -D__MSP430G2553__ -I C:/ti/ccsv5/tools/compiler/msp430_4.1.1/include -I "C:/ti/grace_1_10_04_36/packages" -I "C:/ti/grace_1_10_04_36/packages/ti/mcu/msp430//include" GPIO_init.c

            0 [main] sh 4268 sync_with_child: child 1316(0x1A4) died before initialization with status code 0x0

           22 [main] sh 4268 sync_with_child: *** child state waiting for longjmp

      C:/Users/family/AppData/Local/Temp/make2624-1.sh: fork: Resource temporarily unavailable

      gmake[1]: *** [objs\GPIO_init.obj] Error 128

      cle430 BCSplus_init.c ...

      C:/ti/ccsv5/tools/compiler/msp430_4.1.1/bin/cl430 --abi=eabi -c --obj_directory=objs/  -vmsp -g --symdebug:dwarf --optimize_with_debug -qq -pdsw225  -D__MSP430G2553__ -I C:/ti/ccsv5/tools/compiler/msp430_4.1.1/include -I "C:/ti/grace_1_10_04_36/packages"  -I "C:/ti/grace_1_10_04_36/packages/ti/mcu/msp430//include" BCSplus_init.c

            0 [main] sh 1652 sync_with_child: child 3568(0x1A4) died before initialization with status code 0x0

           21 [main] sh 1652 sync_with_child: *** child state waiting for longjmp

      C:/Users/family/AppData/Local/Temp/make2624-1.sh: fork: Resource temporarily unavailable

      gmake[1]: *** [objs\BCSplus_init.obj] Error 128

      cle430 System_init.c ...

      C:/ti/ccsv5/tools/compiler/msp430_4.1.1/bin/cl430 --abi=eabi -c --obj_directory=objs/  -vmsp -g --symdebug:dwarf --optimize_with_debug -qq -pdsw225  -D__MSP430G2553__ -I C:/ti/ccsv5/tools/compiler/msp430_4.1.1/include -I "C:/ti/grace_1_10_04_36/packages"  -I "C:/ti/grace_1_10_04_36/packages/ti/mcu/msp430//include" System_init.c

            0 [main] sh 292 sync_with_child: child 3060(0x1A4) died before initialization with status code 0x0

           23 [main] sh 292 sync_with_child: *** child state waiting for longjmp

      C:/Users/family/AppData/Local/Temp/make2624-1.sh: fork: Resource temporarily unavailable

      gmake[1]: *** [objs\System_init.obj] Error 128

      cle430 WDTplus_init.c ...

      C:/ti/ccsv5/tools/compiler/msp430_4.1.1/bin/cl430 --abi=eabi -c --obj_directory=objs/  -vmsp -g --symdebug:dwarf --optimize_with_debug -qq -pdsw225  -D__MSP430G2553__ -I C:/ti/ccsv5/tools/compiler/msp430_4.1.1/include -I "C:/ti/grace_1_10_04_36/packages"  -I "C:/ti/grace_1_10_04_36/packages/ti/mcu/msp430//include" WDTplus_init.c

            0 [main] sh 5008 sync_with_child: child 2432(0x1A4) died before initialization with status code 0x0

          141 [main] sh 5008 sync_with_child: *** child state waiting for longjmp

      C:/Users/family/AppData/Local/Temp/make2624-1.sh: fork: Resource temporarily unavailable

      gmake[1]: *** [objs\WDTplus_init.obj] Error 128

      gmake[1]: Target `all' not remade because of errors.

      gmake: *** [../src/csl/csl.lib] Error 2

      gmake: Target `all' not remade because of errors.

      **** Build Finished ****

      Grace
      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