I've an old Multia 166 Redhat 6.0(kernel 2.2.5). When I try to compile my
network drivers on it, I get this error message, It's a pretty cool error,
I just don't know what it means. Does anyone have any ideas? I've posted
the source for the file(as well as the rest of the driver package) up at
http://alpha.bravegnuworld.com/sand/ this particular file is src/main.c if
anyone has any idea what this error means I would love to know.

gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
-I/usr/src/linux/include/ -Iinclude -D__alpha__ -DDEBUG -D__KERNEL__=1
-DMODULES=1  -c main.c
In file included from /usr/src/linux/include/asm/semaphore.h:11,
                 from /usr/src/linux/include/linux/fs.h:163,
                 from /usr/src/linux/include/linux/capability.h:13,
                 from /usr/src/linux/include/linux/binfmts.h:5,
                 from /usr/src/linux/include/linux/sched.h:8,
                 from /usr/src/linux/include/asm/uaccess.h:5,
                 from include/all.h:7,
                 from main.c:17:
/usr/src/linux/include/asm/current.h:4: global register variable follows a
function definition
/usr/src/linux/include/asm/current.h:4: warning: call-clobbered register
used for global register variable
make: *** [main.o] Error 1

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to