buf undefined
I'm new to Solaris 10
I'm getting buf as an undefined symbol when I try to load my driver.
According to the man pages, I have to have the following in my source
code:
#include <sys/ddi.h>
#include <sys/sunddi.h>
I do
My link command is:
ld -r -o mydriver src1.o src2.o src3.o
I am defining DEBUG and _KERNEL during the compilation of my source
files.
Any Ideas?
.
Relevant Pages
- Re: buf undefined
... I'm getting buf as an undefined symbol when I try to load my driver. ... (comp.unix.solaris) - Re: White progress bar during startup
... Loaded driver \WINDOWS\system32\ntoskrnl.exe ... Did not load driver ACPI Uniprocessor PC ... Did not load driver Audio Codecs ... (microsoft.public.windowsxp.help_and_support) - XP Pro crashes
... The bootlog shows an awful lot of 'Failed to load' entries so I'm taking the liberty of posting the whole bootlog here in the hope that someone can give me some pointers as to what is going on. ... Did not load driver WAN Miniport ... (microsoft.public.windowsxp.setup_deployment) - Re: Newbie Questiion
... You also come across as a very inexperienced driver when you say that a driver is stuck to take a illegal load. ... Microsoft actually paid no tax at all in 1999, despite $12.3 billion in reported U.S. profits. ... Corporate tax welfare slashed Worldcom’s tax bill by $5.3 billion over the past five years. ... (misc.transport.trucking) - Re: DRI seems to bee broken
... May 3 11:23:06 schlepptop kernel: The Regents of the University of California. ... Adds ~128k to driver. ... # To include support for VGA VESA video modes ... Load "dbe" ... (freebsd-current) |
|