This is the mail archive of the gcc@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: Not successfully built ecgs



  In message <9808011322.AA17837@hobbes.dbag.ulm.DaimlerBenz.COM>you write:

  > echo "__foo () {}" > dummy.c
  > ./xgcc -B./  -DIN_GCC    -g -I./include  -c dummy.c
You might try running those two commands by hand from within
objdir/gcc.  When you do this add "-save-temps" to the end of the
second command.

It should fail in the same manner, but it will leave "dummy.s" which
you can then examine and see what exactly the assembler is complaining
about.

Whatever is going on, the compiler is creating code the assembler can
not handle.

jeff


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