public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: GCC under Tru64 Unix 5.0
@ 2000-08-03  7:37 Jan Bacher
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Bacher @ 2000-08-03  7:37 UTC (permalink / raw)
  To: gcc-help

At 12:58 PM 8/3/00 +0200, you wrote:
>I tried to install gcc-2.95.2 under Compaq Tru64 V5.0
>and get the following error messages:
>
>Unresolved:
>ASM_FILE_START

This can be corrected by adding the following lines to ../gcc/tm.h after 
running configure:

#ifdef IN_GCC
#include "alpha/osf.h"
#endif

You may also need to specify the cflag "-arch ??" {in my case, "-arch 
ev56}, to the Dec compiler for the stage1 pass.  This cflag cannot be 
passed on to gcc in successive stages.

This is as far as I've gotten since I'm not knowledgeable enough to run the 
build in stages.

I would be interested in feedback that identifies the procedure for 
building stage1 and then the other stages together to see if that will 
result in a successful compile on 5.0.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: GCC under Tru64 Unix 5.0
  2000-08-03  3:58 Regine Schlothan
@ 2000-08-03  4:11 ` Alexandre Oliva
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2000-08-03  4:11 UTC (permalink / raw)
  To: Regine Schlothan; +Cc: help-gcc, regine

On Aug  3, 2000, Regine Schlothan <schlothan@nav.uni-stuttgart.de> wrote:

> I tried to install gcc-2.95.2 under Compaq Tru64 V5.0

GCC 2.95.2 doesn't support Tru64 5.0.  You need some development
snapshot.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

^ permalink raw reply	[flat|nested] 3+ messages in thread

* GCC under Tru64 Unix 5.0
@ 2000-08-03  3:58 Regine Schlothan
  2000-08-03  4:11 ` Alexandre Oliva
  0 siblings, 1 reply; 3+ messages in thread
From: Regine Schlothan @ 2000-08-03  3:58 UTC (permalink / raw)
  To: help-gcc; +Cc: regine

Hi,

I tried to install gcc-2.95.2 under Compaq Tru64 V5.0
and get the following error messages:

 cc  -DIN_GCC -DHAIFA    -g  -DHAVE_CONFIG_H  -o cc1 toplev.o version.o tree.o print-tree.o 
stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o 
varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o 
dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o 
stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o 
caller-save.o insn-peep.o reorg.o haifa-sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o 
insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o alpha.o getpwd.o  convert.o 
mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o c-parse.o c-lang.o c-lex.o 
c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o  obstack.o       -lmld 
../libiberty/libiberty.a
ld:
Unresolved:
ASM_FILE_START
make[2]: *** [cc1] Error 1
make[2]: Leaving directory `/nav/pum_2/regine/DecUnix/Test/gcc-2.95.2/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/nav/pum_2/regine/DecUnix/Test/gcc-2.95.2/gcc'
make: *** [bootstrap] Error 2



First I install Tru64 Unix 5.0 and the newest patch, then I install
CXX620 and DFA530 (C- and Fortan Compiler from Compaq). Then I install
make-3.79 and change the path, so it will take this make.
After this I unzip and tar the gcc-2.95.2 and call "./configure"
and then "make bootstrap.
The same steps I do under then version Digital UNIX V4.0B and I have 
no Problems.

Could somebody kindly help me?


Best regards
 
    Regine Schlothan
  


-------------------------------------------------------------------------

Adresse: Universitaet Stuttgart
         Institut fuer Navigation
         Geschwister-Scholl-Strasse 24D
         70174 Stuttgart   / Germany

Tel:.    +49 711 121-3409
Fax.:    +49 711 121-2755

E-Mail:  schlothan@nav.uni-stuttgart.de

-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-08-03  7:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-03  7:37 GCC under Tru64 Unix 5.0 Jan Bacher
  -- strict thread matches above, loose matches on Subject: below --
2000-08-03  3:58 Regine Schlothan
2000-08-03  4:11 ` Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).