[Bug 513] New: cacao+Icedtea6 on ARM build failure on armv7l with --enable-softfloat
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Jun 25 03:52:59 PDT 2010
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=513
Summary: cacao+Icedtea6 on ARM build failure on armv7l with --
enable-softfloat
Product: IcedTea
Version: 6-hg
Platform: all
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: CACAO
AssignedTo: unassigned at icedtea.classpath.org
ReportedBy: doko at ubuntu.com
in the past, --enable-softfloat was necessary to build CACAO on arm, this now
leads to a build failure (this is a build with -mfloat-abi=softfp). It looks
like __VFP_FP__ is never defined, but tested inside ENABLE_SOFTFLOAT ifdefs.
libtool: compile: arm-linux-gnueabi-g++ -DHAVE_CONFIG_H -I. -I../../..
-I../../../src -I../../../src/vm/jit/arm -I../../../src/vm/jit/arm/linux
-I../../../src -I../../../contrib/vmlog
"-I/home/doko/openjdk/openjdk-6-6b20~pre1/build/openjdk/jdk/src/solaris/javavm/export"
"-I/home/doko/openjdk/openjdk-6-6b20~pre1/build/openjdk/jdk/src/share/javavm/export"
"-I/home/doko/openjdk/openjdk-6-6b20~pre1/build/openjdk/jdk/src/solaris/javavm/export"
"-I/home/doko/openjdk/openjdk-6-6b20~pre1/build/openjdk/jdk/src/solaris/hpi/export"
"-I/home/doko/openjdk/openjdk-6-6b20~pre1/build/openjdk/jdk/src/share/hpi/export"
-std=c++98 -pedantic -Wall -Wno-long-long -D__ARM__ -D__LINUX__
-D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED
-D_BSD_SOURCE -D_REENTRANT -g -O2 -fno-strict-aliasing -MT builtin.lo -MD -MP
-MF .deps/builtin.Tpo -c builtin.cpp -fPIC -DPIC -o .libs/builtin.o
In file included from ../../../src/native/jni.hpp:156,
from ../../../src/vm/vm.hpp:35,
from ../../../src/threads/posix/condition-posix.hpp:58,
from ../../../src/threads/condition.hpp:34,
from ../../../src/threads/posix/thread-posix.hpp:43,
from ../../../src/threads/thread.hpp:35,
from ../../../src/mm/dumpmemory.hpp:225,
from ../../../src/mm/memory.hpp:50,
from builtin.cpp:51:
/home/doko/openjdk/openjdk-6-6b20~pre1/build/openjdk/jdk/src/share/javavm/export/jni.h:782:
note: the mangling of 'va_list' has changed in GCC 4.4
In file included from builtin.cpp:78:
../../../src/vm/jit/emit-common.hpp: In function 'void emit_fmove(codegendata*,
int, int)':
../../../src/vm/jit/emit-common.hpp:286: error: 'M_FMOV' was not declared in
this scope
../../../src/vm/jit/emit-common.hpp: In function 'void emit_dmove(codegendata*,
int, int)':
../../../src/vm/jit/emit-common.hpp:297: error: 'M_DMOV' was not declared in
this scope
make[6]: *** [builtin.lo] Error 1
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list