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.

Eclipse, C/C++ Linker

Status
Not open for further replies.

deniz88

Member level 2
Joined
Jul 28, 2009
Messages
47
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Location
germany
Activity points
1,703
Hi,
something confuses me about Linker settings of Eclipse.
When i need to use thread or opencv, i have to add library in linker.

As i know, linker converts the object (*.o) files to executable file. Why does it require .h or .c files if it works with .o files.

thank you
best regards
 

A linker do not require .h and .c files.

Are you referring the settings as a whole or linker alone?

If using gcc , better use the command line or makefile approach.
Saves lot of headaches in settings.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top