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: pre-egcs 1.1 status for *-rtems


  In message <Pine.BSF.3.96.980714072626.27184B-100000@vespucci.advicom.net>you write:
  > 
  > 
  > Stupid me.  I thought you asked for the output of "sh -x
  > ../src/gcc/configure".  Did you want the output of "sh -x 
  > ../src/configure"?
?!?  You sent me exactly what was needed the first time.  

  > ../src/gas does exist and ../src/gas/configure.in is there.
Weird.  I recommend you put in some strategic echo's in gcc/configure
to find out what's happening.

You might do something like

pwd
echo $srcdir
ls $srcdir


Just before the code which checks for assembler features.

The problem appears to be that gcc/configure did not find the assembler
sources and thus can't determine what assembler version you've got.  So
we have to debug configure.  Too bad there's no such thing as a sgdb :-)



jeff



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