Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 1998 17:41:00 -0700 (PDT)
From:      Jin Guojun (FTG staff) <jin@eubie.lbl.gov>
To:        bugs@FreeBSD.ORG
Subject:   what is changed in 3.0 for "ld" making lkm module
Message-ID:  <199809300041.RAA10238@eubie.lbl.gov>

next in thread | raw e-mail | index | archive | help
This is the command to make lkm module before 3.0-BETA

	ld -r -o /lkm/znatmdrv.o zatm_mod.o lib/znatm.Dro

# file /lkm/znatmdrv.o
/lkm/znatmdrv.o:    FreeBSD/i386 object not stripped

under 3.0-BETA

# file /lkm/null_mod.o	# looks the same
/lkm/null_mod.o: FreeBSD/i386 object not stripped

but

# file /lkm/znatmdrv.o
/lkm/znatmdrv.o: ELF 32-bit LSB relocatable, Intel 80386, version 1 (FreeBSD), not stripped
# modload -ezatm_mod /lkm/znatmdrv.o
/usr/libexec/aout/ld: /lkm/znatmdrv.o: malformed input file (not rel or archive) modload: /usr/bin/ld: return code 1

Would someone please tell me what has been changed in "ld" command to make LKM
module?

Thanks,

	-Jin


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



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