LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   "mgcc: Command not found" on Kernel recompile (https://www.linuxquestions.org/questions/linux-kernel-70/mgcc-command-not-found-on-kernel-recompile-863098/)

deadalus.globalnode 02-16-2011 11:35 AM

"mgcc: Command not found" on Kernel recompile
 
Hello,
I am running Slackware 13 and working on recompiling my kernel. I just did a
Code:

make menuconfig
and I am now trying to start the actual compile using
Code:


make all

Unfortunately when I try to "make all" it gives the following output
Code:

root@myhost:/usr/src/linux# make all
/usr/src/linux-2.6.37/scripts/gcc-version.sh: line 25: mgcc: command not found
/usr/src/linux-2.6.37/scripts/gcc-version.sh: line 26: mgcc: command not found
/usr/src/linux-2.6.37/arch/x86/Makefile:81: stack protector enabled but no compiler support
make: mgcc: Command not found
  CHK    include/linux/version.h
  CHK    include/generated/utsrelease.h
  CC      kernel/bounds.s
/bin/sh: mgcc: command not found
make[1]: *** [kernel/bounds.s] Error 127
make: *** [prepare0] Error 2

Any help would be greatly appreciated.
Thanks in advance.

deadalus.globalnode 02-16-2011 01:53 PM

fixed it by looking here:

http://blog.tpa.me.uk/slackware-kernel-compile-guide/

deadalus.globalnode 02-16-2011 01:56 PM

darn


All times are GMT -5. The time now is 08:46 AM.