This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Re: as-2.9.1: unrecognized option '-Qy' with gcc 2.95.1 with binutils 2.9.1


Hi Kai!

config.guess of binutils 2.9.1 could not guess the type but config.guess of
gcc 2.95.1 could. This is the reason why I used this string for building the
binutils - it is "i686-UnixWare7.1.0-sysv5".

"as" 2.9.1 does not know the parameter -Q (it is not listed in --help).

We have binutils 2.8.1 that were built for "i386-sco-sysv4" on this Unixware
7 machine - and they understand -Qy. We had problems with this version and
therefore want to go to 2.9.1. I simply do not know if the i386-sco-sysv4 is
supposed to work on Unixware 7.

Does this ring a bell?

Thank you very much for locating the problem in the binutils and not in the
way, gcc is configured.

Georg


Kai Ruottu <karuottu@freenet.hut.fi> wrote in message
381442ac.22557716@news.nettilinja.fi">news:381442ac.22557716@news.nettilinja.fi...
> On Mon, 25 Oct 1999 11:15:13 GMT, karuottu@freenet.hut.fi (Kai Ruottu)
> wrote:
>
> >On Fri, 22 Oct 1999 15:58:01 +0200, "Georg Meszaros"
> ><georg.meszaros@siemens.at> wrote:
> >
> >>I am trying to use binutils 2.9.1 (as, ln) with gcc 2.95.1 on Unixware
7.
> >
> >> - but using the combination of both (gcc finds versions 2.9.1 before
> >> older versions or the native Unixware assembler and linker) results
> >> in the following error:
> >>
> >>as-2.9.1: unrecognized option '-Qy'
> >
> > Probably your 'ld' is now made for SVR3, i386-aout or something else
> >than the expected 'i586-sysv4' or 'i586-sysv5' target and it really
> >doesn't know the '-Qy' option...
>
>  Funny, but I wrote about 'ld' instead of 'as' the whole time... But
> the problem is the same, the assembler is made for something else than
> for the SVR4/i386 or SVR5 target...
>
>  Again, using commands like 'as --help' and 'as --version' will reveal
> the real target...
>



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