• 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 » ccs5 error #10010
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
  • ccs5 error #10010

    ccs5 error #10010

    This question is answered
    Yehonatn Spiegel
    Posted by Yehonatn Spiegel
    on Apr 16 2012 13:42 PM
    Intellectual350 points

    hi

     

    my name is yehonatan and i am working with rm48l950

    today i started to work with ccs5 first time with rm48l950  (i worked with msp430 value lie before)

    i follow the manual how to combine halcogen project into ccs project

    1.create your's ccs project

    2. create your's halcogen project in the same location

    3. linked the halcogen lib into the project  in compiler link path

    when i comopiled the project i recived two major errors

    Description Resource Path Location Type
    #10010 errors encountered during linking; "hi.out" not built hi    C/C++ Problem

    Description Resource Path Location Type
    <a href="file:/C:/ti/ccsv5/tools/compiler/dmed/HTML/10234.html">#10234-D</a>  unresolved symbols remain hi    C/C++ Problem

     

    what should i do to solve the two erros and make my project work

     

    thanks a lot

    yehonatan spiegel

    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 16 2012 15:56 PM
      Guru99775 points

      Hi Yehonatan,

      Did you follow the directions in the getting started?   How did you link the library?  It could be you simply entered the path in the wrong place.

      Have a look at this wiki and keep us informed.

      http://processors.wiki.ti.com/index.php/Include_paths_and_options

      Best Regards,
      Lisa

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Yehonatn Spiegel
      Posted by Yehonatn Spiegel
      on Apr 17 2012 01:41 AM
      Intellectual350 points

      hi 

      i entered the path by following guide what is match for my purpose add existing files to project   :

      "Adding Resources (non-linked) - Proper Include"

      and it is still did not  work and i recived the errors.

       

      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 17 2012 07:34 AM
      Guru99775 points

      Hi Yehonatan,

      could you please provide more information on what you have tried?  More details?  Including libraries is different to adding resources.  Have another look at the wiki if it is a library you are adding. These are done differently. 

      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.
    • Yehonatn Spiegel
      Posted by Yehonatn Spiegel
      on Apr 17 2012 08:20 AM
      Intellectual350 points

       hi 

      to simplify it 

      I create a project in ccs and then create a halcogen project for my ccs project 

      how should i combine what i done in halcogen to ccs project  (import the project source an lib files )

      i folow the next guide how combine the two projects

      http://www.ti.com/lit/an/spna121a/spna121a.pdf

      but after i finished the guide i recived that all library are missing so i add the h fiels in the location that i mention before and than i recived

      #10010 error 

      what should i do to solve the error 

      yehonatan spiegel 

      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 17 2012 14:50 PM
      Guru99775 points

      Hi Yehonatan,

      I have been able to see the same thing.  Basically following the instructions and including paths that seem to make sense still leave unresolved symbols.

      I am going to see if I can track down someone who knows the halcodegen software to see what library needs to be included. 

      As soon as I have any feedback or information I will get back to you.

      Best Regards,
      Lisa

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Prathap
      Posted by Prathap
      on Apr 18 2012 21:50 PM
      Expert6175 points

      Hi Yehonatan,

      What version of HALCoGen are you using? ( you should be using V 3.00.01 I guess) . http://www.ti.com/tool/halcogen
      HALCoGen earlier verison had all files in one folder, From version 3.0 generates two folder now ( source and include.).

       In the CCS project please go to Build properties --> C/C++ Build --> TMS470 Compilers --> Include Options --> Add dir to #include search path(-- include_path) --> Choose Workspace form pop up window --> Select include folder --> Apply.  ( I have circles the above selections in the snap shot)

      Build the project now, In the snapshot below SAFETYINIT is my CCS Project file.

      The document you followed will be updated to capture this, other things mentioned in the document holds good.

       

      Best Regards
      Prathap

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

      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • Yehonatn Spiegel
      Posted by Yehonatn Spiegel
      on Apr 19 2012 13:34 PM
      Verified Answer
      Verified by Lisa TI
      Intellectual350 points

      hi 

      I solved the error 

      the error was not linking error!!

      It was happen because I did not wrote the next functions :

      void esmGroup1Notification(unsigned channel)
      {
      return;
      }

      /* ESM Group2 notification (Not used but must be provided) */
      void esmGroup2Notification(unsigned channel)
      {
      return;
      }
      
      
      what cause to the error !!
      
      
      Best Regards

      Yehonatan Spiegel
      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 19 2012 13:46 PM
      Guru99775 points

      Hi Yehonatan,

      great, glad to hear you solved it and 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.
    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