IcedTea 1.12 On OS X Tiger PPC
Michael Franz
mvfranz at gmail.com
Wed Dec 2 21:14:53 PST 2009
Hi,
I have been able to get to a certain point building on OS X Tiger. I am
getting the following errors. I am not sure if they are related to ppc or
Tiger.
/Users/mfranz/developer/icedtea-1.12/openjdk-boot/hotspot/src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp:
In function 'unsigned int atomic_add_int_nv(volatile unsigned int*, int)':
/Users/mfranz/developer/icedtea-1.12/openjdk-boot/hotspot/src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp:390:
error: invalid conversion from 'volatile int32_t*' to 'int32_t*'
/Users/mfranz/developer/icedtea-1.12/openjdk-boot/hotspot/src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp:390:
error: initializing argument 2 of 'int32_t OSAtomicAdd32Barrier(int32_t,
int32_t*)'
/Users/mfranz/developer/icedtea-1.12/openjdk-boot/hotspot/src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp:
In function 'void* atomic_add_ptr_nv(volatile void*, ssize_t)':
/Users/mfranz/developer/icedtea-1.12/openjdk-boot/hotspot/src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp:399:
error: invalid conversion from 'volatile int32_t*' to 'int32_t*'
/Users/mfranz/developer/icedtea-1.12/openjdk-boot/hotspot/src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp:399:
error: initializing argument 2 of 'int32_t OSAtomicAdd32Barrier(int32_t,
int32_t*)'
/Users/mfranz/developer/icedtea-1.12/openjdk-boot/hotspot/src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp:
In function 'unsigned int atomic_swap_uint(volatile unsigned int*, unsigned
int)':
/Users/mfranz/developer/icedtea-1.12/openjdk-boot/hotspot/src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp:412:
error: 'OSAtomicCompareAndSwapIntBarrier' was not declared in this scope
/Users/mfranz/developer/icedtea-1.12/openjdk-boot/hotspot/src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp:
In function 'void* atomic_swap_ptr(volatile void*, void*)':
/Users/mfranz/developer/icedtea-1.12/openjdk-boot/hotspot/src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp:425:
error: 'OSAtomicCompareAndSwapPtrBarrier' was not declared in this scope
/Users/mfranz/developer/icedtea-1.12/openjdk-boot/hotspot/src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp:
In function 'unsigned int atomic_cas_uint(volatile unsigned int*, unsigned
int, unsigned int)':
/Users/mfranz/developer/icedtea-1.12/openjdk-boot/hotspot/src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp:436:
error: 'OSAtomicCompareAndSwapIntBarrier' was not declared in this scope
/Users/mfranz/developer/icedtea-1.12/openjdk-boot/hotspot/src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp:
In function 'long unsigned int atomic_cas_ulong(volatile long unsigned int*,
long unsigned int, long unsigned int)':
/Users/mfranz/developer/icedtea-1.12/openjdk-boot/hotspot/src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp:446:
error: 'OSAtomicCompareAndSwapLongBarrier' was not declared in this scope
/Users/mfranz/developer/icedtea-1.12/openjdk-boot/hotspot/src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp:
In function 'void* atomic_cas_ptr(volatile void*, void*, void*)':
/Users/mfranz/developer/icedtea-1.12/openjdk-boot/hotspot/src/os_cpu/bsd_zero/vm/atomic_bsd_zero.inline.hpp:455:
error: 'OSAtomicCompareAndSwapPtrBarrier' was not declared in this scope
Also, is there an easy way to force the bootstrap jdk to be compiled as Java
5? It seem to compile some of the classes as Java 7 and some based on
BOOT_SOURCE_LANGUAGE_VERSION BOOT_TARGET_CLASS_VERSION. I had to define
TARGET_CLASS_VERSION, SOURCE_LANGUAGE_VERSION and
SOURCE_CLASS_VERSION to force the version to java 5.
Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20091203/7138a060/attachment.html
More information about the distro-pkg-dev
mailing list