login
Header Space

 
 

When loading a home-made module, linker says : undefined reference to `read'

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Misc OpenBSD <misc@...>
Date: Wednesday, October 10, 2007 - 9:28 pm

Hi all,

I wrote a kernel module for my 4.1 OpenBSD kernel. It compiles
normally, but when I try to load it, the modload says:

: undefined reference to `read'

But the read syscall header is declared within my module. Has anyone
ever faced this problem before? Could anyone provide me with some tip
in order to tackle this issue?

Thanks in advance for the time dedicated to this e-mail.

--
Joco Salvatti
Undergraduating in Computer Science
Federal University of Para - UFPA
web: http://www.openbsd-pa.org
e-mail: salvatti@openbsd-pa.org
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
When loading a home-made module, linker says : undefined ref..., João Salvatti, (Wed Oct 10, 9:28 pm)
speck-geostationary