[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ar5xxx.c in -current
Did you do a make clean before trying to compile your new GENERIC kernel ?
The current sources are compiling on my i386 system.
++ jerome
> -----Message d'origine-----
> De : owner-misc@openbsd.org [mailto:owner-misc@openbsd.org]
> De la part de 'Jake Luck'
> Envoyé : dimanche 21 novembre 2004 16:13
> À : misc@openbsd.org
> Objet : Re: ar5xxx.c in -current
>
> Jerome, thanks for the tip. Disabling ath in the i386 GENERIC
> profile helped. So how does the snapshots gets correctly
> built for the past few days?
>
> % grep ath /usr/src/sys/arch/i386/conf/GENERIC
> npx0 at isa? port 0xf0 irq 13 # math coprocessor
> ath* at pci? # Atheros AR5k (802.11a/b/g)
> ath* at cardbus? # Atheros AR5k (802.11a/b/g)
> % head -1 /usr/src/sys/arch/i386/conf/GENERIC
> # $OpenBSD: GENERIC,v 1.387 2004/11/17 16:53:05 mickey Exp $
>
>
> jake
>
> > You have to enable both "ath? at pci?" and "ath? at cardbus?".
> >
> > The ath driver is not finished. So all chipset are not
> supported for now.
> > Wait ...
> >
> > ++ jerome
> >
> > > -----Message d'origine-----
> > > De : owner-misc@openbsd.org [mailto:owner-misc@openbsd.org] De la
> > > part de Jake Luck Envoyé : samedi 20 novembre 2004 19:41 À :
> > > misc@openbsd.org Objet : ar5xxx.c in -current
> > >
> > > Yesterday's CVS code. My /usr/include is up to date.
> > > Anyone else having this problem? Thanks. jake
> > >
> > > gcc -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
> > > -Wno-uninitialized -Wno-format -Wno-main -fno-builtin-printf
> > > -fno-builtin-log -O2 -pipe -nostdinc -I.
> > > -I/usr/src/sys/arch/i386/compile/GENERIC/../../../../arch
> > > -I/usr/src/sys/arch/i386/compile/GENERIC/../../../.. -DDDB
> > > -DDIAGNOSTIC -DKTRACE -DACCOUNTING -DKMEMSTATS -DPTRACE -DCRYPTO
> > > -DSYSVMSG -DSYSVSEM -DSYSVSHM -DUVM_SWAP_ENCRYPT -DCOMPAT_35
> > > -DCOMPAT_43 -DLKM -DFFS -DFFS_SOFTUPDATES -DUFS_DIRHASH -DQUOTA
> > > -DEXT2FS -DMFS -DXFS -DTCP_SACK -DTCP_ECN -DTCP_SIGNATURE
> > > -DNFSCLIENT -DNFSSERVER -DCD9660 -DMSDOSFS -DFDESC -DFIFO
> -DKERNFS
> > > -DPORTAL -DPROCFS -DNULLFS -DUMAPFS -DUNION -DINET -DALTQ -DINET6
> > > -DIPSEC -DPPP_BSDCOMP -DPPP_DEFLATE -DBOOT_CONFIG -DI386_CPU
> > > -DI486_CPU -DI586_CPU -DI686_CPU -DGPL_MATH_EMULATE
> -DUSER_PCICONF
> > > -DUSER_LDT -DAPERTURE -DCOMPAT_SVR4 -DCOMPAT_IBCS2 -DCOMPAT_LINUX
> > > -DCOMPAT_FREEBSD -DCOMPAT_BSDOS -DCOMPAT_AOUT -DPCIVERBOSE
> > > -DEISAVERBOSE -DUSBVERBOSE -DWSDISPLAY_COMPAT_USL
> -DWSDISPLAY_COMPAT_RAWKBD -DWSDISPLAY_DEFAULTSCREENS="6"
> > > -DWSDISPLAY_COMPAT_PCVT -DPCIAGP -D_KERNEL -Di386 -c
> > > /usr/src/sys/arch/i386/compile/GENERIC/../../../../dev/ic/ar5xxx.c
> > >
> /usr/src/sys/arch/i386/compile/GENERIC/../../../../dev/ic/ar5xxx.c:
> > > In function `ath_hal_computetxtime':
> > >
> /usr/src/sys/arch/i386/compile/GENERIC/../../../../dev/ic/ar5x
> xx.c:268:
> > > `IEEE80211_T_XR' undeclared (first use in this function)
> > >
> /usr/src/sys/arch/i386/compile/GENERIC/../../../../dev/ic/ar5x
> xx.c:268:
> > > (Each undeclared identifier is reported only once
> > >
> /usr/src/sys/arch/i386/compile/GENERIC/../../../../dev/ic/ar5x
> xx.c:268:
> > > for each function it appears in.)
> > > *** Error code 1
> > >
> > > Stop in /usr/src/sys/arch/i386/compile/GENERIC (line 953
> of Makefile).
> >
>
> --