I'd like to take this opportunity to thank everyone who's responded to my questions regarding not being able to 'make config'. This debacle has struck a blow to my confidence, and I still feel like an idiot!

After doing a make config in the proper directory -- /usr/src/linux -- I went through the entire config routine, and then was not able to make dep, make clean, and make zImage. If anyone has any idea what went wrong, I'm all ears. I've listed the commands and subsequent responses below.

Thanks in advance!

[root@localhost linux]# make dep
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mkdep scripts/mkdep.c
make: gcc: Command not found
make: *** [scripts/mkdep] Error 127

[root@localhost linux]# make clean
make[1]: Entering directory `/usr/src/linux/arch/i386/boot'
rm -f tools/build
rm -f setup bootsect zImage compressed/vmlinux.out
rm -f bsetup bbootsect bzImage compressed/bvmlinux.out
make[2]: Entering directory `/usr/src/linux/arch/i386/boot/compressed'
rm -f vmlinux bvmlinux _tmp_*
make[2]: Leaving directory `/usr/src/linux/arch/i386/boot/compressed'
make[1]: Leaving directory `/usr/src/linux/arch/i386/boot'
rm -f kernel/ksyms.lst include/linux/compile.h
rm -f core `find . -name '*.[oas]' ! \( -regex '.*lxdialog/.*' \
        -o -regex '.*ksymoops/.*' \) -print`
rm -f core `find . -type f -name 'core' -print`
rm -f core `find . -name '.*.flags' -print`
rm -f vmlinux System.map
rm -f .tmp*
rm -f drivers/char/consolemap_deftbl.c drivers/video/promcon_tbl.c
rm -f drivers/char/conmakehash
rm -f drivers/sound/bin2hex drivers/sound/hex2hex
if [ -d modules ]; then \
        rm -f core `find modules/ -type f -print`; \
fi
rm -f submenu*

[root@localhost linux]# make zImage
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mkdep scripts/mkdep.c
make: gcc: Command not found
make: *** [scripts/mkdep] Error 127

Reply via email to