Kernel fails to compile

M. Warner Losh imp at bsdimp.com
Sun Aug 31 20:50:06 PDT 2003


In message: <50093.192.168.99.10.1062381158.squirrel at mail.yazzy.org>
            "Martin Jessa" <freebsd at yazzy.org> writes:
: Sources fetched an hour ago.
: Running make in /usr/src/sys/i386/compile/MYKERNEL :
: 
: 
: cc -c -O -pipe -march=i486 -Wall -Wredundant-decls -Wnested-externs
: -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
: -Wcast-qual  -fformat-extensions -std=c99  -nostdinc -I-  -I. -I../../..
: -I../../../contrib/dev/acpica -I../../../contrib/ipfilter
: -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -D_KERNEL
: -include opt_global.h -fno-common -finline-limit=15000
: -fno-strict-aliasing  -mno-align-long-strings -mpreferred-stack-boundary=2
: -ffreestanding -Werror  ../../../dev/pcic/i82365.c
: ../../../dev/pcic/i82365.c: In function `pcic_chip_do_mem_map':
: ../../../dev/pcic/i82365.c:850: error: structure has no member named `offset'
: ../../../dev/pcic/i82365.c:855: error: structure has no member named `offset'
: ../../../dev/pcic/i82365.c: In function `pcic_chip_mem_map':
: ../../../dev/pcic/i82365.c:928: error: structure has no member named `offset'
: *** Error code 1

Don't use pcic and pccard in the same kernel.  It can't possibly work,
and I'm working on a replacement that does.

Warner


More information about the freebsd-current mailing list