Re: 2.4.1pre3 compile problems

From: Keith Owens (kaos@ocs.com.au)
Date: Sat Jan 13 2001 - 07:27:43 EST


On Sat, 13 Jan 2001 07:33:47 -0400,
"Garst R. Reese" <reese@isn.net> wrote:
>gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=i586 -DEXPORT_SYMTAB -c ksyms.c
>In file included from /usr/src/linux/include/linux/modversions.h:93,
> from /usr/src/linux/include/linux/module.h:21,
> from ksyms.c:14:
>/usr/src/linux/include/linux/modules/i386_ksyms.ver:76: warning: `cpu_data' redefined

  cd /usr/src/linux/kernel
  gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes \
          -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe \
        -mpreferred-stack-boundary=2 -march=i586 \
        -DEXPORT_SYMTAB -c ksyms.c -E > /var/tmp/ksyms.i

Compress /var/tmp/ksyms.i and mail it to me (not the list).

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Jan 15 2001 - 21:00:36 EST