axel
Group: Members
Posts: 11
Joined: April 2006 |
|
Posted: April 04 2006,15:26 |
|
I installed dsl on my hard disk and tried to compile the newest kernel on my own. These are the steps that i have followed. However i get the error you can see. Any ideas on how to solve it?
1) Install gcc1.dsl
2) Install kernelsource.dsl. This will create /usr/src file tree.
3) Download linux-2.4.31.tar.gz and linux-2.4.31.tar.gz.md5.txt
4) Check sum: #md5sum -c linux-2.4.31.tar.gz.md5.txt
5) Install tcltk8.3.dsl in order make xconfig to work.
6) Download dsl.config
7) Run #make xconfig and load dsl.config file
8) Do the appropriate changes. Save the configuration to a config file for further use. Press save and exit.
9) Run #make dep clean
10) Run #make bzImage
Code Sample | root@box:/usr/src/linux-2.4.31# make bzImage gcc -Wall -Wstrict-prototypes -02 -fomit-frame-pointer -o scripts/split-include scripts/split-include.c scripts/split-include include/linux/autoconf.h include/config gcc -D -I/usr/src/linux-2.4.31/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DKBUILD_BASENAME=main -c -o init/main.o init/main.c gcc: Internal error: Killed (program cc1) Please submit a full bug report. See <URL:http://gcc.gnu.org/bugs.html> for instructions. For Debian GNU/Linux specific bug reporting instructions, see <URL:file:///usr/share/doc/gcc-3.3/README.Bugs>.
{standard input}: Assembler messages: {standard input}:0: Warning: end of file not at end of line; newline inserted make: *** [init/main.o] Error 1 {standard input}:990: Error: no such instruction: `c' |
|