Re: MIPS Alchemy machine don't boot
KIYOHARA Takashi <[email protected]> Thu, 07 Jan 2010 15:14:58 +0900 (JST)
| Newsgroups | gmane.os.netbsd.ports.evbmips,gmane.os.netbsd.ports.mips.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi! Simon, From: Simon Burge <[email protected]> Date: Thu, 07 Jan 2010 16:59:53 +1100 > That line looks like it should be: > > move t2, MIPS_CURLWP > > in current sources. > > When you built the kernel, how was lock_stubs.S compiled? I'm wondering if > it is being built with a 64-bit ABI somehow... Oops... I use toolchain for cobalt at 12/14. Is this problem? # /usr/src/cross/mipsel/bin/nbmake-cobalt making sure the compat library is up to date... `libcompat.a' is up to date. making sure the kern library is up to date... `libkern.a' is up to date. # compile DEVIL/lock_stubs.o /usr/src/cross/mipsel/bin/mipsel--netbsd-gcc -mno-abicalls -x assembler-with-cpp -traditional-cpp -D_LOCORE -Wa,-fatal-warnings -Devbmips -I. -I../../../../../common/include -I../../../../arch -I../../../.. -nostdinc -DMIPS3_ENABLE_CLOCK_INTR -DEVBMIPS_CLOCKSUBR -DCOM_AU1x00 -DMIPS32 -DSOFTFLOAT -DSOSEND_LOAN -DMSGBUFSIZE=8192 -DDIAGNOSTIC -DDEBUG -DAUMAC_EVENT_COUNTERS -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT -I../../../../lib/libkern/../../../common/lib/libc/quad -I../../../../lib/libkern/../../../common/lib/libc/string -I../../../../lib/libkern/../../../common/lib/libc/arch/mips/string -c ../../../../arch/mips/mips/lock_stubs.S Thanks, -- kiyohara