[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Need help porting GMP to AMD64



John Goerzen <jgoerzen@complete.org> writes:

> On Tue, Feb 10, 2004 at 04:24:14PM +0100, Falk Hueffner wrote:
> > John Goerzen <jgoerzen@complete.org> writes:
> > 
> > > I am trying to compile gmp-4.1.2 on AMD64 and am encountering this
> > > error:
> > > 
> > > /tmp/ccu7I0tJ.s: Assembler messages:
> > > /tmp/ccu7I0tJ.s:42: Error: suffix or operands invalid for `bsf'
> > 
> > Wrong inline assembly most likely. Please provide the preprocessed
> > asm() statement with the bsf, and the corresponding line from the .s
> > file.
> 
> The file in question does not appear to have any, which is one reason
> I'm puzzled.

I bet the preprocessed one has. Add -save-temps, and check the .i
file.

-- 
	Falk



Reply to: