Zitat
./configure --prefix=/targets/install/classpath/eprefix --exec-prefix=/targets/install/classpath/exec --disable-plugin --disable-jni --disable-alsa --disable-gjdoc --host=arm-linux-gnu --target=arm-linux-gnu CFLAGS=-I/usr/local/LxNETES-3/arm-linux/arm-linux/include LDFLAGS=-L/usr/local/LxNETES-3/arm-linux/arm-linux/lib CC=/usr/local/LxNETES-3/arm-linux/arm-linux/bin/gcc LIBS=-L/usr/local/LxNETES-3/arm-linux/arm-linux/lib
Zitat
The_Collar@SuSE:/targets/classpath-0.98> make
Making all in lib
make[1]: Entering directory `/targets/classpath-0.98/lib' true top_builddir=.. top_srcdir=.. /bin/sh ./gen-classlist.sh standard
Adding java source files from srcdir '..'.
Adding java source files from VM directory ../vm/reference
ecj -warn:-deprecation,serial,unusedImport -J-Xmx768M -source 1.5 -target 1.5 -bootclasspath '' -classpath ../vm/reference:..:../external/w3c_dom:../external/sax:../external/relaxngDatatype:../external/jsr166:.:: -d . @classes
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
at org.eclipse.jdt.internal.compiler.Compiler.handleInternalException(Compiler.java:561)
at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:49
at org.eclipse.jdt.internal.compiler.batch.Main.performCompilation(Main.java:3543)
at org.eclipse.jdt.internal.compiler.batch.Main.compile(Main.java:1645)
at org.eclipse.jdt.internal.compiler.batch.Main.main(Main.java:135
make[1]: *** [compile-classes] Fehler 1 make[1]: Leaving directory `/targets/classpath-0.98/lib'
make: *** [all-recursive] Fehler 1
The_Collar@SuSE:/targets/classpath-0.98>
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »The-Collar« (05.01.2010, 10:19)
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »delix« (06.01.2010, 20:08)
Zitat
/targets/classpath-0.98/lib/../vm/reference/sun/reflect/misc/ReflectUtil.java:90: warning: Class is a raw type. References to generic type Class<T> should be parameterized
Class declarer,
^
/targets/classpath-0.98/lib/../vm/reference/sun/reflect/misc/ReflectUtil.java:103: warning: Type safety: The methodisAssignableFrom(Class) belongs to the raw type Class. References to generic type Class<T> should be parameterized
&& declarer.isAssignableFrom(caller))
^
11510 problems (7 errors, 11503 warnings)
make[1]: *** [compile-classes] Fehler 1
make[1]: Leaving directory `/targets/classpath-0.98/lib'
make: *** [all-recursive] Fehler 1
Zitat
/usr/local/LxNETES-3/arm-linux/bin/arm-linux-gcc -DHAVE_CONFIG_H -I. -I../../include -I../../include -I../../native/jni/classpath -I../../native/jni/native-lib -I/usr/local/LxNETES-3/arm-linux/include -MT jawt.lo -MD -MP -MF .deps/jawt.Tpo -c jawt.c -fPIC -DPIC -o .libs/jawt.o In file included from jawt.c:41:
../../include/jawt_md.h:44:22: X11/Xlib.h: No such file or directory In file included from jawt.c:41:
../../include/jawt_md.h:53: error: parse error before "Drawable"
../../include/jawt_md.h:53: warning: no semicolon at end of struct or union
../../include/jawt_md.h:54: warning: data definition has no type or storage class
../../include/jawt_md.h:55: error: parse error before "visualID"
../../include/jawt_md.h:55: warning: data definition has no type or storage class
../../include/jawt_md.h:56: error: parse error before "colormapID"
../../include/jawt_md.h:56: warning: data definition has no type or storage class
../../include/jawt_md.h:59: error: parse error before '}' token In file included from jawt.c:42:
../../native/jni/classpath/classpath_jawt.h:49:22: X11/Xlib.h: No such file or directory In file included from jawt.c:42:
../../native/jni/classpath/classpath_jawt.h:54: error: parse error before '*' token
../../native/jni/classpath/classpath_jawt.h:54: warning: data definition has no type or storage class
../../native/jni/classpath/classpath_jawt.h:55: error: parse error before classpath_jawt_get_drawable"
../../native/jni/classpath/classpath_jawt.h:55: warning: data definition has no type or storage class
../../native/jni/classpath/classpath_jawt.h:56: error: parse error before "classpath_jawt_get_visualID"
../../native/jni/classpath/classpath_jawt.h:56: warning: data definition has no type or storage class
jawt.c: In function `_Jv_GetDrawingSurfaceInfo':
jawt.c:106: error: invalid application of `sizeof' to an incomplete type
jawt.c:113: error: dereferencing pointer to incomplete type
jawt.c:115: error: dereferencing pointer to incomplete type
jawt.c:117: error: dereferencing pointer to incomplete type
jawt.c:119: error: dereferencing pointer to incomplete type
jawt.c: In function `_Jv_FreeDrawingSurfaceInfo':
jawt.c:138: error: dereferencing pointer to incomplete type
jawt.c:139: error: dereferencing pointer to incomplete type
jawt.c:140: error: dereferencing pointer to incomplete type
make[2]: *** [jawt.lo] Fehler 1
make[2]: Leaving directory `/targets/classpath-0.98/native/jawt'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/targets/classpath-0.98/native'
make: *** [all-recursive] Fehler 1
Zitat
2995. WARNING in ../external/relaxngDatatype/org/relaxng/datatype/helpers/DatatypeLibraryLoader.java (at line 7
private class ProviderEnumeration implements Enumeration {
^
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
----------
2996. WARNING in ../external/relaxngDatatype/org/relaxng/datatype/helpers/DatatypeLibraryLoader.java (at line 95)
private static class Singleton implements Enumeration {
^
Enumeration is a raw type. References to generic type Enumeration<E> should be parameterized
----------
2996 problems (2 errors, 2994 warnings)make[1]: *** [compile-classes] Fehler 255
make[1]: Leaving directory `/targets/classpath-0.98/lib'
make: *** [all-recursive] Fehler 1
Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »delix« (07.01.2010, 17:18)
Zitat
../javax/management/NotificationBroadcasterSupport.java:221: error: Type mismatch: cannot convert from Object to MBeanNotificationInfo[]
return info.clone();
../java/util/concurrent/CopyOnWriteArrayList.java:150: error: Type mismatch: cannot convert from Object to E[]
data = array.clone();
../java/util/concurrent/CopyOnWriteArrayList.java:367: error: Type mismatch: cannot convert from Object to E[]
E[] newData = data.clone();
../java/util/EnumMap.java:401: error: Type mismatch: cannot convert from Object to V[]
result.store = store.clone();
../gnu/java/lang/reflect/GenericSignatureParser.java:78: error: Type mismatch: cannot convert from Object to Type[]
return bounds.clone();
../gnu/java/lang/reflect/GenericSignatureParser.java:157: error: Type mismatch: cannot convert from Object to Type[]
return typeArgs.clone();
../external/jsr166/java/util/ArrayDeque.java:790: error: Type mismatch: cannot convert from Object to E[]
result.elements = elements.clone();
Zitat
11510 problems (7 errors, 11503 warnings)
make[1]: *** [compile-classes] Fehler 1
make[1]: Leaving directory `/targets/classpath-0.98/lib'
make: *** [all-recursive] Fehler 1