Subject: INDY kernel: make depend
To: None <port-sgimips@netbsd.org>
From: Isao Nagamori <r17413@email.sps.mot.com>
List: port-sgimips
Date: 03/01/2002 16:44:29
Hello all,


Thank you very much Boni-san.

 
> -> 2) I could "config TEAL" and "config INDY" with my cross environment. But
> ->    I could not do "make depend". What is wrong?
> [...]
> -> # config INDY
> -> Don't forget to run "make depend"
> -> #
> -> # cd ../compile/INDY
> -> # make depend
> -> make: don't know how to make depend. Stop
> -> # ls Makefile
> -> Makefile
> -> # grep depend Makefile
> -> #
> -> # more Makefile
> -> IDENT=-DMIPS3_ENABLE_CLOCK_INTR -DSCSI_DELAY="0" -DMIPS3 -DMIPS3_5200 -DDEBU
> -> G -D
> -> DIAGNOSTIC
> -> PARAM=-DMAXUSERS=32
> -> S=      ../../../..
> -> DEFTEXTADDR=0x80069000
> -> MACHINE_ARCH=mipseb
> -> TEXTADDR=0x80069000
> -> #       $NetBSD: Makefile.sgimips.inc,v 1.6 2001/12/09 05:00:50 atatat Exp $
> -> #
> 
> That's the whole makefile??  In that case, something is wrong; my guess is
> that you're running on old config... Try running the nbconfig from your
> cross-tools directory (and first make sure it's up-to-date).

After I updated my config command, true Makefile seemed to be created. But when I 
executed "make depend", error message appeared.

What is wrong ?


# echo $PATH
/usr/pkg/cross/mipseb-netbsd/bin:/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin
# echo $MACHINE
sgimips
# echo $MACHINE_ARCH
mipseb
# echo $MACHINE_CPU
mips
#

# pwd
/src/sys/arch/sgimips/conf
# cp -p INDY INDY0
# config INDY0
Don't forget to run "make depend"
# 
# cd ../compile/INDY0
# make depend
depending the kern library objects
no ARCHSUBDIR for mipseb nor
*** Error code  1

Stop.
*** Error code 1

Stop.
#