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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message