Ive solved my own problem. It was the case sensitivity of the linker and an asmname directive sorted it out.
Theo Carr-Brion
-----Original Message----- From: Theo Carr-Brion [mailto:Theo.CarrBrion@mitrefinch.co.uk] Sent: 19 September 2001 16:27 To: 'gpc@gnu.de' Subject: Using C library functions
I have some I/O routines for communicating over a serial line written using the C functions ioctl and write. We need to control time out times and the like. I have defined the functions as external but the linker can't find them. What do I need to do?
Thanks in advance,
Theo Carr-Brion