Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 1996 12:12:57 -0700
From:      "Jin Guojun[ITG]" <jin@george.lbl.gov>
To:        bugs@freebsd.org
Subject:   compiler bug in 2.2-961006-SNAP release
Message-ID:  <199610101912.MAA07869@george.lbl.gov>

next in thread | raw e-mail | index | archive | help
2.2-961006-SNAP introduces a bug in C compiler. The initialization uses
memset which is only available in user space. So, if kernel has such code
like:

Mystruct V = {any#};

It will causes kernel linking failure:

loading kernel
znatm.Dro: Undefined symbol `_memset' referenced from text segment
znatm.Dro: Undefined symbol `_memset' referenced from text segment
*** Error code 1

	-Jin Guojun




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