"kernel coder" <[EMAIL PROTECTED]> writes:

> > ../../gcc-4.1.0/gcc/config/ABC/ABC.md:228: unknown value
> > `<ANYF:UNITMODE>' for `mode' attribute
> > ../../gcc-4.1.0/gcc/config/ABC/ABC.md:228: unknown value
> > `<ANYF:UNITMODE>' for `mode' attribute
> 
> Sorry,these errors were just my mistake.I mistakenly comminted out the
> following line in ABC.md file
> 
> (define_mode_attr UNITMODE [(SF "SF") (DF "DF")])
>                           (V2SF "SF")])
> 
> That caused the above error to be generated.Now ABC.md file has passed
> through the compilation process successfully .
> 
> But the V2SF error still persistes.

Well, this works for MIPS (though I suppose you might want to check
that), so if you just copy the MIPS files, then this should work for
your target.  So if it doesn't work, then you either didn't just copy
the files, or you didn't update config.gcc correctly.  We can't really
help you with this.

> Would you please tell me that for what the binutils like gas ,ld are
> called.I know that gcc uses internally the gas and ld to produce final
> output.
> But during compilation of gcc ,what role these executables play.

They are used to build libgcc, the gcc support library.

Ian

Reply via email to