This is the mail archive of the gcc-bugs@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: Error while compiling crtbegin.o (egcs 970925)


  In message <342A5B4F.966956BE@bull-ingenierie.fr>you write:
  > This is a multi-part message in MIME format.
  > --------------C39117AA1BBD8A751CDCA33E
  > Content-Type: text/plain; charset=us-ascii
  > Content-Transfer-Encoding: 7bit
  > 
  > Hello,
  > 
  > I have a problem while compiling crtbegin.o with egcs-970925 on a
  > Sequent (Dynix 4.22) :
Unfortunately, none of the primary developers has access to a sequent,
so you'll have to do a lot of the legwork to make gcc work on this platform.


  > /step2/2/egcs/i386-sequent-sysv4/bin/as: unrecognized option
  > `-no_0f_fix'
  > make: *** [crtbegin.o] Error 1
I guess my first question would be are you using gas or the assembler
provided by sequent?

The "-no_0f_fix" argument might be specific to one or the other
assembler.  If one accepts it, but the other does not, then you'll
have to change the sequent configuration stuff to avoid the argument
when not using a certain assembler.

If neither assembler accepts the argument, then you'll have to change
gcc so that it doesn't try to use -no_0f_fix on newer versions of 
dynix.


  > Note : in this version of egcs, there was a little problem in ptx4.h :
  > characters '/*' are missing at line 338 :
I've fixed this.  Thanks,

jeff


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