Greetings:
I am having trouble compiling the tulip.c module. I downloaded the
latest edition of it and ran the exact command line at the bottom of the
file but I get a return that "command not found." I really don't
understand why this is the case. I have compiled the older module (but
I recieved errors that there was an open ended if ... then statement) so
why wouldn't gcc compile this?
Yes, I made sure I typed the exact command line... I even went into
GNOME and copy/pasted the line into the terminal. I really have no idea
what to do now.
The command I used is: "gcc -DMODULE -D__KERNEL__ -Wall
-Wstrict-prototypes -O6 -c tulip.c `[ -f
/usr/include/linux/modversions.h ] && echo -DMODVERSIONS`"
I want to use a a Linksys LNE100TX card and am using the default
config of redhat 6.0.
Any help is appriciated.
John