[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Current kernel cannot build



中治です。

ここ何ヵ月か、GENERIC kernel がリンクエラーになるのですが、僕だけでしょ
うか? grep してみると、hpcmips には ipl_si_to_sr があるのですが、
newsmips や mips にはそれらしいのが見当たりません。

#      link  GENERIC/netbsd
ld -N -T /usr/src/sys/arch/mips/conf/kern.ldscript -Ttext 0x80001000 -e start -G 0 -x -o netbsd ${SYSTEM_OBJ} ${EXTRA_OBJ} vers.o
kern_clock.o(.text+0x764): In function `hardclock':
: undefined reference to `ipl_si_to_sr'
kern_clock.o(.text+0x76c): In function `hardclock':
: undefined reference to `ipl_si_to_sr'
if_ethersubr.o(.text+0xdb4): In function `ether_input':
: undefined reference to `ipl_si_to_sr'
if_ethersubr.o(.text+0xdbc): In function `ether_input':
: undefined reference to `ipl_si_to_sr'
if_ethersubr.o(.text+0x1054): In function `ether_input':
: undefined reference to `ipl_si_to_sr'
if_ethersubr.o(.text+0x105c): more undefined references to `ipl_si_to_sr' follow
*** Error code 1

Stop.
make: stopped in /usr/src/sys/arch/newsmips/compile/obj.newsmips/GENERIC
-- 
NAKAJI Hiroyuki (中治 弘行)