Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jun 2002 15:21:16 +0200 (CEST)
From:      Nick Hibma <n_hibma@van-laarhoven.org>
To:        Makoto Matsushita <matusita@jp.FreeBSD.org>
Cc:        "alpha@FreeBSD.org" <alpha@FreeBSD.org>
Subject:   Re: FreeBSD/alpha 5-current, GENERIC kernel build breakage?
Message-ID:  <20020621151346.B14512-100000@uitsmijter.van-laarhoven.org>
In-Reply-To: <20020621221241U.matusita@jp.FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help

I have a solution, but not been able to commit it yet. Replace
"minor(dev)" with "siogdbunit" in both cases and it should work.

Could anyone tell me how to cross compile on i386 for alpha? Is it just

	make TARGET=alpha TARGET_ARCH=alpha buildworld

or is more magic required?

Nick

>
> Anybody seen this, or it's my local error?
>
> cc -c -O -pipe -mcpu=ev5 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wno-format -ansi -g -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/../include  -D_KERNEL -include opt_global.h -fno-common   -mno-fp-regs -ffixed-8 -Wa,-mev56 -ffreestanding   /usr/src/sys/dev/sio/sio.c
> /usr/src/sys/dev/sio/sio.c: In function `siogdbgetc':
> /usr/src/sys/dev/sio/sio.c:3218: `dev' undeclared (first use in this function)
> /usr/src/sys/dev/sio/sio.c:3218: (Each undeclared identifier is reported only once
> /usr/src/sys/dev/sio/sio.c:3218: for each function it appears in.)
> /usr/src/sys/dev/sio/sio.c: In function `siogdbputc':
> /usr/src/sys/dev/sio/sio.c:3245: `dev' undeclared (first use in this function)
> *** Error code 1
>
> This happens after src/sys/dev/sio/sio.c rev 1.375 (by n_himba) was committed.
>
> -- -
> Makoto `MAR' Matsushita
>

-- 
n_hibma@van-laarhoven.org                  http://www.van-laarhoven.org/
n_hibma@FreeBSD.org                        http://www.etla.net/~n_hibma/


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




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