public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* FW: Tru64 Help
       [not found] <B82276CD.9D3B%morsberger@usa.net>
@ 2001-11-13  9:41 ` The Morsbergers
  0 siblings, 0 replies; only message in thread
From: The Morsbergers @ 2001-11-13  9:41 UTC (permalink / raw)
  To: GCC


-- 
David 

----------
From: The Morsbergers <morsberger@usa.net>
Date: Thu, 22 Nov 2001 09:33:01 -0500
To: Java GCC <java@gcc.gnu.org>
Subject: Tru64 Help


I have finally been able to build the GCC / GCJ baseline on Tru64 4.0G os.

I am getting the following errors while compiling the "Hello World" java
program. 

Two different attempts are give below:

1) gcj -v --main=Test --encoding=UTF-8 Test.java
2) javac Test.java
   gcj -v --main=Test --encoding=UTF-8 Test.class

Any ideas on how to fix this is welcome.

myhost(tst)~ Reading specs from
/opt/gcc31t/lib/gcc-lib/alphaev6-dec-osf4.0g/3.1/specs
Reading specs from 
/opt/gcc31t/lib/gcc-lib/alphaev6-dec-osf4.0g/3.1/../../../libgcj.spec
rename spec lib to liborig
Configured with: ../configure --prefix=/opt/gcc31t --enable-shared
--enable-libgcj --enable-threads=posix --enable-languages=c,c++,java
Thread model: posix
gcc version 3.1 20011110 (experimental)
/opt/gcc31t/lib/gcc-lib/alphaev6-dec-osf4.0g/3.1/jc1 Test.java
-fhash-synchronization -fuse-divide-subroutine -fuse-boehm-gc
-fnon-call-exceptions -fkeep-inline-functions -quiet -dumpbase Test.java -g1
-version -fencoding=UTF-8 -o /tmp//ccBEEEbN.s
GNU Java version 3.1 20011110 (experimental) (alphaev6-dec-osf4.0g)
       compiled by GNU C version 3.1 20011110 (experimental).
Class path starts here:
   ./
   /opt/gcc31t/share/libgcj.jar/ (system) (zip)
as -g -nocpp -O0 -o /tmp//cc6ef70w.o /tmp//ccBEEEbN.s
/opt/gcc31t/lib/gcc-lib/alphaev6-dec-osf4.0g/3.1/mips-tfile -v -o
/tmp//cc6ef70w.o /tmp//ccBEEEbN.s
mips-tfile version 3.1 20011110 (experimental)
/opt/gcc31t/lib/gcc-lib/alphaev6-dec-osf4.0g/3.1/jvgenmain Test
/tmp//ccvmwssrmain.i
/opt/gcc31t/lib/gcc-lib/alphaev6-dec-osf4.0g/3.1/cc1 /tmp//ccvmwssrmain.i
-quiet -dumpbase Test.c -g1 -version -fdollars-in-identifiers -o
/tmp//ccqaFQYomain.s
GNU CPP version 3.1 20011110 (experimental) (cpplib)
GNU C version 3.1 20011110 (experimental) (alphaev6-dec-osf4.0g)
       compiled by GNU C version 3.1 20011110 (experimental).
as -g -nocpp -O0 -o /tmp//cclIBk7nmain.o /tmp//ccqaFQYomain.s
/opt/gcc31t/lib/gcc-lib/alphaev6-dec-osf4.0g/3.1/mips-tfile -v -o
/tmp//cc6ef70w.o /tmp//ccBEEEbN.s
mips-tfile version 3.1 20011110 (experimental)
mips-tfile:internal error,  is already in original symbol table
mips-tfile:internal error,  is already in original symbol table
mips-tfile:internal error,  is already in original symbol table
mips-tfile:internal error,  is already in original symbol table
mips-tfile:internal error,  is already in original symbol table
mips-tfile:internal error,  is already in original symbol table
mips-tfile:internal error,  is already in original symbol table
mips-tfile:internal error,  is already in original symbol table
mips-tfile:internal error,  is already in original symbol table
mips-tfile:internal error,  is already in original symbol table
mips-tfile:internal error,  is already in original symbol table
mips-tfile, /tmp//ccEmd7tk.s:38 Invalid .stabs/.stabn directive, value not
found
line:    #.stabn        68,0,5,$LM1

mips-tfile, /tmp//ccEmd7tk.s:61 Invalid .stabs/.stabn directive, value not
found
line:    #.stabn        68,0,6,$LM2

mips-tfile, /tmp//ccEmd7tk.s:70 Invalid .stabs/.stabn directive, value not
found
line:    #.stabn        68,0,7,$LM3

mips-tfile, /tmp//ccEmd7tk.s:122 Invalid .stabs/.stabn directive, value not
found
line:    #.stabn        68,0,6,$LM4

mips-tfile, /tmp//ccEmd7tk.s:129 Invalid .stabs/.stabn directive, value not
found
line:    #.stabn        68,0,8,$LM5

mips-tfile, /tmp//ccEmd7tk.s:148 Invalid .stabs/.stabn directive, value not
found
line:    #.stabn        68,0,10,$LM6

mips-tfile, /tmp//ccEmd7tk.s:167 Invalid .stabs/.stabn directive, value not
found
line:    #.stabn        68,0,11,$LM7

mips-tfile, /tmp//ccEmd7tk.s:180 Invalid .stabs/.stabn directive, value not
found
line:    #.stabn        68,0,12,$LM8

mips-tfile, /tmp//ccEmd7tk.s:189 Invalid .stabs/.stabn directive, value not
found
line:    #.stabn        68,0,14,$LM9

mips-tfile, /tmp//ccEmd7tk.s:207 Invalid .stabs/.stabn directive, value not
found
line:    #.stabn        68,0,1,$LM10

mips-tfile, /tmp//ccEmd7tk.s:226 Invalid .stabs/.stabn directive, value not
found
line:    #.stabn        68,0,1,$LM11

mips-tfile, /tmp//ccEmd7tk.s:373 Invalid .stabs/.stabn directive, value not
found
line:    #.stabn        68,0,1,$LM12

myhost(tst)~ javac Test.java
myhost(tst)~ gcj -v --main=Test --encoding=UTF-8 Test.class
Reading specs from /opt/gcc31t/lib/gcc-lib/alphaev6-dec-osf4.0g/3.1/specs
Reading specs from 
/opt/gcc31t/lib/gcc-lib/alphaev6-dec-osf4.0g/3.1/../../../libgcj.spec
rename spec lib to liborig
Configured with: ../configure --prefix=/opt/gcc31t --enable-shared
--enable-libgcj --enable-threads=posix --enable-languages=c,c++,java
Thread model: posix
gcc version 3.1 20011110 (experimental)
/opt/gcc31t/lib/gcc-lib/alphaev6-dec-osf4.0g/3.1/jc1 Test.class
-fhash-synchronization -fuse-divide-subroutine -fuse-boehm-gc
-fnon-call-exceptions -fkeep-inline-functions -quiet -dumpbase Test.class
-g1 -version -fencoding=UTF-8 -o /tmp//cc5JiDSx.s
GNU Java version 3.1 20011110 (experimental) (alphaev6-dec-osf4.0g)
       compiled by GNU C version 3.1 20011110 (experimental).
Class path starts here:
   ./
   /opt/gcc31t/share/libgcj.jar/ (system) (zip)
as -g -nocpp -O0 -o /tmp//ccW7heo2.o /tmp//cc5JiDSx.s
/opt/gcc31t/lib/gcc-lib/alphaev6-dec-osf4.0g/3.1/mips-tfile -v -o
/tmp//ccW7heo2.o /tmp//cc5JiDSx.s
mips-tfile version 3.1 20011110 (experimental)
/opt/gcc31t/lib/gcc-lib/alphaev6-dec-osf4.0g/3.1/jvgenmain Test
/tmp//ccX2leFHmain.i
/opt/gcc31t/lib/gcc-lib/alphaev6-dec-osf4.0g/3.1/cc1 /tmp//ccX2leFHmain.i
-quiet -dumpbase Test.c -g1 -version -fdollars-in-identifiers -o
/tmp//ccWgMwWpmain.s
GNU CPP version 3.1 20011110 (experimental) (cpplib)
GNU C version 3.1 20011110 (experimental) (alphaev6-dec-osf4.0g)
       compiled by GNU C version 3.1 20011110 (experimental).
as -g -nocpp -O0 -o /tmp//ccTbJUP9main.o /tmp//ccWgMwWpmain.s
/opt/gcc31t/lib/gcc-lib/alphaev6-dec-osf4.0g/3.1/mips-tfile -v -o
/tmp//ccW7heo2.o /tmp//cc5JiDSx.s
mips-tfile version 3.1 20011110 (experimental)
mips-tfile:internal error,  is already in original symbol table
mips-tfile:internal error,  is already in original symbol table
mips-tfile:internal error,  is already in original symbol table
mips-tfile, /tmp//cc5JiDSx.s:38 Invalid .stabs/.stabn directive, value not
found
line:    #.stabn        68,0,0,$LM1

mips-tfile, /tmp//cc5JiDSx.s:76 Invalid .stabs/.stabn directive, value not
found
line:    #.stabn        68,0,0,$LM2

mips-tfile, /tmp//cc5JiDSx.s:185 Invalid .stabs/.stabn directive, value not
found
line:    #.stabn        68,0,0,$LM3

mips-tfile, /tmp//cc5JiDSx.s:372 Invalid .stabs/.stabn directive, value not
found
line:    #.stabn        68,0,0,$LM4
-- 
David


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-11-22 15:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <B82276CD.9D3B%morsberger@usa.net>
2001-11-13  9:41 ` FW: Tru64 Help The Morsbergers

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).