This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ECOS] Assembler warning after binutils upgrade


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]