Subject: kernel compile; make depend fails in current
To: None <port-macppc@NetBSD.org>
From: Rudi Ludwig <rudihl@gmx.de>
List: port-macppc
Date: 08/21/2005 19:48:05
Hello all:

I just cvs updated sys/src and installed a new /usr/sbin/config.
After "config <file>" a "make depend" failes, as you can see below.

The command after the pipe looks somewhat suspiciouse to
me (would understand having cc read from stdin,
 " | cc -- ....."(?) ), but

1st. I am not sure, and
2nd. even if I were, would not know where to fix it.

You see, this is not my strong point. Someone to fix this, tell me
where to look at, highly welcome.


/rudi


root@ibook:/mnt/netbsd-current/src/sys/arch/macppc/compile/IBOOK# make
depend depending the kern library objects
depending the compat library objects
#    create  IBOOK/assym.h
cat ../../../../arch/powerpc/oea/genassym.cf  |  genassym -- cc 
-mno-strict-align -msoft-float  -Wa,-maltivec  -ffreestanding   -O2
-Wreturn-type -Werror -Wall -Wno-main -Wno-format-zero-length
-Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -Wreturn-type
-Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wno-sign-compare 
-fno-zero-initialized-in-bss    -Dmacppc=macppc -I.  -I../../../../arch
-I../../../.. -nostdinc -DLKM -DDIAGNOSTIC -DZS_CONSOLE_ABORT
-DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT  -I../../../../dist/ipf   >
assym.h.tmp &&  mv -f assym.h.tmp assym.h genassym: not found
*** Error code 127

Stop.