This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
building gcc on tru64 5.0; `configure` problem?
- To: gcc-bugs at gcc dot gnu dot org
- Subject: building gcc on tru64 5.0; `configure` problem?
- From: "David L. Nicol" <dnicol at cstp dot umkc dot edu>
- Date: Wed, 12 Jan 2000 20:50:59 +0000
- Organization: University of Missouri - Kansas City network operations
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."