[Bug 2598] New: error: cannot convert 'volatile intptr_t*' to 'volatile int*'

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Aug 27 16:18:39 UTC 2015


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2598

            Bug ID: 2598
           Summary: error: cannot convert 'volatile intptr_t*' to
                    'volatile int*'
           Product: IcedTea
           Version: 2.6.1
          Hardware: arm
                OS: Linux
            Status: NEW
          Severity: critical
          Priority: P5
         Component: IcedTea
          Assignee: gnu.andrew at redhat.com
          Reporter: johan.oudinet at green-communications.fr
                CC: unassigned at icedtea.classpath.org

I'm cross-compiling (well, trying actually) to ARM32 target and I get the
following error message (g++ 4.9.2):
g++ -DLINUX -D_GNU_SOURCE -DCC_INTERP -DZERO -DARM -DZERO_LIBARCH=\"arm\"
-DPRODUCT -I.
-I/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/src/share/vm/prims
-I/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/src/share/vm
-I/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/src/share/vm/precompiled
-I/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/src/cpu/zero/vm
-I/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/src/os_cpu/linux_zero/vm
-I/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/src/os/linux/vm
-I/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/src/os/posix/vm
-I../generated -DHOTSPOT_RELEASE_VERSION="\"24.85-b03\""
-DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"johan\""
-DHOTSPOT_LIB_ARCH=\"arm\" -DHOTSPOT_VM_DISTRO="\"OpenJDK\""
-DDERIVATIVE_ID="\"IcedTea 2.6.1\"" -DDISTRIBUTION_ID="\"Built on Ubuntu 15.04
(Thu Aug 27 15:01:20 CEST 2015)\"" -DTARGET_OS_FAMILY_linux -DTARGET_ARCH_zero
-DTARGET_ARCH_MODEL_zero -DTARGET_OS_ARCH_linux_zero
-DTARGET_OS_ARCH_MODEL_linux_zero -DTARGET_COMPILER_gcc  -fpic -fno-rtti
-fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -D_LITTLE_ENDIAN
-pipe -g -O3 -fno-strict-aliasing -fno-devirtualize -DHOTSPOT_ASM
-DVM_LITTLE_ENDIAN -DINCLUDE_TRACE=1  -Wpointer-arith -Wsign-compare    -c
-fpch-deps -MMD -MP -MF ../generated/dependencies/precompiled.hpp.gch.d -x
c++-header
/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/src/share/vm/precompiled/precompiled.hpp
-o precompiled.hpp.gch 
In file included from
/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/src/os/linux/vm/os_linux.inline.hpp:42:0,
                 from
/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/src/share/vm/compiler/disassembler.hpp:31,
                 from
/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/src/share/vm/asm/assembler.inline.hpp:30,
                 from
/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/src/share/vm/precompiled/precompiled.hpp:30:
/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp:
In static member function 'static intptr_t Atomic::add_ptr(intptr_t, volatile
intptr_t*)':
/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp:197:43:
error: cannot convert 'volatile intptr_t* {aka volatile long int*}' to
'volatile int*' for argument '1' to 'int arm_add_and_fetch(volatile int*, int)'
   return arm_add_and_fetch(dest, add_value);
                                           ^
/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp:
In static member function 'static intptr_t Atomic::xchg_ptr(intptr_t, volatile
intptr_t*)':
/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp:256:52:
error: cannot convert 'volatile intptr_t* {aka volatile long int*}' to
'volatile int*' for argument '1' to 'int arm_lock_test_and_set(volatile int*,
int)'
   return arm_lock_test_and_set(dest, exchange_value);
                                                    ^
/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp:
In static member function 'static intptr_t Atomic::cmpxchg_ptr(intptr_t,
volatile intptr_t*, intptr_t)':
/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/src/os_cpu/linux_zero/vm/atomic_linux_zero.inline.hpp:302:66:
error: cannot convert 'volatile intptr_t* {aka volatile long int*}' to
'volatile int*' for argument '1' to 'int arm_compare_and_swap(volatile int*,
int, int)'
   return arm_compare_and_swap(dest, compare_value, exchange_value);
                                                                  ^
/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/make/linux/makefiles/vm.make:329:
recipe for target 'precompiled.hpp.gch' failed
make[9]: *** [precompiled.hpp.gch] Error 1
/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/make/linux/makefiles/top.make:119:
recipe for target 'the_vm' failed
make[8]: *** [the_vm] Error 2
/home/johan/Documents/buildroot/output/build/openjdk-2.6.1/openjdk-boot/hotspot/make/linux/Makefile:394:
recipe for target 'productzero' failed
make[7]: *** [productzero] Error 2
Makefile:224: recipe for target 'generic_buildzero' failed
make[6]: *** [generic_buildzero] Error 2
Makefile:166: recipe for target 'productzero' failed
make[5]: *** [productzero] Error 2
make/hotspot-rules.gmk:126: recipe for target 'hotspot-build' failed
make[4]: *** [hotspot-build] Error 2
Makefile:251: recipe for target 'build_product_image' failed
make[3]: *** [build_product_image] Error 2
Makefile:2657: recipe for target 'stamps/icedtea-boot.stamp' failed
make[2]: *** [stamps/icedtea-boot.stamp] Error 2

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20150827/3b074c18/attachment.html>


More information about the distro-pkg-dev mailing list