[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: kernel softfloat emulation
> From: x-y-z@3si.co.jp
> Subject: Re: kernel softfloat emulation
> Date: Mon, 22 Nov 1999 19:05:17 +0900
>
> > mipsel-netbsd-gcc -x assembler-with-cpp -traditional-cpp -D_LOCORE
> -I../../../../../../lib/libkern/arch/mips -I../../.
> -I../../../../../../arch -I../../../../../.. -nostdinc -DMIPS3 -DMIPS3_4100
> -DSOFTFLOAT -DNKMEMCLUSTERS="0x400" -DIPSEC_DEBUG
> -D__NO_SOFT_SERIAL_INTERRUPT -DMAXUSERS=8 -D_KERNEL -Dhpcmips -D__hpcmips__
> -nostdinc -idirafter /emul/mips//usr/include -c -traditional-cpp -DPIC
> -DABICALLS ../../../../../../lib/libkern/arch/i386/random.S
>
> なぜi386などという文字が、、、、
make dependしたときに 多分 hpcmips用の環境でなくて、
i386用の環境でやってしまったのだと思う。
自分でそれではまったことがあります。
.dependが変でないかみてみてください。
sato