Date: Mon, 22 May 2000 12:38:59 -0400 From: Joy Ganguly <joy@niksun.com> To: freebsd-hackers <freebsd-hackers@freeBSD.org> Subject: SMP kernel compilation?? Message-ID: <392962A3.311EC23B@falcon.niksun.com>
next in thread | raw e-mail | index | archive | help
hi all, i tried to compile a SMP kernel . but when it tries to load the kernel it gives me " undefined symbol" messages. the messages are:- intr_machdep.o(.data+0xc0): undefined reference to `Xtsintr0' intr_machdep.o(.data+0xc4): undefined reference to `Xtsintr1' intr_machdep.o(.data+0xc8): undefined reference to `Xtsintr2' intr_machdep.o(.data+0xcc): undefined reference to `Xtsintr3' intr_machdep.o(.data+0xd0): undefined reference to `Xtsintr4' intr_machdep.o(.data+0xd4): undefined reference to `Xtsintr5' intr_machdep.o(.data+0xd8): undefined reference to `Xtsintr6' intr_machdep.o(.data+0xdc): undefined reference to `Xtsintr7' intr_machdep.o(.data+0xe0): undefined reference to `Xtsintr8' intr_machdep.o(.data+0xe4): undefined reference to `Xtsintr9' intr_machdep.o(.data+0xe8): undefined reference to `Xtsintr10' intr_machdep.o(.data+0xec): undefined reference to `Xtsintr11' intr_machdep.o(.data+0xf0): undefined reference to `Xtsintr12' intr_machdep.o(.data+0xf4): undefined reference to `Xtsintr13' intr_machdep.o(.data+0xf8): undefined reference to `Xtsintr14' intr_machdep.o(.data+0xfc): undefined reference to `Xtsintr15' *** Error code 1 i grepped the source but couldnt find any reference to the above symbols. whats wrong??? thanx in advance joy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?392962A3.311EC23B>