Subject: kernel make depend failure
To: None <current-users@netbsd.org>
From: Gerald Heinig <Gerald.Heinig@post.rwth-aachen.de>
List: current-users
Date: 09/26/2001 22:26:56
Hi,

I recently built my -current setup (sources from 22 sept) and
everythings OK, except I just tried to build a kernel. I used the
GENERIC config file and got the following output:

[...]
 ../../../../arch/i386/i386/svr4_sigcode.s 
../../../../arch/i386/i386/ibcs2_sigcode.s 
../../../../arch/i386/i386/linux_sigcode.s 
../../../../arch/i386/i386/freebsd_sigcode.s
sh ../../../../kern/genassym.sh
CC=/usr/obj/tools/bin/i386--netbsdelf-gcc /usr/obj/tools/bin/mkdep -f
assym.dep  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes 
-Wpointer-arith -Wno-uninitialized -Wno-main  -I. -I../../../../arch
-I../../../.. -nostdinc -DCRYPTO_MD_DES_ENC -DCRYPTO_MD_BF_ENC -DLKM
-DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT -Di386 <
../../../../arch/i386/i386/genassym.cf
../../../../kern/genassym.sh: CC=/usr/obj/tools/bin/i386--netbsdelf-gcc:
not found
*** Error code 127

Stop.
make: stopped in /usr/src/sys/arch/i386/compile/GENERIC

The object directory exists, the path is OK, the binary exists at that
location (ie. i386--netbsdelf-gcc) etc. Everything seems fine, but it
chokes on the line above.

Could someone help me out here?

Please CC me personally, as I'm not subscribed to the list (yet).

Thanks very much

Gerald