Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 16886

Summary: Compiler crashed while Installing / Compiling Kernel
Product: Gentoo Release Media Reporter: Max <wcente13>
Component: EverythingAssignee: Martin Schlemmer (RETIRED) <azarah>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Max 2003-03-05 07:14:38 UTC
When i want to install gentoo and run 

make dep && make clean bzImage modules modules_install

That happens:

...
...
ILD_BASENAME=floppy  -c -o floppy.o floppy.c
gcc: Internal error: Terminated (program cc1)
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
{standard input}: Assembler messages:
{standard input}:14133: Warning: end of file not at end of a line; newline 
inserted
{standard input}:15006: Error: suffix or operands invalid for `mov'
make[3]: *** [floppy.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r1/drivers/block'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r1/drivers/block'
make[1]: *** [_subdir_block] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r1/drivers'
make: *** [_dir_drivers] Error 2

.. i dont have a floppy drive in my system is that the problem? ;)


Reproducible: Always
Steps to Reproduce:
1.Start with Gentoo live cd
2.Follow the install instructions from gentoo.org homepage
3.Till running # make dep && make clean bzImage modules modules_install
4. Wait Wait.. the Error see above


Actual Results:  
.
.
.

make[3]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r1/drivers/acpi'
make[2]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r1/drivers/acpi'
make -C block
make[2]: Entering directory `/usr/src/linux-2.4.20-gentoo-r1/drivers/block'
make all_targets
make[3]: Entering directory `/usr/src/linux-2.4.20-gentoo-r1/drivers/block'
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-gentoo-r1/include -Wall -Wstrict-
prototypes -Wno-trigraphs -O3 -fno-strict-aliasing -fno-common -fomit-frame-
pointer -pipe -mpreferred-stack-boundary=2 -march=i686   -nostdinc -iwithprefix 
include -DKBUILD_BASENAME=ll_rw_blk  -DEXPORT_SYMTAB -c ll_rw_blk.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-gentoo-r1/include -Wall -Wstrict-
prototypes -Wno-trigraphs -O3 -fno-strict-aliasing -fno-common -fomit-frame-
pointer -pipe -mpreferred-stack-boundary=2 -march=i686   -nostdinc -iwithprefix 
include -DKBUILD_BASENAME=blkpg  -DEXPORT_SYMTAB -c blkpg.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-gentoo-r1/include -Wall -Wstrict-
prototypes -Wno-trigraphs -O3 -fno-strict-aliasing -fno-common -fomit-frame-
pointer -pipe -mpreferred-stack-boundary=2 -march=i686   -nostdinc -iwithprefix 
include -DKBUILD_BASENAME=genhd  -DEXPORT_SYMTAB -c genhd.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-gentoo-r1/include -Wall -Wstrict-
prototypes -Wno-trigraphs -O3 -fno-strict-aliasing -fno-common -fomit-frame-
pointer -pipe -mpreferred-stack-boundary=2 -march=i686   -nostdinc -iwithprefix 
include -DKBUILD_BASENAME=elevator  -c -o elevator.o elevator.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-gentoo-r1/include -Wall -Wstrict-
prototypes -Wno-trigraphs -O3 -fno-strict-aliasing -fno-common -fomit-frame-
pointer -pipe -mpreferred-stack-boundary=2 -march=i686   -nostdinc -iwithprefix 
include -DKBUILD_BASENAME=floppy  -c -o floppy.o floppy.c
gcc: Internal error: Terminated (program cc1)
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
{standard input}: Assembler messages:
{standard input}:14133: Warning: end of file not at end of a line; newline 
inserted
{standard input}:15006: Error: suffix or operands invalid for `mov'
make[3]: *** [floppy.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r1/drivers/block'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r1/drivers/block'
make[1]: *** [_subdir_block] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.20-gentoo-r1/drivers'
make: *** [_dir_drivers] Error 2


Expected Results:  
It should compile the Kernel!
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2003-05-07 16:53:13 UTC

*** This bug has been marked as a duplicate of 20600 ***