Error in gcc 2.95.2
Martin v. Loewis
martin@loewis.home.cs.tu-berlin.de
Sun Jan 2 16:15:00 GMT 2000
> Error compiling a program with gcc 2.95.2
>
> When compiling I recieve the following error:
>
> x10.s: Assembler messages:
> x10.s:2151: Error: no such 386 instruction: 'filds'
> x10.s:2175: Error: no such 386 instruction: 'filds'
Thanks for your bug report. Unfortunately, decompression of some of
your attachments failed, so I could not review all the information
you've provided.
'filds' is the name of an instruction which is also known as
'fild'. When gcc is installed, it will check whether the assembler
supports this instruction, and generate the appropriate one. The fact
that you get an error means that you are not using the same assembler
version which was used when configuring gcc.
If you have configured gcc yourself, please check whether
HAVE_GAS_FILDS_FISTS is defined in auto-host. (this is a file
generated by gcc's configure). If it is, you should try to find out
which assembler was used to determine that these instructions are
supported.
If you have not configured gcc yourself, but downloaded it from some
place, please get the corresponding binutils from the same location.
If you did not download gcc yourself, but got it from a distributor,
please ask the distributor for support.
Regards,
Martin
More information about the Gcc-bugs
mailing list