Tru64 Help

The Morsbergers morsberger@usa.net
Thu Nov 8 22:16:00 GMT 2001


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


More information about the Java mailing list

AltStyle によって変換されたページ (->オリジナル) /