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.

Linking error when compiling application in Cygwin

Status
Not open for further replies.

Poorna chander.P

Newbie level 2
Joined
Jan 13, 2006
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,300
Hello Everyone,

Presently iam working on arm integrator board, iam developing an application program to my serial driver in eCos.When iam compiling and linking this application program using make command in cygwin tool, iam getting a linking error.

Iam calling these below functions from my application program, and all these functions are defined in my integrator_serial_driver.

test.o: In function `simple_test':
test.o(.text.simple_test+0x70): undefined reference to `integrator_serial_init'
test.o(.text.simple_test+0x78): undefined reference to `integrator_serial_start_
xmit'
test.o(.text.simple_test+0x88): undefined reference to `integrator_serial_putc'
test.o(.text.simple_test+0x90): undefined reference to `integrator_serial_getc'
test.o(.text.simple_test+0x9c): undefined reference to `tab'
collect2: ld returned 1 exit status
make: *** [test] Error 1

This shows that serial driver is not linking to my application program,
Please give a solution .........advance thanks
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top