[Prev][Next][Index][Thread]
egcs
Hi,
i tried to compile oskit-0.97 with egcs and got some errors:
Script started on Tue Jan 26 23:45:12 1999
[fridolin@forelle18 oskit-0.97]$ uname -a
Linux forelle18 2.0.35 #13 Thu Nov 12 22:53:02 CET 1998 i586 unknown
[fridolin@forelle18 oskit-0.97]$ gcc --version
pgcc-2.90.29 980515 (egcs-1.0.3 release)
[fridolin@forelle18 oskit-0.97]$ cd boot/net
[fridolin@forelle18 net]$ make
gcc -c -o loadkernel.o -MD -DHAVE_CONFIG_H -I. -I../../boot/net -I../../boot -I- -I../.. -I../.. -nostdinc -O2 -Wall loadkernel.c
loadkernel.c: In function `loadkernel':
loadkernel.c:112: cannot reload integer constant operand in `asm'
loadkernel.c:125: cannot reload integer constant operand in `asm'
loadkernel.c:112: cannot reload integer constant operand in `asm'
loadkernel.c:125: cannot reload integer constant operand in `asm'
loadkernel.c:112: cannot reload integer constant operand in `asm'
loadkernel.c:125: cannot reload integer constant operand in `asm'
make: *** [loadkernel.o] Error 1
[fridolin@forelle18 net]$ cd ../multiboot/
[fridolin@forelle18 multiboot]$ make
gcc -c -o boot_start.o -MD -DHAVE_CONFIG_H -I. -I../../boot/multiboot -I../../boot -I- -I../.. -I../.. -nostdinc -O2 -Wall ../../boot/boot_start.c
../../boot/boot_start.c: In function `boot_start':
../../boot/boot_start.c:80: cannot reload integer constant operand in `asm'
../../boot/boot_start.c:95: cannot reload integer constant operand in `asm'
../../boot/boot_start.c:80: cannot reload integer constant operand in `asm'
../../boot/boot_start.c:95: cannot reload integer constant operand in `asm'
../../boot/boot_start.c:80: cannot reload integer constant operand in `asm'
../../boot/boot_start.c:95: cannot reload integer constant operand in `asm'
make: *** [boot_start.o] Error 1
[fridolin@forelle18 multiboot]$ exit
exit
Script done on Tue Jan 26 23:45:57 1999
greetings,
Christoph
=================================
To unsubscribe from this list, send a message with a body of "unsubscribe"
to oskit-users-request@flux.cs.utah.edu
Follow-Ups:
- Re: egcs
- From: Roland McGrath <roland@frob.com>