[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: BUG while running the make file
From: |
Eli Zaretskii |
Subject: |
Re: BUG while running the make file |
Date: |
Wed, 07 Feb 2007 20:10:32 +0200 |
> Date: Wed, 7 Feb 2007 11:51:56 -0500
> From: "Raheja, Himanshu" <address@hidden>
>
> gcc -I.. -I. -I./include -I./common -D_FILE_OFFSET_BITS=64
> -I/usr/include -g -W -Wall -Werror -Wno-unused -g -O2
> -D_FILE_OFFSET_BITS=64 -g -W -Wall -Werror -Wno-unused -DHAVE_CONFIG_H
> -c ./common/linksupport.c -o linksupport.o
>
> /tmp/ccsjrIuh.s: Assembler messages:
>
> /tmp/ccsjrIuh.s:1368: Error: Incorrect register `%rax' used with `l' suffix
>
> /tmp/ccsjrIuh.s:1617: Error: Incorrect register `%rax' used with `l' suffix
>
> make[1]: *** [linksupport.lo] Error 1
This has nothing to do with Make: the error message comes from the
assembler invoked by the compiler (GCC). So either your compiler is
misconfigured, or maybe linksupport.c has some invalid inline assembly
in it. In any case, you should take it up with whoever maintains
LPRng.
- BUG while running the make file, Raheja, Himanshu, 2007/02/07
- Re: BUG while running the make file,
Eli Zaretskii <=
- RE: BUG while running the make file, Martin Dorey, 2007/02/07
- RE: BUG while running the make file, Raheja, Himanshu, 2007/02/07
- RE: BUG while running the make file, Raheja, Himanshu, 2007/02/07
- RE: BUG while running the make file, Raheja, Himanshu, 2007/02/07
- RE: BUG while running the make file, Martin Dorey, 2007/02/07
- RE: BUG while running the make file, Raheja, Himanshu, 2007/02/10