Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Error LNK-2005 and multiple defined object

Status
Not open for further replies.

lakshminarayanan

Newbie level 5
Newbie level 5
Joined
Sep 11, 2006
Messages
8
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,339
i inculded global.h header file in more than two c code file and the compiler stats the error multiple defined object and error lnk-2005 .....how to solve the issue...
The header file starts with
#ifndef _GLOBAL_H_
#def _GLOBAL_H_

// variable declaration
// function declaration
// structures declaration
#endif
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top