[ECOS] Assembler warning after binutils upgrade
Nick Clifton
nickc@cambridge.redhat.com
Fri Jan 4 06:39:00 GMT 2002
Hi Harri,
> Using:
> WIN98
> cygwin bash v2.05.0(6) (i686-pc-cygwin)
> binutils snapshot 011227
> target arm-elf
>
> I started getting the following warning (several during the same make):
>
> Assembler messages:
> /C/WINDOWS/TEMP/cc0LUPBI.s:<line num>: Warning: rest of line ignored;
> first ignored character is ','
If you add --save-temps to your command line gcc will create a
<source_file_name>.s in your build directory instead of using files in
TEMP.
Can you find out what the lines with the ignored text look like and
post it here ? Then we can try to reproduce the problem ourselves.
Cheers
Nick
More information about the Binutils
mailing list