• 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 » CCSv5.1 symbol could not be resolved even though .h file is in path and in project
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

    CCSv5.1 symbol could not be resolved even though .h file is in path and in project

    This question is not answered
    bowerymarc
    Posted by bowerymarc
    on Mar 28 2012 15:39 PM
    Expert1185 points

    maybe this is already a recognized issue but I opened the project nor-flash-writer-03.20.00.14  from omap-l138 dvsdk4.02 and though it compiles fine, I get 100 errors in the Problems tab, all unresolved symbols that are in .h files that are in the include paths.  is it a CCSv4->CCSv5 import problem or is there something that needs to be added to the CCSv5 project after it's converted?

    OMAPl138 CCSv5 CCS 5 CCS v5 ccsv5.1
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    All Replies
    • Ki-Soo Lee
      Posted by Ki-Soo Lee
      on Mar 28 2012 15:57 PM
      Guru119215 points

      Hello,

      Those are linker errors and sounds like you are missing a library that defines those symbols. It could be that something messed up in the import. In any case, check your project to see if all the libraries you need are being linked in. i would guess you are missing some.

      Thanks

      ki

      -----------------------------------

      Don't forget to verify answers to your forum questions by using the green "Verify Answer" button.

      Did you read the CCS Forum Guidelines & FAQ? If not, PLEASE read it. If you haven't read it in awhile, please read it again to see if any updates were made.

      Having CCSv5 problems? Check out the CCSv5 Troubleshooting Guide

      Click here to track an issue. Enter your 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.
    • bowerymarc
      Posted by bowerymarc
      on Mar 28 2012 16:12 PM
      Expert1185 points

      These are 'symbol could not be resolved' errors in the Problems tab, which are not linker errors.

      Also, I didn't import the project, I opened the CCSv4 project and CCSv5.1 converted the internal format upon opening.  I did not modify anything about the project.

      As I said, I verified that all the symbols are actually in .h files that are findable along the paths that appear in the project.  Also I did 'clean' and 'build' and the compiler and linker ran to completion and generated the .out file, and I am able to load and debug it on hardware.

      Go ahead and try opening that project - it's in the DVSDK - and you will see what I'm talking about, then you don't have to guess :)

      regards,
      Marc 

      p.s. I'll paste the errors here for your further edification:

      Description	Resource	Path	Location	Type
      Symbol 'NULL' could not be resolved	nor.c	/norflash-writer	line 128	Semantic Error
      Symbol 'NULL' could not be resolved	nor.c	/norflash-writer	line 147	Semantic Error
      Symbol 'NULL' could not be resolved	nor.c	/norflash-writer	line 161	Semantic Error
      Symbol 'NULL' could not be resolved	nor.c	/norflash-writer	line 198	Semantic Error
      Symbol 'Uint32' could not be resolved	nor.c	/norflash-writer	line 1054	Semantic Error
      Symbol 'Uint32' could not be resolved	nor.c	/norflash-writer	line 1057	Semantic Error
      Symbol 'Uint32' could not be resolved	nor.c	/norflash-writer	line 1068	Semantic Error
      Symbol 'Uint32' could not be resolved	norwriter.c	/norflash-writer	line 176	Semantic Error
      Symbol 'Uint32' could not be resolved	norwriter.c	/norflash-writer	line 184	Semantic Error
      Type '__FAR__' could not be resolved	norwriter.c	/norflash-writer	line 50	Semantic Error
      Type 'Int32' could not be resolved	nor.c	/norflash-writer	line 237	Semantic Error
      Type 'Int32' could not be resolved	nor.c	/norflash-writer	line 309	Semantic Error
      Type 'Int32' could not be resolved	nor.c	/norflash-writer	line 410	Semantic Error
      Type 'Int32' could not be resolved	nor.c	/norflash-writer	line 549	Semantic Error
      Type 'Int32' could not be resolved	nor.c	/norflash-writer	line 585	Semantic Error
      Type 'Int32' could not be resolved	norwriter.c	/norflash-writer	line 143	Semantic Error
      Type 'Int32' could not be resolved	norwriter.c	/norflash-writer	line 148	Semantic Error
      Type 'Int8' could not be resolved	norwriter.c	/norflash-writer	line 144	Semantic Error
      Type 'Int8' could not be resolved	norwriter.c	/norflash-writer	line 145	Semantic Error
      Type 'Uint16' could not be resolved	nor.c	/norflash-writer	line 676	Semantic Error
      Type 'Uint16' could not be resolved	nor.c	/norflash-writer	line 908	Semantic Error
      Type 'Uint16' could not be resolved	nor.h	/norflash-writer	line 159	Semantic Error
      Type 'Uint16' could not be resolved	nor.h	/norflash-writer	line 160	Semantic Error
      Type 'Uint16' could not be resolved	nor.h	/norflash-writer	line 167	Semantic Error
      Type 'Uint16' could not be resolved	norwriter.c	/norflash-writer	line 122	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 57	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 57	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 59	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 59	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 60	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 60	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 61	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 61	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 61	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 62	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 62	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 62	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 63	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 63	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 64	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 64	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 65	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 66	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 69	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 72	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 73	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 74	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 75	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 78	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 78	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 79	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 79	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 80	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 81	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 84	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 85	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 85	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 86	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 86	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 86	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 87	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 89	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 89	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 91	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 97	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 97	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 98	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 98	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 99	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 99	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 99	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 100	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 121	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 235	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 235	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 235	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 235	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 238	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 240	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 261	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 267	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 271	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 306	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 306	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 306	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 306	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 308	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 310	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 403	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 403	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 417	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 417	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 435	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 435	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 455	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 455	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 455	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 480	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 480	Semantic Error
      Type 'Uint32' could not be resolved	nor.c	/norflash-writer	line 480	Semantic Error
      
      Report Abuse
      • Reply
      You have posted to a forum that requires a moderator to approve posts before they are publicly available.
    • bowerymarc
      Posted by bowerymarc
      on Mar 29 2012 16:11 PM
      Expert1185 points

      correction:

      bowerymarc

      Also, I didn't import the project, I opened the CCSv4 project and CCSv5.1 converted the internal format upon opening.  I did not modify anything about the project.

      I just checked the wording again and the option I selected was 'import an existing CCS/CCE project' (NOT import legacy 3.3 project).  The rest is accurate.  Have you tried to replicate my findings?

      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