On Wed, 2002-10-16 at 10:37, Andrew MacKenzie wrote:

> make[2]: Entering directory `/usr/src/linux-2.4.19/drivers/scsi'
> ln -sf sim710.scr fake7.c
> gcc296 -E -D__KERNEL__ -I/usr/src/linux-2.4.19/include -traditional
> -DCHIP=710 fake7.c | grep -v '^#' | perl -s script_asm.pl -ncr710
> script_asm.pl : Illegal combination of registers in line 72 :   MOVE CTEST7
> & 0xef TO CTEST7
>         Either source and destination registers must be the same,
>         or either source or destination register must be SFBR.
> make[2]: *** [sim710_d.h] Error 255
> make[2]: Leaving directory `/usr/src/linux-2.4.19/drivers/scsi'
> make[1]: *** [_modsubdir_scsi] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.4.19/drivers'
> make: *** [_mod_drivers] Error 2
> 

It looks to me like this error happens when a perl script is being
executed.

 perl -s script_asm.pl -ncr710 script_asm.pl : Illegal combination of
registers in line 72 :

It looks like this is either a Perl bug in 8.0 or a problem with that
specific perl script.

Regards,
        Jim H

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to