Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Nov 1999 02:03:56 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        "David O'Brien" <obrien@NUXI.com>
Cc:        Gerard Roudier <groudier@club-internet.fr>, scsi@FreeBSD.ORG
Subject:   Re: SYM-0.10.0 available
Message-ID:  <Pine.BSF.4.10.9911200159230.2035-100000@alphplex.bde.org>
In-Reply-To: <19991118135048.A79971@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> On Sat, Nov 13, 1999 at 11:45:03PM +0100, Gerard Roudier wrote:
> > * SYM-0.10.0-19991111  (diff file PATCH-SYM-0.10.0-19991111)
> >   Add support for Alpha - UNTESTED. Consists in some minor changes picked 
> 
> This will not compile for me.  I changed where I installed the files, but
> I can't see how that would cause these errors:
> 
> linking kernel.debug
> sym_hipd.o: In function `sym_cam_attach': /sys/compile/QUYNH/../../contrib/dev/sym/sym_hipd.c:10254: undefined reference to `alpha_register_pci_scsi'

This function/wart went away recently.

> /sys/compile/QUYNH/../../contrib/dev/sym/sym_hipd.c:10759: undefined reference to `memcmp'

memcmp doesn't exist in the kernel.  Use bcmp.  At least on i386's, memcmp
is a gcc builtin, so it works if the kernel is not compiled with -O0 or
with -fno-builtin.

Bruce



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9911200159230.2035-100000>