This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Problem with Alpha OSF1 and mips-tfile


I am working with gcc 3.0.1 and my architecture is OSF1 V5.0 91. There
was a problem with the linker, I disabled awt, net,jni. My
configuration command was:
../gcc-20010702/configure
--with-gcc-version-trigger=/usr/music/ake/g/gcc-200107
02/gcc/version.c --host=alphaev56-dec-osf5.0
--prefix=/usr/users/ake/gcc18/ --without-x --disable-jni --disable-net --enable-libgcj --norecursion

The libgcj is finally compiled BUT when I tried to tested it with:

gcj --main=HelloWorld -o HelloWorld HelloWorld.java
error message:
mips-tfile:internal error,  is already in original symbol table
mips-tfile:internal error,  is already in original symbol table
mips-tfile, /tmp/ccaj2Z8E.s:71 Invalid .stabs/.stabn directive, value not
found
line:    #.stabn        68,0,2,$LM1

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

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

Any ideas?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]