Hi !
I've got a compile error (see attached document) using GCC 2.7.2.2,
patched with GNAT and G77, and GLibC 2.0.1.
I think it comes from GNAT patch but it's maybe at the same time
an error in the kernel source.
An idea ?
Guilhem.
-- -----------------------------------| | /-\ LAVAUX Yves & Guilhem | | / \ /-\ | |-/ \ / \ /------------| | \ / \-/ | | \-/ ylavaux@pratique.fr | -----------------------------------| ------------7FA058EF3A97DAE75F5301A80 Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="linux-error" Content-Type: text/plain; charset=us-ascii; name="linux-error"make[1]: Leaving directory `/usr/src/linux/arch/i386/kernel' make[1]: Entering directory `/usr/src/linux/arch/i386/mm' make all_targets make[2]: Entering directory `/usr/src/linux/arch/i386/mm' make[2]: Nothing to be done for `all_targets'. make[2]: Leaving directory `/usr/src/linux/arch/i386/mm' make[1]: Leaving directory `/usr/src/linux/arch/i386/mm' make[1]: Entering directory `/usr/src/linux/arch/i386/lib' make all_targets make[2]: Entering directory `/usr/src/linux/arch/i386/lib' gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o checksum.o checksum.c checksum.c: In function `csum_partial_copy_generic': checksum.c:237: inconsistent operand constraints in an `asm' make[2]: *** [checksum.o] Error 1 make[2]: Leaving directory `/usr/src/linux/arch/i386/lib' make[1]: *** [first_rule] Error 2 make[1]: Leaving directory `/usr/src/linux/arch/i386/lib' make: *** [linuxsubdirs] Error 2
------------7FA058EF3A97DAE75F5301A80--