Re: [PARPORT] unresolved symbol in parport


Andrea Arcangeli (andrea@e-mind.com)
Fri, 19 Mar 1999 20:13:01 +0100 (CET)


On Wed, 17 Mar 1999, Carlos Henrique Bauer wrote:

>gcc -E -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 \
>-fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 \
>-malign-jumps=2 -malign-functions=2 -DCPU=686 -DMODULE -DMODVERSIONS -include \
>/usr/src/linux/include/linux/modversions.h -c -o parport_share.out \
>parport_share.c
>
>That writes the output of the preprocessor the file parport_share.out. There
>is just one line in the output where memset appears:
>
>extern void * memset(void *,int,__kernel_size_t);

Is it the only line that is talking about memset? If so it looks like a
cpp problem to me. But I would like to see the output of this:

gcc -E -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2\
-fomit-frame-pointer -D__SMP__ -pipe -fno-strength-reduce -mpentiumpro\
-malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686\
drivers/misc/parport_share.c >log

Could you sent me log.bz2 privately by email?

I would suggest you also a `cp .config ..; make distclean; mv ../.config
.; make oldconfig dep clean etc..etc..`.

Andrea Arcangeli

-- To unsubscribe, send mail to: linux-parport-request@torque.net --
-- with the single word "unsubscribe" in the body of the message. --



This archive was generated by hypermail 2.0b3 on Sun 28 Mar 1999 - 17:03:12 EST