Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 1995 08:36:24 +0100 (MET)
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        tri@iki.fi
Cc:        freebsd-current@freebsd.org
Subject:   Re: [current] lkm compilation woes
Message-ID:  <199510230736.IAA01531@keltia.freenix.fr>
In-Reply-To: <199510222223.AAA01382@pooh.tky.hut.fi> from "Timo J. Rinne" at Oct 23, 95 00:23:23 am

next in thread | previous in thread | raw e-mail | index | archive | help
It seems that Timo J. Rinne said:
> I have a problem with LKMs that have some code of there own (coff,
> ibcs2, linux).  Compilation of these modules never pass symorder
> because of the following.  What might be the reason?

Now that you mention it, you're right. Only LKMs with code in lkm/* fail.

Except for pcic which now fails with (Poul-Henning ?):

327 [8:34] root@keltia:lkm/pcic# make
cc -O -m486 -pipe -DLKM  -DKERNEL -I/usr/src/lkm/pcic/../../sys -W -Wcomment -Wredundant-decls -DPSEUDO_LKM -c /src/src/lkm/pcic/../../sys/pccard/pcic.c
/src/src/lkm/pcic/../../sys/pccard/pcic.c: In function `pcic_unload':
/src/src/lkm/pcic/../../sys/pccard/pcic.c:251: warning: passing arg 1 of `untimeout' from incompatible pointer type
/src/src/lkm/pcic/../../sys/pccard/pcic.c:251: too few arguments to function `untimeout'
/src/src/lkm/pcic/../../sys/pccard/pcic.c: In function `pcic_probe':
/src/src/lkm/pcic/../../sys/pccard/pcic.c:599: warning: passing arg 1 of `timeout' from incompatible pointer type
/src/src/lkm/pcic/../../sys/pccard/pcic.c: In function `pcictimeout':
/src/src/lkm/pcic/../../sys/pccard/pcic.c:740: warning: passing arg 1 of `timeout' from incompatible pointer type
*** Error code 1

Stop.

-- 
Ollivier ROBERT    -=- The daemon is FREE! -=-    roberto@keltia.frmug.fr.net
   FreeBSD keltia.freenix.fr 2.2-CURRENT #2: Sun Oct 22 20:22:48 MET 1995



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