[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

compiling my kernel on ultra 10 (sparc64)



Hi guys

it now time for me to upgrade my kernal to a 2.4.21. But i have problems
i have downloaded the gcc 3.x but when i do a gcc -v i am still getting the
default gcc 2.95 etc..

i don't think iam linking this the right way can someone help me.
this is a snapshot of my errors..

#make dep

/bin/bash: sparc64-linux-gcc: command not found

make -C arch/sparc64/kernel check_asm

make[1]: Entering directory `/root/linux-2.4.21/arch/sparc64/kernel'

sparc64-linux-gcc -E -D__KERNEL__ -I/root/linux-2.4.21/include -P tmp.c -o
tmp.i

make[1]: sparc64-linux-gcc: Command not found

make[1]: *** /bin/bash: sparc64-linux-gcc: command not found

make -C arch/sparc64/kernel check_asm

make[1]: Entering directory `/root/linux-2.4.21/arch/sparc64/kernel'

sparc64-linux-gcc -E -D__KERNEL__ -I/root/linux-2.4.21/include -P tmp.c -o
tmp.i

make[1]: sparc64-linux-gcc: Command not found

make[1]: *** [check_asm] Error 127

make[1]: Leaving directory `/root/linux-2.4.21/arch/sparc64/kernel'

make: *** [check_asm] Error




   ______               _
- |  ____|             | |
- | |__   _ __ ___  ___| |_ ___
- |  __| | '__/ _ \/ _ \ __/ _ \
- | |____| | |  __/  __/ || (_) |
- |______|_|  \___|\___|\__\___/
-
-  _| __|_
- (_|(_)|_
-
-  _____           _     _         ______
- |_   _|         (_)   | |       |___  /
-   | |  _ __  ___ _  __| | ___ _ __ / /
-   | | | '_ \/ __| |/ _` |/ _ \ '__/ /
-  _| |_| | | \__ \ | (_| |  __/ | / /__
- |_____|_| |_|___/_|\__,_|\___|_|/_____|
-
-  _| __|_
- (_|(_)|_
-
-  _   _      _
- | \ | |    | |
- |  \| | ___| |_
- | . ` |/ _ \ __|
- | |\  |  __/ |_
- |_| \_|\___|\__|
-


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>compiler_errors</title>
  <meta http-equiv="content-type"
 content="text/html; charset=ISO-8859-1">
</head>
<body>
#make dep<br>
/bin/bash: sparc64-linux-gcc: command not found<br>
 make -C arch/sparc64/kernel check_asm<br>
 make[1]: Entering directory `/root/linux-2.4.21/arch/sparc64/kernel'<br>
 sparc64-linux-gcc -E -D__KERNEL__ -I/root/linux-2.4.21/include -P tmp.c
-o tmp.i<br>
 make[1]: sparc64-linux-gcc: Command not found<br>
 make[1]: *** /bin/bash: sparc64-linux-gcc: command not found<br>
 make -C arch/sparc64/kernel check_asm<br>
 make[1]: Entering directory `/root/linux-2.4.21/arch/sparc64/kernel'<br>
 sparc64-linux-gcc -E -D__KERNEL__ -I/root/linux-2.4.21/include -P tmp.c
-o tmp.i<br>
 make[1]: sparc64-linux-gcc: Command not found<br>
 make[1]: *** [check_asm] Error 127<br>
 make[1]: Leaving directory `/root/linux-2.4.21/arch/sparc64/kernel'<br>
 make: *** [check_asm] Error 2<br>
<br>
</body>
</html>

Reply to: