[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/25408] New: JNI Build Failure on ARM Linux
From: |
steve at prismtech dot com |
Subject: |
[Bug classpath/25408] New: JNI Build Failure on ARM Linux |
Date: |
14 Dec 2005 11:40:48 -0000 |
Building on OpenSlug Linux.
Configuring with:
./configure --with-jikes --enable-jni --disable-gtk-peer
I get a build error:
make[3]: Entering directory `/root/src/classpath-0.19/native/jni'
cd ../.. && /bin/bash ./scripts/check_jni_methods.sh
Found a problem with the JNI methods declared and implemented.
(-) missing in implementation, (+) missing in header files
-Java_java_lang_VMSystem_arraycopy
-Java_java_lang_VMSystem_identityHashCode
make[3]: *** [all-local] Error 1
Looks like the check_jni_methods.sh script is complaining that it can see
JNI functions defined in java_lang_VMSystem.h which are not implemented in
java_lang_VMSystem.c i.e.
JNIEXPORT void JNICALL Java_java_lang_VMSystem_arraycopy (JNIEnv *env, jclass,
j
object, jint, jobject, jint, jint);
JNIEXPORT jint JNICALL Java_java_lang_VMSystem_identityHashCode (JNIEnv *env,
jc
lass, jobject);
--
Summary: JNI Build Failure on ARM Linux
Product: classpath
Version: 0.19
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: steve at prismtech dot com
GCC build triplet: armv5teb-unknown-linux-gnu
GCC host triplet: armv5teb-unknown-linux-gnu
GCC target triplet: armv5teb-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25408
- [Bug classpath/25408] New: JNI Build Failure on ARM Linux,
steve at prismtech dot com <=