• 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 » TI C/C++ Compiler » TI C/C++ Compiler - Forum » warning: symbol .. redeclared with incompatible type
Share
TI C/C++ Compiler
  • Forum
Options
  • Subscribe via RSS

warning: symbol .. redeclared with incompatible type

warning: symbol .. redeclared with incompatible type

This question is answered
Bertram Fesl
Posted by Bertram Fesl
on May 11 2012 05:40 AM
Prodigy50 points

Hello community!,

I encounter warnings of the following kind when building my project:

warning: symbol 'gpDspPointer' redeclared with incompatible type
in 'Y:/XX/../Dsp_Globals.h' line 52 and 'Y:/XX/../Dsp_Globals.h' line 52

Note that the both mentioned code lines are absolutely the same, and it's the same file.

Some more background info:

- CCS 3.3.38.2

- Code Generation Tools v6.1.15

- Embedded C++

- C64x+ (-mv6400+)

- It only happens with the "-pm -op3" option switched on

Is this a bug in the CGT? Can I savely ignore those warnings?

BR,

Bertram

Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Archaeologist
    Posted by Archaeologist
    on May 11 2012 08:13 AM
    Mastermind40900 points

    A single declaration can be compiled differently when included in different modules if it depends on types or macros defined in another file.  Perhaps a #define is being set differently on one path?  It would help to generate the preprocessed versions of the two files in question and compare all of the definitions leading up to defining the symbol gpDspPointer.

    This warning might be harmless, if the two instances end up being bitwise identical, but it could also be a more severe problem; it's impossible to say without seeing a test case.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Bertram Fesl
    Posted by Bertram Fesl
    on May 13 2012 23:53 PM
    Prodigy50 points

    Why do these warning messages show up only with program level optimization (-pm -op3) ? 

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Archaeologist
    Posted by Archaeologist
    on May 14 2012 01:30 AM
    Verified Answer
    Verified by Bertram Fesl
    Mastermind40900 points

    Because the linker cannot check for type mismatch.  Program level optimization gives the whole program to the compiler at once, and the compiler is what does type checking. If the types truly do not match, and you do not use -pm, neither the compiler nor the linker will detect the problem. The program will compile and link, but you'll have a lurking bug.  The recommended method to avoid this problem is to make sure every function and variable has a correct declaration in a header file shared by all modules.

    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