CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Newbie stupid question - help with compiler errors

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
flavinm



Joined: 12 Aug 2012
Posts: 1

View user's profile Send private message

Newbie stupid question - help with compiler errors
PostPosted: Mon Aug 13, 2012 6:51 am     Reply with quote

I am just now getting back in to programming after 20 years and I was starting a practice project. I went through the new project wizard and that went fine but when I try to compile with no changes to the generated files I get a bunch of errors like First declaration of LCD_PIN_MAP and identifier is already used in this scope. I have looked at it for 2 days and since its generated by the program I'm not sure where to look. Thanks

Code:


typedef struct 
{                            // This structure is overlayed
   BOOLEAN enable;           // on to an I/O port to gain
   BOOLEAN rs;               // access to the LCD pins.
   BOOLEAN rw;               // The bits are allocated from
   BOOLEAN unused;           // low order up.  ENABLE will
   int     data : 4;         // be LSB pin of that port.
  #if defined(__PCD__)       // The port used will be LCD_DATA_PORT.
   int    reserved: 8;
  #endif
} LCD_PIN_MAP;

PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Mon Aug 13, 2012 12:36 pm     Reply with quote

Quote:
I get a bunch of errors like First declaration of LCD_PIN_MAP and
identifier is already used in this scope.

Read these threads which discuss how to fix the problem:
http://www.ccsinfo.com/forum/viewtopic.php?t=42061
http://www.ccsinfo.com/forum/viewtopic.php?t=42234
http://www.ccsinfo.com/forum/viewtopic.php?t=42120
http://www.ccsinfo.com/forum/viewtopic.php?t=48041
http://www.ccsinfo.com/forum/viewtopic.php?t=42269
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group