building gcc on tru64 5.0; `configure` problem?

David L. Nicol dnicol@cstp.umkc.edu
Wed Jan 12 12:51:00 GMT 2000


Can't link the assembler portions in with the C portions.
Do I need to install gas?  Is there a linker option that
I need to add?

(same results with distributed and freshly built gnu make.)


......

the error had to do with a macro that was not getting
defined, I seem to have resolved it (at least I'm getting
a longer build now) with, in the objdir directory,


 echo '#include "config/alpha/osf.h"' >> gcc/config.h


But, it still craps out eventually: 
 
 as0: Error: ../../gcc-2.95.2/gcc/libgcc2.c, line 5: instruction not
available in selected architecture model
      itoft $2,$f0
as0: Error: ../../gcc-2.95.2/gcc/libgcc2.c, line 5: instruction not
available in selected architecture model
      itoft $16,$f12


This was the configuration:

../gcc-2.95.2/configure
--with-gcc-version-trigger=~/gcc-2.95.2/gcc/version.c
--host=alphaev6-dec-osf5.0 --enable-shared --enable-haifa
--enable-languages=c++ --norecursion --without-gnu-as


Is GNU as available for this target?  Would that help?


______________________________________________________
              David Nicol 816.235.1187 nicold@umkc.edu
"-b  Has no effect; ... This option is on by default."


More information about the Gcc-bugs mailing list