Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Oct 2012 14:23:38 +0200
From:      Ian FREISLICH <ianf@clue.co.za>
To:        FreeBSD Tinderbox <tinderbox@freebsd.org>
Cc:        arm@freebsd.org, current@freebsd.org
Subject:   Re: [head tinderbox] failure on arm/arm
Message-ID:  <E1TJNzG-0001L6-2p@clue.co.za>
In-Reply-To: <201210031157.q93Bvosg088099@freebsd-current.sentex.ca>
References:  <201210031157.q93Bvosg088099@freebsd-current.sentex.ca> 

next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD Tinderbox wrote:

> cc -c -O -pipe  -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict
-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
 -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-sh
ow-option   -nostdinc  -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contri
b/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-comm
on -finline-limit=8000 --param inline-unit-growth=100 --param large-function-gr
owth=1000 -mcpu=arm9 -ffreestanding -Werror  /src/sys/dev/ata/ata-sata.c
> /src/sys/dev/ata/ata-sata.c: In function 'ata_sata_phy_reset':
> /src/sys/dev/ata/ata-sata.c:158: error: 'struct ata_channel' has no member na
med 'user'
> *** Error code 1

ata_channel member user is only defined if ATA_CAM is defined.

Ian

-- 
Ian Freislich



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1TJNzG-0001L6-2p>