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

Compileing 2.0.33pl1 or 2.1.124



Yello 
Well I got Debian 2.0 m68k, up and running fine, with X and everything. But
I'm not the type, that just sit around and do notthing....(ya, really!)
So I want to compile the kernel. First I tried the source tree, that came
with Debian, (2.0.33pl1). But I could not get it working... so I moved on:

1.Downloaded the 2.1.124 source.
2.Unpaked it (tar zxpvf linux.2.1......)
3.Made the links (ln -s) in /usr/include/
4.Changed the top level Makefile to say: ARCH = m68k
5.go to /usr/src/linux/
6.make config
7.make dep ; make clean ; make -j2 ARCH=m68k
and then I get a error after a 1/2 hour:

gcc _DKERNEL__ -I/usr/src/linux-2.1.124/include -Wall -Wstrict-prototypes
-O2 -fomit-frame-pointer -pipe -fno-strength-reduce -ffixed-a2 -n68040 -c
-o module.o module.c

cpp: output pipe has been closed

gcc: Internal compiler error: program cc1 got fatal signal 11

make[3]: ***[module.o] Error 1

make[3]: Leaving directory `/usr/src/linux-2.1.124/kernel'

make[2]: ***[first_rule] Error 2

make[2]: Leaving directory `/usr/src/linux-2.1.124/kernel'

make[1]: ***[_dir_kernel] Error 2

make[1]: Leaving directory `/usr/src/linux-2.1.124/'

make: ***[build] Error 2


---
or this (or a another!, its the same error, but a diff. **.o or **.c):
---

gcc _DKERNEL__ -I/usr/src/linux-2.1.124/include -Wall -Wstrict-prototypes
-O2 -fomit-frame-pointer -pipe -fno-strength-reduce -ffixed-a2 -n68040 -c
-o kmod.o kmod.c

cpp: output pipe has been closed

gcc: Internal compiler error: program cc1 got fatal signal 11

make[3]: ***[console.o] Error 1

make[3]: Leaving directory `/usr/src/linux-2.1.124/drivers/char'

make[2]: ***[first_rule] Error 2

make[2]: Leaving directory `/usr/src/linux-2.1.124/drivers/char'

make[1]: ***[_subdir_char] Error 2

make[1]: Leaving directory `/usr/src/linux-2.1.124/drivers/char'

make: ***[_dir_drivers] Error 2

rm -f kernel.o

ld -m m68kelf -r -o kernel.o signal.o ......

--
I have modutils 2.1.13, and all Debian and the readme's say I need.

Can any1 help me?
Or shall I just keep away from the sorce ?

Kind regards,
-- 
Henrik Th. Farre
<tsb>Boykot MSN Hotmail

<tsb>Contact
*homepage 1: http://welcome.to/Webbench* 
homepage 2: www.Crosswinds.net/denmark/~enrique
*e-mail 1: mad_enrique@usa.net * 
e-mail 2: enrique@denmark.crosswinds.net 
<sb>
know how big this thing gets.


Reply to: