[oe] Query on meta-java layer openjdk-7-jre build

Victor Ascroft victorascroft at gmail.com
Sun Jan 11 07:14:58 UTC 2015


Hello,

I have OpenEmbedded setup and using the daisy branch. For the meta-java layer I
am using the master branch of http://git.yoctoproject.org/cgit/cgit.cgi/meta-java/.

For our embedded modules we have our own meta layer. I am trying to build
an angstrom image with LXDE.

We are using ARMv7 hard-float Thumb2 builds (armv7at2hf-vfp). Most errors seems
to be "not declared in this scope" errors. Are there some definitions to be 
declared in the conf file, so the build picks it up or is some modification
required to the source with a custome patch declared in the bb file for this?

Not much knowledge on OpenEmbedded. Also can someone explain the qemu segmentation
fault errors?

Trying to build openjdk-7-jre gives me the following error. A complete log file is also attached.

Can someone give me any pointers on how can I get the build to be successful for
using Java?

arm-angstrom-linux-gnueabi-g++  -mfpu=vfpv3-d16 -march=armv7-a -mthumb -mthumb-interwork -mfloat-abi=hard --sysroot=/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20 -DLINUX -D_GNU_SOURCE -DCC_INTERP -DZERO -DTARGET_ARCH_NYI_6939861=1 -DARM -DZERO_LIBARCH=\"arm\" -DPRODUCT -I. -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/share/vm/prims -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/share/vm -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/share/vm/precompiled -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm -I/mnt/sda2/oe-core/build/out-eglibc/work/armv

7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/os_cpu/linux_zero/vm -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/os/linux/vm -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.7-b01\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"sanchayan\"" -DHOTSPOT_LIB_ARCH=\"arm\" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -O2 -pipe -g -feliminate-unused-debug-types -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 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/lib/libffi-3.0.13/include   -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility

=hidden  -pipe -g -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 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/lib/libffi-3.0.13/include  -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden  -pipe -g -O2 -pipe -g -feliminate-unused-debug-types -fno-strict-aliasing -DHOTSPOT_ASM -DVM_LITTLE_ENDIAN -DINCLUDE_TRACE  -Wpointer-arith -Wsign-compare    -c -MMD -MP -MF ../generated/dependencies/thumb2.o.d -o thumb2.o /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp 
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
/bin/sh: line 1:  4053 Done(2)                 arm-angstrom-linux-gnueabi-gcc -mfpu=vfpv3-d16 -march=armv7-a -mthumb -mthumb-interwork -mfloat-abi=hard --sysroot=/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20 -DLINUX -D_GNU_SOURCE -DCC_INTERP -DZERO -DTARGET_ARCH_NYI_6939861=1 -DARM -DZERO_LIBARCH=\"arm\" -DPRODUCT -I. -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/share/vm/prims -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/share/vm -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/share/vm/precompiled -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm 

-I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/os_cpu/linux_zero/vm -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/os/linux/vm -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.7-b01\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"sanchayan\"" -DHOTSPOT_LIB_ARCH=\"arm\" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -O2 -pipe -g -feliminate-unused-debug-types -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 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/lib/libffi-3.0.13/include -fno-rtti -fno-exce

ptions -D_REENTRANT -fcheck-new -fvisibility=hidden -pipe -g -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 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/lib/libffi-3.0.13/include -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -pipe -g -O2 -pipe -g -feliminate-unused-debug-types -fno-strict-aliasing -DHOTSPOT_ASM -DVM_LITTLE_ENDIAN -DINCLUDE_TRACE -Wpointer-arith -Wsign-compare -E -x c++ - < /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/bytecodes_arm.def
      4054 Segmentation fault      (core dumped) | qemu-arm -cpu cortex-a8 -s 2097152 -L /mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20 -E LD_LIBRARY_PATH=/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/lib ./mkbc - bytecodes_arm.s
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/make/linux/makefiles/zeroshark.make:46: recipe for target 'bytecodes_arm.s' failed
make[7]: *** [bytecodes_arm.s] Error 139
make[7]: *** Waiting for unfinished jobs....
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'void load_local(Thumb2_Info*, Reg, unsigned int, unsigned int)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:3698:41: error: 'FRAME_SIZE' was not declared in this scope
     ldr_imm(jinfo->codebuf, r, Ristate, FRAME_SIZE + (nlocals-1-local) * 4, 1, 0);
                                         ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:3689:68: error: 'FRAME_SIZE' was not declared in this scope
 #define LOCAL_OFFSET(local, stackdepth, nlocals) ((stackdepth)*4 + FRAME_SIZE + ((nlocals)-1-(local))*4)
                                                                    ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:3700:40: note: in expansion of macro 'LOCAL_OFFSET'
     ldr_imm(jinfo->codebuf, r, Rstack, LOCAL_OFFSET(local, stackdepth, nlocals), 1, 0);
                                        ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'void store_local(Thumb2_Info*, Reg, unsigned int, unsigned int)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:3707:41: error: 'FRAME_SIZE' was not declared in this scope
     str_imm(jinfo->codebuf, r, Ristate, FRAME_SIZE + (nlocals-1-local) * 4, 1, 0);
                                         ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:3689:68: error: 'FRAME_SIZE' was not declared in this scope
 #define LOCAL_OFFSET(local, stackdepth, nlocals) ((stackdepth)*4 + FRAME_SIZE + ((nlocals)-1-(local))*4)
                                                                    ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:3709:40: note: in expansion of macro 'LOCAL_OFFSET'
     str_imm(jinfo->codebuf, r, Rstack, LOCAL_OFFSET(local, stackdepth, nlocals), 1, 0);
                                        ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'void Thumb2_Safepoint(Thumb2_Info*, int, int, int)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4295:41: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
     mov_imm(jinfo->codebuf, ARM_R1, bci+CONSTMETHOD_CODEOFFSET);
                                         ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'void Thumb2_Exit(Thumb2_Info*, unsigned int, unsigned int, unsigned int)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4436:41: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
     mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                         ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'void Thumb2_Return(Thumb2_Info*, unsigned int, int, int)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4497:39: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
     mov_imm(jinfo->codebuf, ARM_R0, 0+CONSTMETHOD_CODEOFFSET);
                                       ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4533:44: error: 'THREAD_LAST_JAVA_SP' was not declared in this scope
   str_imm(jinfo->codebuf, ARM_LR, Rthread, THREAD_LAST_JAVA_SP, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4534:44: error: 'THREAD_LAST_JAVA_FP' was not declared in this scope
   str_imm(jinfo->codebuf, ARM_LR, Rthread, THREAD_LAST_JAVA_FP, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4535:44: error: 'THREAD_TOP_ZERO_FRAME' was not declared in this scope
   ldr_imm(jinfo->codebuf, Rstack, Rthread, THREAD_TOP_ZERO_FRAME, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4550:44: error: 'THREAD_JAVA_SP' was not declared in this scope
   str_imm(jinfo->codebuf, Rstack, Rthread, THREAD_JAVA_SP, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'int Thumb2_Accessor(Thumb2_Info*)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4597:44: error: 'THREAD_JAVA_SP' was not declared in this scope
   ldr_imm(jinfo->codebuf, ARM_R1, Rthread, THREAD_JAVA_SP, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'void Thumb2_Enter(Thumb2_Info*)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4654:44: error: 'THREAD_JAVA_SP' was not declared in this scope
   ldr_imm(jinfo->codebuf, Rstack, Rthread, THREAD_JAVA_SP, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4659:18: error: 'FRAME_SIZE' was not declared in this scope
     stacksize += FRAME_SIZE + STACK_SPARE;
                  ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4661:48: error: 'THREAD_JAVA_STACK_BASE' was not declared in this scope
       ldr_imm(jinfo->codebuf, ARM_R3, Rthread, THREAD_JAVA_STACK_BASE, 1, 0);
                                                ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4680:43: error: 'METHOD_CONSTANTS' was not declared in this scope
   ldr_imm(jinfo->codebuf, ARM_IP, ARM_R0, METHOD_CONSTANTS, 1, 0);
                                           ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4684:43: error: 'FRAME_SIZE' was not declared in this scope
   sub_imm(jinfo->codebuf, Rstack, Rstack, FRAME_SIZE);
                                           ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4687:31: error: 'ISTATE_SELF_LINK' was not declared in this scope
   store_istate(jinfo, Rstack, ISTATE_SELF_LINK, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4689:31: error: 'ISTATE_MONITOR_BASE' was not declared in this scope
   store_istate(jinfo, Rstack, ISTATE_MONITOR_BASE, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4691:32: error: 'ISTATE_LOCALS' was not declared in this scope
   store_istate(jinfo, Rlocals, ISTATE_LOCALS, stackdepth);
                                ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4697:47: error: 'CONSTANTPOOL_POOL_HOLDER' was not declared in this scope
       ldr_imm(jinfo->codebuf, ARM_R3, ARM_IP, CONSTANTPOOL_POOL_HOLDER, 1, 0);
                                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4698:47: error: 'KLASS_PART' was not declared in this scope
       ldr_imm(jinfo->codebuf, JAZ_V1, ARM_R3, KLASS_PART+KLASS_JAVA_MIRROR, 1, 0);
                                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4698:58: error: 'KLASS_JAVA_MIRROR' was not declared in this scope
       ldr_imm(jinfo->codebuf, JAZ_V1, ARM_R3, KLASS_PART+KLASS_JAVA_MIRROR, 1, 0);
                                                          ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4705:31: error: 'ISTATE_MSG' was not declared in this scope
   store_istate(jinfo, ARM_R1, ISTATE_MSG, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4706:31: error: 'ISTATE_OOP_TEMP' was not declared in this scope
   store_istate(jinfo, ARM_R1, ISTATE_OOP_TEMP, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4711:31: error: 'ISTATE_STACK_BASE' was not declared in this scope
   store_istate(jinfo, Rstack, ISTATE_STACK_BASE, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4714:31: error: 'ISTATE_STACK_LIMIT' was not declared in this scope
   store_istate(jinfo, ARM_R3, ISTATE_STACK_LIMIT, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4716:44: error: 'THREAD_TOP_ZERO_FRAME' was not declared in this scope
   ldr_imm(jinfo->codebuf, ARM_R3, Rthread, THREAD_TOP_ZERO_FRAME, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4717:31: error: 'ISTATE_NEXT_FRAME' was not declared in this scope
   store_istate(jinfo, ARM_R3, ISTATE_NEXT_FRAME, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4720:31: error: 'ISTATE_FRAME_TYPE' was not declared in this scope
   store_istate(jinfo, ARM_R3, ISTATE_FRAME_TYPE, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4724:44: error: 'THREAD_LAST_JAVA_SP' was not declared in this scope
   str_imm(jinfo->codebuf, ARM_R1, Rthread, THREAD_LAST_JAVA_SP, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4727:44: error: 'THREAD_LAST_JAVA_FP' was not declared in this scope
   str_imm(jinfo->codebuf, ARM_R3, Rthread, THREAD_LAST_JAVA_FP, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4731:43: error: 'CONSTANTPOOL_CACHE' was not declared in this scope
   ldr_imm(jinfo->codebuf, ARM_R3, ARM_IP, CONSTANTPOOL_CACHE, 1, 0);
                                           ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4732:31: error: 'ISTATE_CONSTANTS' was not declared in this scope
   store_istate(jinfo, ARM_R3, ISTATE_CONSTANTS, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4734:32: error: 'ISTATE_THREAD' was not declared in this scope
   store_istate(jinfo, Rthread, ISTATE_THREAD, stackdepth);
                                ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4735:31: error: 'ISTATE_METHOD' was not declared in this scope
   store_istate(jinfo, ARM_R0, ISTATE_METHOD, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4771:39: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
     mov_imm(jinfo->codebuf, ARM_R0, 0+CONSTMETHOD_CODEOFFSET);
                                       ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'bool handle_special_method(methodOop, Thumb2_Info*, unsigned int)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4953:48: error: 'THREAD_JNI_ENVIRONMENT' was not declared in this scope
       add_imm(jinfo->codebuf, ARM_R0, Rthread, THREAD_JNI_ENVIRONMENT);
                                                ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5072:44: error: 'THREAD_JNI_ENVIRONMENT' was not declared in this scope
   add_imm(jinfo->codebuf, ARM_R0, Rthread, THREAD_JNI_ENVIRONMENT);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'void Thumb2_codegen(Thumb2_Info*, unsigned int)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5295:28: error: 'ISTATE_METHOD' was not declared in this scope
      load_istate(jinfo, r, ISTATE_METHOD, stackdepth+1);
                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5296:36: error: 'METHOD_CONSTANTS' was not declared in this scope
      ldr_imm(jinfo->codebuf, r, r, METHOD_CONSTANTS, 1, 0);
                                    ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5297:36: error: 'CONSTANTPOOL_BASE' was not declared in this scope
      ldr_imm(jinfo->codebuf, r, r, CONSTANTPOOL_BASE + (index << 2), 1, 0);
                                    ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5299:38: error: 'KLASS_PART' was not declared in this scope
        ldr_imm(jinfo->codebuf, r, r, KLASS_PART+KLASS_JAVA_MIRROR, 1, 0);
                                      ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5299:49: error: 'KLASS_JAVA_MIRROR' was not declared in this scope
        ldr_imm(jinfo->codebuf, r, r, KLASS_PART+KLASS_JAVA_MIRROR, 1, 0);
                                                 ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5307:42: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
      mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                          ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5312:47: error: 'THREAD_VM_RESULT' was not declared in this scope
      ldr_imm(jinfo->codebuf, ARM_R0, Rthread, THREAD_VM_RESULT, 1, 0);
                                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5881:40: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
    mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                        ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5944:40: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
    mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                        ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5960:29: error: 'ISTATE_CONSTANTS' was not declared in this scope
    load_istate(jinfo, r_lo, ISTATE_CONSTANTS, stackdepth+2);
                             ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5961:42: error: 'CP_OFFSET' was not declared in this scope
    ldr_imm(jinfo->codebuf, r_addr, r_lo, CP_OFFSET + (index << 4) + 4, 1, 0);
                                          ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5969:26: error: 'ISTATE_CONSTANTS' was not declared in this scope
    load_istate(jinfo, r, ISTATE_CONSTANTS, stackdepth+1);
                          ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5970:34: error: 'CP_OFFSET' was not declared in this scope
    ldr_imm(jinfo->codebuf, r, r, CP_OFFSET + (index << 4) + 4, 1, 0);
                                  ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6009:40: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
    mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                        ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6075:40: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
    mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                        ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6097:30: error: 'ISTATE_CONSTANTS' was not declared in this scope
    load_istate(jinfo, r_obj, ISTATE_CONSTANTS, stackdepth-2);
                              ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6098:42: error: 'CP_OFFSET' was not declared in this scope
    ldr_imm(jinfo->codebuf, r_obj, r_obj, CP_OFFSET + (index << 4) + 4, 1, 0);
                                          ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6107:30: error: 'ISTATE_CONSTANTS' was not declared in this scope
    load_istate(jinfo, r_obj, ISTATE_CONSTANTS, stackdepth-1);
                              ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6108:42: error: 'CP_OFFSET' was not declared in this scope
    ldr_imm(jinfo->codebuf, r_obj, r_obj, CP_OFFSET + (index << 4) + 4, 1, 0);
                                          ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6144:31: error: 'ISTATE_METHOD' was not declared in this scope
    load_istate(jinfo, ARM_R2, ISTATE_METHOD, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6145:44: error: 'METHOD_CONSTMETHOD' was not declared in this scope
    ldr_imm(jinfo->codebuf, ARM_R2, ARM_R2, METHOD_CONSTMETHOD, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6146:48: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
    add_imm(jinfo->codebuf, ARM_R2, ARM_R2, bci+CONSTMETHOD_CODEOFFSET);
                                                ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6147:32: error: 'ISTATE_BCP' was not declared in this scope
    store_istate(jinfo, ARM_R2, ISTATE_BCP, stackdepth);
                                ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6157:40: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
    mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                        ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6208:40: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
    mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                        ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6218:29: error: 'ISTATE_METHOD' was not declared in this scope
  load_istate(jinfo, ARM_R2, ISTATE_METHOD, stackdepth);
                             ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6223:31: error: 'ISTATE_CONSTANTS' was not declared in this scope
    load_istate(jinfo, ARM_R0, ISTATE_CONSTANTS, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6224:42: error: 'METHOD_CONSTMETHOD' was not declared in this scope
  ldr_imm(jinfo->codebuf, ARM_R2, ARM_R2, METHOD_CONSTMETHOD, 1, 0);
                                          ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6229:3: error: 'CP_OFFSET' was not declared in this scope
   CP_OFFSET + (index << 4) + (opcode == opc_invokevirtual ? 8 : 4), 1, 0);
   ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6231:44: error: 'INSTANCEKLASS_VTABLE_OFFSET' was not declared in this scope
    ldr_imm(jinfo->codebuf, ARM_R0, ARM_R3, INSTANCEKLASS_VTABLE_OFFSET + cache->f2() * 4, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6232:46: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
  add_imm(jinfo->codebuf, ARM_R2, ARM_R2, bci+CONSTMETHOD_CODEOFFSET);
                                              ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6233:44: error: 'THREAD_LAST_JAVA_SP' was not declared in this scope
   str_imm(jinfo->codebuf, ARM_R1, Rthread, THREAD_LAST_JAVA_SP, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6234:43: error: 'THREAD_LAST_JAVA_FP' was not declared in this scope
  str_imm(jinfo->codebuf, ARM_R1, Rthread, THREAD_LAST_JAVA_FP, 1, 0);
                                           ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6235:43: error: 'METHOD_FROM_INTERPRETED' was not declared in this scope
   ldr_imm(jinfo->codebuf, ARM_R1, ARM_R0, METHOD_FROM_INTERPRETED, 1, 0);
                                           ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6236:30: error: 'ISTATE_BCP' was not declared in this scope
  store_istate(jinfo, ARM_R2, ISTATE_BCP, stackdepth);
                              ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6237:44: error: 'THREAD_JAVA_SP' was not declared in this scope
   str_imm(jinfo->codebuf, Rstack, Rthread, THREAD_JAVA_SP, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6241:30: error: 'ISTATE_STACK' was not declared in this scope
  store_istate(jinfo, Rstack, ISTATE_STACK, stackdepth+1);
                              ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6247:29: error: 'ISTATE_STACK_LIMIT' was not declared in this scope
  load_istate(jinfo, ARM_R2, ISTATE_STACK_LIMIT, stackdepth);
                             ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6248:44: error: 'THREAD_TOP_ZERO_FRAME' was not declared in this scope
   ldr_imm(jinfo->codebuf, ARM_R1, Rthread, THREAD_TOP_ZERO_FRAME, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6256:43: error: 'THREAD_PENDING_EXC' was not declared in this scope
  ldr_imm(jinfo->codebuf, ARM_R3, Rthread, THREAD_PENDING_EXC, 1, 0);
                                           ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6276:38: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
  mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                      ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6300:40: error: 'ISTATE_CONSTANTS' was not declared in this scope
    ldr_imm(jinfo->codebuf, r, Ristate, ISTATE_CONSTANTS, 1, 0);
                                        ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6301:34: error: 'CP_OFFSET' was not declared in this scope
    ldr_imm(jinfo->codebuf, r, r, CP_OFFSET + (index << 4) + 4, 1, 0); // offset to cache->f1()
                                  ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6407:40: error: 'KLASS_PART' was not declared in this scope
  ldr_imm(jinfo->codebuf, r_tmp, r_tmp, KLASS_PART+KLASS_ACCESSFLAGS, 1, 0);
                                        ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6407:51: error: 'KLASS_ACCESSFLAGS' was not declared in this scope
  ldr_imm(jinfo->codebuf, r_tmp, r_tmp, KLASS_PART+KLASS_ACCESSFLAGS, 1, 0);
                                                   ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6412:29: error: 'ISTATE_METHOD' was not declared in this scope
  load_istate(jinfo, ARM_R0, ISTATE_METHOD, stackdepth);
                             ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6413:42: error: 'METHOD_CONSTMETHOD' was not declared in this scope
  ldr_imm(jinfo->codebuf, ARM_R0, ARM_R0, METHOD_CONSTMETHOD, 1, 0);
                                          ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6414:46: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
  add_imm(jinfo->codebuf, ARM_R0, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                              ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6415:30: error: 'ISTATE_BCP' was not declared in this scope
  store_istate(jinfo, ARM_R0, ISTATE_BCP, stackdepth);
                              ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6417:30: error: 'ISTATE_STACK' was not declared in this scope
  store_istate(jinfo, ARM_R0, ISTATE_STACK, stackdepth);
                              ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6423:43: error: 'THREAD_PENDING_EXC' was not declared in this scope
  ldr_imm(jinfo->codebuf, ARM_R3, Rthread, THREAD_PENDING_EXC, 1, 0);
                                           ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6437:38: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
  mov_imm(jinfo->codebuf, ARM_R3, bci+CONSTMETHOD_CODEOFFSET);
                                      ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6461:38: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
  mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                      ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6480:38: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
  mov_imm(jinfo->codebuf, ARM_R3, bci+CONSTMETHOD_CODEOFFSET);
                                      ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6500:38: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
  mov_imm(jinfo->codebuf, ARM_R3, bci+CONSTMETHOD_CODEOFFSET);
                                      ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6513:38: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
  mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                      ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6548:43: error: 'THREAD_VM_RESULT' was not declared in this scope
  ldr_imm(jinfo->codebuf, ARM_R0, Rthread, THREAD_VM_RESULT, 1, 0);
                                           ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6571:43: error: 'THREAD_VM_RESULT' was not declared in this scope
  ldr_imm(jinfo->codebuf, ARM_R0, Rthread, THREAD_VM_RESULT, 1, 0);
                                           ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6590:43: error: 'THREAD_VM_RESULT' was not declared in this scope
  ldr_imm(jinfo->codebuf, ARM_R0, Rthread, THREAD_VM_RESULT, 1, 0);
                                           ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'long long unsigned int Thumb2_Compile(JavaThread*, unsigned int)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:7070:19: error: 'ARCH_THUMB2' was not declared in this scope
   if (!(CPUInfo & ARCH_THUMB2))
                   ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'int Thumb2_Check_Null(unsigned int*, unsigned int)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:7416:19: error: 'ARCH_THUMB2' was not declared in this scope
   if (!(CPUInfo & ARCH_THUMB2)) return 0;
                   ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'void Thumb2_Initialize()':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:7434:19: error: 'ARCH_THUMB2' was not declared in this scope
   if (!(CPUInfo & ARCH_THUMB2)) {
                   ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:7640:38: error: 'THREAD_TOP_ZERO_FRAME' was not declared in this scope
   ldr_imm(&codebuf, ARM_R0, Rthread, THREAD_TOP_ZERO_FRAME, 1, 0);
                                      ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:7641:37: error: 'ISTATE_NEXT_FRAME' was not declared in this scope
   sub_imm(&codebuf, ARM_R0, ARM_R0, ISTATE_NEXT_FRAME);
                                     ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:7642:37: error: 'ISTATE_METHOD' was not declared in this scope
   ldr_imm(&codebuf, ARM_R2, ARM_R0, ISTATE_METHOD, 1, 0);
                                     ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:7644:37: error: 'METHOD_CONSTMETHOD' was not declared in this scope
   ldr_imm(&codebuf, ARM_R2, ARM_R2, METHOD_CONSTMETHOD, 1, 0);
                                     ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:7647:37: error: 'ISTATE_STACK' was not declared in this scope
   str_imm(&codebuf, ARM_R3, ARM_R0, ISTATE_STACK, 1, 0);
                                     ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:7648:37: error: 'ISTATE_BCP' was not declared in this scope
   str_imm(&codebuf, ARM_R2, ARM_R0, ISTATE_BCP, 1, 0);
                                     ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:7684:37: error: 'METHOD_CONSTANTS' was not declared in this scope
   ldr_imm(&codebuf, ARM_R1, ARM_R1, METHOD_CONSTANTS, 1, 0);
                                     ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/make/linux/makefiles/rules.make:150: recipe for target 'thumb2.o' failed
make[7]: *** [thumb2.o] Error 1
make[7]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir/linux_arm_zero/product'
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/make/linux/makefiles/top.make:115: recipe for target 'the_vm' failed
make[6]: *** [the_vm] Error 2
make[6]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir/linux_arm_zero/product'
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/make/linux/Makefile:318: recipe for target 'productzero' failed
make[5]: *** [productzero] Error 2
make[5]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir'
Makefile:231: recipe for target 'generic_buildzero' failed
make[4]: *** [generic_buildzero] Error 2
make[4]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/make'
Makefile:161: recipe for target 'productzero' failed
make[3]: *** [productzero] Error 2
make[3]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/make'
make/hotspot-rules.gmk:109: recipe for target 'hotspot-build' failed
make[2]: *** [hotspot-build] Error 2
make[2]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk'
Makefile:244: recipe for target 'build_product_image' failed
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk'
Makefile:2200: recipe for target 'stamps/icedtea.stamp' failed
make: *** [stamps/icedtea.stamp] Error 2
ERROR: oe_runmake failed

Thanks & Regards,
Sanchayan Maity.



-------------- next part --------------
DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
DEBUG: Executing shell function do_compile
NOTE: 3/3 Building final JDK
NOTE: make DIST_NAME=angstrom DIST_ID=Built for angstrom QEMU=qemu-arm -cpu cortex-a8 -s 2097152 -L /mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20 -E LD_LIBRARY_PATH=/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/lib CC=arm-angstrom-linux-gnueabi-gcc  -mfpu=vfpv3-d16 -march=armv7-a -mthumb -mthumb-interwork -mfloat-abi=hard --sysroot=/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20 CCC=arm-angstrom-linux-gnueabi-g++  -mfpu=vfpv3-d16 -march=armv7-a -mthumb -mthumb-interwork -mfloat-abi=hard --sysroot=/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20 CPP=arm-angstrom-linux-gnueabi-gcc -E --sysroot=/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20  -mfpu=vfpv3-d16 -march=armv7-a -mthumb -mthumb-interwork -mfloat-abi=hard CXX=arm-angstrom-linux-gnueabi-g++  -mfpu=vfpv3-d16 -march=armv7-a -mthumb -mthumb-interwork -mfloat-abi=hard --sysroot=/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20 CC_FOR_BUILD=gcc  OE_CFLAGS= -O2 -pipe -g -feliminate-unused-debug-types OE_CPPFLAGS= OE_CXXFLAGS= -O2 -pipe -g -feliminate-unused-debug-types OE_LDFLAGS=-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed ZIPEXE=/mnt/sda2/oe-core/build/out-eglibc/sysroots/x86_64-linux/usr/bin/zip CROSS_COMPILE_ARCH=arm REQUIRED_ALSA_VERSION= OE_LAUNCHER_LDFLAGS= icedtea-stage2
/usr/bin/make -j1 \
  ALT_JDK_IMPORT_PATH="/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0" ANT="/mnt/sda2/oe-core/build/out-eglibc/sysroots/x86_64-linux/usr/bin/ant" BUILD_NUMBER="b30" JDK_UPDATE_VERSION="25" JRE_RELEASE_VERSION="1.7.0_25-b30" MILESTONE="fcs" LANG="C" PATH="/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin::$PATH" ALT_BOOTDIR="/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0" BUILD_ARCH_DIR="arm" ICEDTEA_RT="/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/jre/lib/rt.jar" CLASSPATH="" LD_LIBRARY_PATH="" ZERO_BUILD="true" SHARK_BUILD="" ZERO_LIBARCH="arm" ARCH_DATA_MODEL="32" ZERO_ENDIANNESS="little" ZERO_ARCHDEF="ARM" ZERO_ARCHFLAG="" LIBFFI_CFLAGS="-I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/lib/libffi-3.0.13/include " LIBFFI_LIBS="-lffi " LLVM_CFLAGS="" LLVM_LDFLAGS="" LLVM_LIBS="" FT2_CFLAGS="-I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/freetype2 " FT2_LIBS="-lfreetype " ALT_PARALLEL_COMPILE_JOBS="4" HOTSPOT_BUILD_JOBS="4" JAVAC="" JAVA_HOME="" JDK_HOME="" CC_FOR_BUILD="gcc " OE_CFLAGS="-O2 -pipe -g -feliminate-unused-debug-types" OE_CPPFLAGS="" OE_CXXFLAGS="-O2 -pipe -g -feliminate-unused-debug-types" OE_LDFLAGS="-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed" OE_LAUNCHER_LDFLAGS="" DISTRIBUTION_ID="Built for angstrom" QUIETLY="" ANT_RESPECT_JAVA_HOME="TRUE" DISTRIBUTION_ID="Built for angstrom" DERIVATIVE_ID="IcedTea 2.3.12" ALT_JIBX_LIBS_PATH="" DEBUG_CLASSFILES="true" DEBUG_BINARIES="true" DISABLE_INTREE_EC="true" ALT_OUTPUTDIR="/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build" VERBOSE="" STATIC_CXX="false" BUILD_GCC="arm-angstrom-linux-gnueabi-gcc  -mfpu=vfpv3-d16 -march=armv7-a -mthumb -mthumb-interwork -mfloat-abi=hard --sysroot=/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20" BUILD_CXX="arm-angstrom-linux-gnueabi-g++  -mfpu=vfpv3-d16 -march=armv7-a -mthumb -mthumb-interwork -mfloat-abi=hard --sysroot=/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20" USE_SYSTEM_CUPS="true" CUPS_LIBS="-lcups" CUPS_CFLAGS="" STRIP_POLICY=no_strip JAVAC_WARNINGS_FATAL="false" COMPILER_WARNINGS_FATAL="false"    NO_DOCS="true"   RHINO_JAR="/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/rhino/rhino.jar" USE_SYSTEM_ZLIB="true" ZLIB_LIBS="-L/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/lib -lz " ZLIB_CFLAGS=""  USE_SYSTEM_JPEG="true" JPEG_LIBS="-ljpeg" JPEG_CFLAGS="" USE_SYSTEM_PNG="true" PNG_LIBS="-lpng16 " PNG_CFLAGS="-I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/libpng16 " USE_SYSTEM_GIF="true" GIF_LIBS="-lgif" GIF_CFLAGS="" USE_SYSTEM_GTK="true" GTK_LIBS="-lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lfontconfig -lfreetype -lgthread-2.0 -pthread -lglib-2.0 " GTK_CFLAGS="-pthread -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/gtk-2.0 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/lib/gtk-2.0/include -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/pango-1.0 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/atk-1.0 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/cairo -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/pixman-1 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/libpng16 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/gdk-pixbuf-2.0 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/libpng16 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/pango-1.0 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/harfbuzz -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/pango-1.0 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/freetype2 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/freetype2 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/glib-2.0 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/lib/glib-2.0/include " USE_SYSTEM_GIO="true" GIO_LIBS="-lgio-2.0 -lgobject-2.0 -lglib-2.0 " GIO_CFLAGS="-pthread -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/glib-2.0 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/lib/glib-2.0/include " USE_SYSTEM_FONTCONFIG="true" FONTCONFIG_LIBS="-lfontconfig -lfreetype " FONTCONFIG_CFLAGS="-I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/freetype2 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/freetype2 " COMPILE_AGAINST_SYSCALLS="true" COMPRESS_JARS="true" \
  -C openjdk/ \
  
make[1]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk'
( cd  ./jdk/make && \
  /usr/bin/make sanity HOTSPOT_IMPORT_CHECK=false JDK_TOPDIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jdk JDK_MAKE_SHARED_DIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b30 JDK_BUILD_NUMBER=b30 FULL_VERSION=1.7.0_25-b30 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_25 JDK_MKTG_VERSION=7u25 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=32 COOKED_JDK_UPDATE_VERSION=250 COOKED_BUILD_NUMBER=30 ALT_OUTPUTDIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build ALT_LANGTOOLS_DIST=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist ALT_CORBA_DIST=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/dist ALT_JAXP_DIST=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxp/dist ALT_JAXWS_DIST=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxws/dist ALT_HOTSPOT_IMPORT_PATH=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/import BUILD_HOTSPOT=true ; )
make[2]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jdk/make'
INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
INFO: cross compiling for ARCH arm, skipping .debuginfo generation.
INFO: no objcopy cmd found so cannot create .debuginfo files.
make[2]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jdk/make'

Build Machine Information:
   build machine = Sanchayan-Arch

Build Directory Structure:
   CWD = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk
   TOPDIR = .
   LANGTOOLS_TOPDIR = ./langtools
   JAXP_TOPDIR = ./jaxp
   JAXWS_TOPDIR = ./jaxws
   CORBA_TOPDIR = ./corba
   HOTSPOT_TOPDIR = ./hotspot
   JDK_TOPDIR = ./jdk

Build Directives:
   BUILD_LANGTOOLS = true 
   BUILD_JAXP = true 
   BUILD_JAXWS = true 
   BUILD_CORBA = true 
   BUILD_HOTSPOT = true 
   BUILD_JDK    = true 
   DEBUG_CLASSFILES = true 
   DEBUG_BINARIES = true 

Hotspot Settings: 
      HOTSPOT_BUILD_JOBS  = 4 
      HOTSPOT_OUTPUTDIR   = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir 
      HOTSPOT_EXPORT_PATH = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/import 
 



Bootstrap Settings:
  BOOTDIR = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0
    ALT_BOOTDIR = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0
  BOOT_VER = 1.6.0 [requires at least 1.6]
  OUTPUTDIR = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build
    ALT_OUTPUTDIR = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build
  ABS_OUTPUTDIR = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build
 
Build Tool Settings:
  SLASH_JAVA = /NOT-SET
    ALT_SLASH_JAVA = 
  VARIANT = OPT
  JDK_DEVTOOLS_DIR = /NOT-SET/devtools
    ALT_JDK_DEVTOOLS_DIR = 
  ANT_HOME = 
  UNIXCOMMAND_PATH = /bin/
    ALT_UNIXCOMMAND_PATH = 
  COMPILER_PATH = /usr/bin/
    ALT_COMPILER_PATH = 
  DEVTOOLS_PATH = /usr/bin/
    ALT_DEVTOOLS_PATH = 
  UNIXCCS_PATH = /usr/ccs/bin/
    ALT_UNIXCCS_PATH = 
  USRBIN_PATH = /usr/bin/
    ALT_USRBIN_PATH = 
  COMPILER_NAME = GCC4
  COMPILER_VERSION = GCC4
  CC_VER = 4.8.3 [requires at least 3.2]
  ZIP_VER = 3.0 [requires at least 2.2]
  UNZIP_VER = 6.00 [requires at least 5.12]
  ANT_VER = 1.8.1 [requires at least 1.7.1]
  TEMPDIR = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/tmp
 
Build Directives:
  OPENJDK = true
  USE_HOTSPOT_INTERPRETER_MODE = 
  PEDANTIC = 
  DEV_ONLY = 
  NO_DOCS = true
  NO_IMAGES = 
  TOOLS_ONLY = 
  INSANE = 
  COMPILE_APPROACH = parallel
  PARALLEL_COMPILE_JOBS = 4
    ALT_PARALLEL_COMPILE_JOBS = 4
  FASTDEBUG = 
  COMPILER_WARNINGS_FATAL = false
  COMPILER_WARNING_LEVEL = 
  SHOW_ALL_WARNINGS = 
  INCREMENTAL_BUILD = false
  CC_HIGHEST_OPT = 
  CC_HIGHER_OPT = 
  CC_LOWER_OPT = 
  CXXFLAGS =   -fPIC -DCC_NOEX -W -Wall  -Wno-unused -Wno-parentheses  -D_LITTLE_ENDIAN -g -I/usr/X11R6//include 
  CFLAGS =  -O2 -pipe -g -feliminate-unused-debug-types   -fno-strict-aliasing -fPIC -W -Wall  -Wno-unused -Wno-parentheses  -D_LITTLE_ENDIAN -g -I/usr/X11R6//include 
  BOOT_JAVA_CMD = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m
  BOOT_JAVAC_CMD = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/javac  -J-XX:ThreadStackSize=768 -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-client -J-Xmx1536m -J-Xms1536m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -Xlint:-path -encoding ascii -source 6 -target 6 -XDignore.symbol.file=true -bootclasspath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/jre/lib/rt.jar
  BOOT_JAR_CMD = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/jar
  BOOT_JARSIGNER_CMD = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/jarsigner
  JAVAC_CMD = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -Xlint:-path -source 7 -target 7 -encoding ascii -Xbootclasspath:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/classes 
  JAVAH_CMD = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javah.jar:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javah.jar -bootclasspath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/classes
  JAVADOC_CMD = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m -Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javadoc.jar:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/doclets.jar -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javadoc.jar -bootclasspath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/classes
 
Build Platform Settings:
  USER = sanchayan
  PLATFORM = linux
  ARCH = arm
  LIBARCH = arm
  ARCH_FAMILY = arm
  ARCH_DATA_MODEL = 32
  ARCHPROP = arm
  OS_VERSION = 3.14.27-1-lts [requires at least 2.6]
  OS_VARIANT_NAME = Unknown
  OS_VARIANT_VERSION = 
  MB_OF_MEMORY = 3539
 
GNU Make Settings:
  MAKE = /usr/bin/make
  MAKE_VER = 4.1 [requires at least 3.81]
  MAKECMDGOALS = sanity
  MAKEFLAGS = w
  SHELL = /bin/sh
 
Target Build Versions:
  JDK_VERSION = 1.7.0_25
  MILESTONE = fcs
  RELEASE = 1.7.0_25
  FULL_VERSION = 1.7.0_25-b30
  BUILD_NUMBER = b30
 
External File/Binary Locations:
  USRJDKINSTANCES_PATH = /opt/java
  BUILD_JDK_IMPORT_PATH = /NOT-SET/re/jdk/1.7.0_25/promoted/latest/binaries
    ALT_BUILD_JDK_IMPORT_PATH = 
  JDK_IMPORT_PATH = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0
    ALT_JDK_IMPORT_PATH = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0
  LANGTOOLS_DIST = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist
    ALT_LANGTOOLS_DIST = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist
  CORBA_DIST = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/dist
    ALT_CORBA_DIST = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/dist
  JAXP_DIST = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxp/dist
    ALT_JAXP_DIST = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxp/dist
  JAXWS_DIST = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxws/dist
    ALT_JAXWS_DIST = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxws/dist
  HOTSPOT_DOCS_IMPORT_PATH = /NO_DOCS_DIR
    ALT_HOTSPOT_DOCS_IMPORT_PATH = 
  HOTSPOT_IMPORT_PATH = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/import
    ALT_HOTSPOT_IMPORT_PATH = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/import
  HOTSPOT_CLIENT_PATH = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/import/jre/lib/arm/client
    ALT_HOTSPOT_CLIENT_PATH = 
  HOTSPOT_SERVER_PATH = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/import/jre/lib/arm/server
    ALT_HOTSPOT_SERVER_PATH = 
  CACERTS_FILE = ./../src/share/lib/security/cacerts
    ALT_CACERTS_FILE = 
  CUPS_HEADERS_PATH = /mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include
    ALT_CUPS_HEADERS_PATH = /mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include
 
OpenJDK-specific settings:
  FREETYPE_HEADERS_PATH = /mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/freetype2
    ALT_FREETYPE_HEADERS_PATH = /mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/include/freetype2
  FREETYPE_LIB_PATH = /mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/lib
    ALT_FREETYPE_LIB_PATH = /mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/lib
 
Previous JDK Settings:
  PREVIOUS_RELEASE_PATH = USING-PREVIOUS_RELEASE_IMAGE
    ALT_PREVIOUS_RELEASE_PATH = 
  PREVIOUS_JDK_VERSION = 1.6.0
    ALT_PREVIOUS_JDK_VERSION = 
  PREVIOUS_JDK_FILE = 
    ALT_PREVIOUS_JDK_FILE = 
  PREVIOUS_JRE_FILE = 
    ALT_PREVIOUS_JRE_FILE = 
  PREVIOUS_RELEASE_IMAGE = /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0
    ALT_PREVIOUS_RELEASE_IMAGE = 


WARNING: This build does not include running javadoc.
 
Sanity check passed.
/usr/bin/make \
        SKIP_FASTDEBUG_BUILD=true \
        SKIP_DEBUG_BUILD=true \
         \
        generic_build_repo_series
make[2]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk'
/bin/mkdir -p /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/j2sdk-image
/bin/mkdir -p /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools


########################################################################
########################################################################
##### Entering langtools for target(s) all                         #####
########################################################################

(cd  ./langtools/make && \
  /usr/bin/make JDK_TOPDIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jdk JDK_MAKE_SHARED_DIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b30 JDK_BUILD_NUMBER=b30 FULL_VERSION=1.7.0_25-b30 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_25 JDK_MKTG_VERSION=7u25 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=32 COOKED_JDK_UPDATE_VERSION=250 COOKED_BUILD_NUMBER=30 ALT_OUTPUTDIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools ALT_BOOTDIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0 all)
make[3]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/langtools/make'
JAVA_HOME=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0 ANT_OPTS=-Djava.io.tmpdir='/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/build/ant-tmp' /mnt/sda2/oe-core/build/out-eglibc/sysroots/x86_64-linux/usr/bin/ant -Djdk.version=1.7.0_25 -Dfull.version='1.7.0_25-b30'  -Drelease=1.7.0_25 -Dbuild.number=b30 -Djavac.debug=true -Ddebug.classfiles=true -Djavac.warnings.fatal= -Djavac.target=7 -Djavac.source=7 -Dboot.java.home=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0 -Dimport.jdk=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jdk -Dbuild.dir=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/build -Ddist.dir=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist build
Buildfile: /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/langtools/make/build.xml

-def-pcompile:

-def-build-classes:

-def-build-bootstrap-classes:

-def-build-jar:

-def-build-bootstrap-jar:

-def-check:

-check-boot.java.home:

-def-build-tool:

-def-build-bootstrap-tool:

build-bootstrap-javac:

build-bootstrap-javadoc:

build-bootstrap-doclets:

build-bootstrap-javah:

build-bootstrap-tools:

-def-genstubs:

-create-import-jdk-stubs:

build-all-classes:

build:

BUILD SUCCESSFUL
Total time: 4 seconds
make[3]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/langtools/make'
########################################################################
##### Leaving langtools for target(s) all                          #####
########################################################################
##### Build time 00:00:05 langtools for target(s) all              #####
########################################################################

/bin/mkdir -p /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba


########################################################################
########################################################################
##### Entering corba for target(s) all                             #####
########################################################################

(cd  ./corba/make && \
 /usr/bin/make JDK_TOPDIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jdk JDK_MAKE_SHARED_DIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b30 JDK_BUILD_NUMBER=b30 FULL_VERSION=1.7.0_25-b30 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_25 JDK_MKTG_VERSION=7u25 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=32 COOKED_JDK_UPDATE_VERSION=250 COOKED_BUILD_NUMBER=30 ALT_OUTPUTDIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba ALT_BOOTDIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist all)
make[3]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make'
make[4]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/tools'
make[5]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/tools/strip_properties'
make[5]: Nothing to be done for 'build'.
make[5]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/tools/strip_properties'
make[5]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/tools/idlj'
make[5]: Nothing to be done for 'build'.
make[5]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/tools/idlj'
make[5]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/tools/logutil'
make[5]: Nothing to be done for 'build'.
make[5]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/tools/logutil'
make[4]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/tools'
make[4]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/javax'
make[5]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/javax/xa'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/javax.transaction.xa/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/javax.transaction.xa/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../src/solaris/classes:../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/javax.transaction.xa/.classes.list; \
fi
make[5]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/javax/xa'
make[4]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/javax'
make[4]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/org'
make[5]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/org/omg'
make[6]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/org/omg/idl'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.tools.corba.se.idl/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.tools.corba.se.idl/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../src/solaris/classes:../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.tools.corba.se.idl/.classes.list; \
fi
make[6]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/org/omg/idl'
make[6]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/org/omg/sources'
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/idlj -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-client -J-Xmx1536m -J-Xms1536m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -td "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc" -i "../../../../src/share/classes/org/omg/PortableServer" -i "../../../../src/share/classes/org/omg/PortableInterceptor" -corba 3.0 -fall -pkgPrefix PortableServer org.omg ../../../../src/share/classes/org/omg/PortableServer/poa.idl
rm -f -r /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/CurrentPackage/NoContextHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ForwardRequestHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/IdAssignmentPolicyValueHelper.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/IdAssignmentPolicyValueHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/IdUniquenessPolicyValueHelper.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/IdUniquenessPolicyValueHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ImplicitActivationPolicyValueHelper.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ImplicitActivationPolicyValueHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/LifespanPolicyValueHelper.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/LifespanPolicyValueHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantRetentionPolicyValueHelper.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantRetentionPolicyValueHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ObjectIdHelper.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ObjectIdHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAListHelper.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAListHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAManagerPackage/AdapterInactiveHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAManagerPackage/StateHelper.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAManagerPackage/StateHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/AdapterNonExistentHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/InvalidPolicyHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/NoServantHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/ObjectNotActiveHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/ServantNotActiveHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/WrongAdapterHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/WrongPolicyHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/RequestProcessingPolicyValueHelper.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/RequestProcessingPolicyValueHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantActivatorHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantLocatorHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ThreadPolicyValueHelper.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ThreadPolicyValueHolder.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/idlj -J-XX:-PrintVMOptions -J-XX:+UnlockDiagnosticVMOptions -J-XX:-LogVMOutput -J-client -J-Xmx1536m -J-Xms1536m -J-XX:PermSize=32m -J-XX:MaxPermSize=160m -td "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc" -i "../../../../src/share/classes/org/omg/PortableServer" -i "../../../../src/share/classes/org/omg/PortableInterceptor" -corba 3.0 -fall -pkgPrefix PortableServer org.omg ../../../../src/share/classes/org/omg/PortableServer/poa.idl
rm -f -r /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/CurrentPackage/NoContextHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ForwardRequestHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/IdAssignmentPolicyValueHelper.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/IdAssignmentPolicyValueHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/IdUniquenessPolicyValueHelper.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/IdUniquenessPolicyValueHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ImplicitActivationPolicyValueHelper.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ImplicitActivationPolicyValueHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/LifespanPolicyValueHelper.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/LifespanPolicyValueHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantRetentionPolicyValueHelper.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantRetentionPolicyValueHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ObjectIdHelper.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ObjectIdHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAListHelper.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAListHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAManagerPackage/AdapterInactiveHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAManagerPackage/StateHelper.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAManagerPackage/StateHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/AdapterNonExistentHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/InvalidPolicyHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/NoServantHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/ObjectNotActiveHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/ServantNotActiveHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/WrongAdapterHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/WrongPolicyHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/RequestProcessingPolicyValueHelper.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/RequestProcessingPolicyValueHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantActivatorHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantLocatorHolder.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ThreadPolicyValueHelper.java /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ThreadPolicyValueHolder.java
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/org.omg/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/org.omg/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../src/solaris/classes:../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/org.omg/.classes.list; \
fi
make[6]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/org/omg/sources'
make[6]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/org/omg/PortableServer'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/org.omg.PortableServer/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/org.omg.PortableServer/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../src/solaris/classes:../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/org.omg.PortableServer/.classes.list; \
fi
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/AdapterActivator.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/AdapterActivatorOperations.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/Current.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/CurrentOperations.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/CurrentPackage/NoContext.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/CurrentPackage/NoContextHelper.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ForwardRequest.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ForwardRequestHelper.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ID_ASSIGNMENT_POLICY_ID.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ID_UNIQUENESS_POLICY_ID.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/IMPLICIT_ACTIVATION_POLICY_ID.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/IdAssignmentPolicy.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/IdAssignmentPolicyOperations.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/IdAssignmentPolicyValue.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/IdUniquenessPolicy.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/IdUniquenessPolicyOperations.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/IdUniquenessPolicyValue.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ImplicitActivationPolicy.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ImplicitActivationPolicyOperations.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ImplicitActivationPolicyValue.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/LIFESPAN_POLICY_ID.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/LifespanPolicy.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/LifespanPolicyOperations.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/LifespanPolicyValue.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POA.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAOperations.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAManager.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAManagerOperations.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAManagerPackage/AdapterInactive.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAManagerPackage/State.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/AdapterNonExistent.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/InvalidPolicy.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/NoServant.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/NoServantHelper.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/ObjectAlreadyActive.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/ObjectNotActive.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/ServantAlreadyActive.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/ServantNotActive.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/WrongAdapter.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/WrongAdapterHelper.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/WrongPolicy.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/POAPackage/WrongPolicyHelper.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/REQUEST_PROCESSING_POLICY_ID.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/RequestProcessingPolicy.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/RequestProcessingPolicyOperations.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/RequestProcessingPolicyValue.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantActivator.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantActivatorHelper.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantActivatorOperations.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantActivatorPOA.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/_ServantActivatorStub.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantLocator.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantLocatorHelper.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantLocatorOperations.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantLocatorPOA.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/_ServantLocatorStub.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantManager.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantManagerOperations.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/SERVANT_RETENTION_POLICY_ID.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantRetentionPolicy.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantRetentionPolicyOperations.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ServantRetentionPolicyValue.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/THREAD_POLICY_ID.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ThreadPolicy.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ThreadPolicyOperations.java
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc/org/omg/PortableServer/ThreadPolicyValue.java
Note: ../../../../src/share/classes/org/omg/CORBA/Any.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
make[6]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/org/omg/PortableServer'
make[6]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/org/omg/CORBA'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/org.omg.CORBA/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/org.omg.CORBA/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../src/solaris/classes:../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/org.omg.CORBA/.classes.list; \
fi
make[6]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/org/omg/CORBA'
make[6]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/org/omg/CosNaming'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/org.omg.CosNaming/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/org.omg.CosNaming/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../src/solaris/classes:../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/org.omg.CosNaming/.classes.list; \
fi
make[6]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/org/omg/CosNaming'
make[6]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/org/omg/DynamicAny'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../src/solaris/classes:../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/.classes.list; \
fi
make[6]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/org/omg/DynamicAny'
make[6]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/org/omg/PortableInterceptor'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/org.omg.PortableInterceptor/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/org.omg.PortableInterceptor/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../src/solaris/classes:../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/org.omg.PortableInterceptor/.classes.list; \
fi
make[6]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/org/omg/PortableInterceptor'
make[5]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/org/omg'
make[4]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/org'
make[4]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/sun'
make[5]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/sun/corba'
make[6]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/sun/corba/org'
make[7]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/sun/corba/org/omg'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.org.omg/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.org.omg/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../src/solaris/classes:../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.org.omg/.classes.list; \
fi
make[7]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/sun/corba/org/omg'
make[6]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/sun/corba/org'
make[6]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/sun/corba/core'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../src/solaris/classes:../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/.classes.list; \
fi
make[6]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/sun/corba/core'
make[5]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/sun/corba'
make[5]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/sun/rmi'
make[6]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/sun/rmi/corbalogsources'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/com.sun.corba.se/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/com.sun.corba.se/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../src/solaris/classes:../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/com.sun.corba.se/.classes.list; \
fi
make[6]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/sun/rmi/corbalogsources'
make[6]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/sun/rmi/corbalogcompile'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.logging/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.logging/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../src/solaris/classes:../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.logging/.classes.list; \
fi
make[6]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/sun/rmi/corbalogcompile'
make[6]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/sun/rmi/rmic'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/sun.rmi.rmic/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/sun.rmi.rmic/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../src/solaris/classes:../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/sun.rmi.rmic/.classes.list; \
fi
make[6]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/sun/rmi/rmic'
make[5]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/sun/rmi'
make[4]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/sun'
make[4]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com'
make[5]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun'
make[6]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba'
make[7]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se'
make[8]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/sources'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/com.sun.corba.se/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/com.sun.corba.se/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../src/solaris/classes:../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/com.sun.corba.se/.classes.list; \
fi
make[8]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/sources'
make[8]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/pept'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.pept/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.pept/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../src/solaris/classes:../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.pept/.classes.list; \
fi
make[8]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/pept'
make[8]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/corespi'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.corespi/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.corespi/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../src/solaris/classes:../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.corespi/.classes.list; \
fi
make[8]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/corespi'
make[8]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/core'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.core/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.core/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../src/solaris/classes:../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.core/.classes.list; \
fi
make[8]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/core'
make[8]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/spi'
make[9]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/spi/activation'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/com.sun.corba.se.spi.activation/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/com.sun.corba.se.spi.activation/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/org/com.sun.corba.se.spi.activation/.classes.list; \
fi
make[9]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/spi/activation'
make[9]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/spi/encoding'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.spi.encoding/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.spi.encoding/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.spi.encoding/.classes.list; \
fi
make[9]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/spi/encoding'
make[9]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/spi/extension'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.spi.extension/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.spi.extension/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.spi.extension/.classes.list; \
fi
make[9]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/spi/extension'
make[9]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/spi/legacy'
make[10]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/spi/legacy/connection'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.spi.legacy.connection/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.spi.legacy.connection/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../../../src/solaris/classes:../../../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.spi.legacy.connection/.classes.list; \
fi
make[10]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/spi/legacy/connection'
make[10]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/spi/legacy/interceptor'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.spi.legacy.interceptor/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.spi.legacy.interceptor/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../../../src/solaris/classes:../../../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.spi.legacy.interceptor/.classes.list; \
fi
make[10]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/spi/legacy/interceptor'
make[9]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/spi/legacy'
make[9]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/spi/logging'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/logging/com.sun.corba.se.spi.logging/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/logging/com.sun.corba.se.spi.logging/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/logging/com.sun.corba.se.spi.logging/.classes.list; \
fi
make[9]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/spi/logging'
make[9]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/spi/monitoring'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/monitoring/com.sun.corba.se.spi.monitoring/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/monitoring/com.sun.corba.se.spi.monitoring/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/monitoring/com.sun.corba.se.spi.monitoring/.classes.list; \
fi
make[9]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/spi/monitoring'
make[9]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/spi/copyobject'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/copyobject/com.sun.corba.se.spi.copyobject/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/copyobject/com.sun.corba.se.spi.copyobject/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/copyobject/com.sun.corba.se.spi.copyobject/.classes.list; \
fi
make[9]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/spi/copyobject'
make[8]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/spi'
make[8]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl'
make[9]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/oa'
make[10]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/oa/poa'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.oa.poa/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.oa.poa/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../../../src/solaris/classes:../../../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.oa.poa/.classes.list; \
fi
make[10]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/oa/poa'
make[10]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/oa/toa'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.oa.toa/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.oa.toa/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../../../src/solaris/classes:../../../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.oa.toa/.classes.list; \
fi
make[10]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/oa/toa'
make[9]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/oa'
make[9]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/naming'
make[10]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/naming/namingutil'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.namingutil/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.namingutil/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../../../src/solaris/classes:../../../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.namingutil/.classes.list; \
fi
make[10]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/naming/namingutil'
make[10]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/naming/cosnaming'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.naming.cosnaming/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.naming.cosnaming/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../../../src/solaris/classes:../../../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.naming.cosnaming/.classes.list; \
fi
make[10]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/naming/cosnaming'
make[10]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/naming/pcosnaming'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/PCosNaming/com.sun.corba.se.impl.naming.pcosnaming/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/PCosNaming/com.sun.corba.se.impl.naming.pcosnaming/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../../../src/solaris/classes:../../../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/PCosNaming/com.sun.corba.se.impl.naming.pcosnaming/.classes.list; \
fi
make[10]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/naming/pcosnaming'
make[9]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/naming'
make[9]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/activation'
make[10]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/activation/orbd'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/Activation/com.sun.corba.se.impl.activation/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/Activation/com.sun.corba.se.impl.activation/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../../../src/solaris/classes:../../../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/Activation/com.sun.corba.se.impl.activation/.classes.list; \
fi
make[10]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/activation/orbd'
make[10]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/activation/servertool'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/Activation/com.sun.corba.se.impl.activation/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/Activation/com.sun.corba.se.impl.activation/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../../../src/solaris/classes:../../../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/Activation/com.sun.corba.se.impl.activation/.classes.list; \
fi
make[10]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/activation/servertool'
make[9]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/activation'
make[9]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/interceptors'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/com/com.sun.corba.se.impl.interceptors/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/com/com.sun.corba.se.impl.interceptors/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/com/com.sun.corba.se.impl.interceptors/.classes.list; \
fi
make[9]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/interceptors'
make[9]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/logging'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.logging/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.logging/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.logging/.classes.list; \
fi
make[9]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/logging'
make[9]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/monitoring'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.monitoring/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.monitoring/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/com.sun.corba.se.impl.monitoring/.classes.list; \
fi
make[9]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl/monitoring'
make[8]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/impl'
make[8]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/rmi'
make[9]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/rmi/rmic'
if [ -s /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/sun.rmi.rmic/.classes.list ] ; then \
  /bin/cat /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/sun.rmi.rmic/.classes.list; \
  /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/java -XX:-PrintVMOptions -XX:+UnlockDiagnosticVMOptions -XX:-LogVMOutput -client -Xmx1536m -Xms1536m -XX:PermSize=32m -XX:MaxPermSize=160m "-Xbootclasspath/p:/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar" -jar /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar  -g -XDignore.symbol.file=true -source 7 -target 7 -encoding ascii -classpath /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/lib/tools.jar  -Xprefer:source -sourcepath "/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/gensrc:../../../../../../../src/solaris/classes:../../../../../../../src/share/classes" -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes @/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/tmp/sun/sun.rmi.rmic/.classes.list; \
fi
make[9]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/rmi/rmic'
make[8]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se/rmi'
make[7]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba/se'
make[6]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun/corba'
make[5]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com/sun'
make[4]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make/com'
mkdir -p /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/dist/lib
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0/bin/jar -cf /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/dist/lib/classes.jar -C /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/classes .
mkdir -p /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/dist/lib
abs_bin_zip=`cd /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba/dist/lib ; pwd`/bin.zip ; \
( cd /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/corba ; find lib -name "*.idl" -print | zip -q $abs_bin_zip -@ ) ;
make[3]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/corba/make'
########################################################################
##### Leaving corba for target(s) all                              #####
########################################################################
##### Build time 00:00:10 corba for target(s) all                  #####
########################################################################

/bin/mkdir -p /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxp


########################################################################
########################################################################
##### Entering jaxp for target(s) all                              #####
########################################################################

(cd  ./jaxp/make && \
 /usr/bin/make JDK_TOPDIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jdk JDK_MAKE_SHARED_DIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b30 JDK_BUILD_NUMBER=b30 FULL_VERSION=1.7.0_25-b30 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_25 JDK_MKTG_VERSION=7u25 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=32 COOKED_JDK_UPDATE_VERSION=250 COOKED_BUILD_NUMBER=30 ALT_OUTPUTDIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxp ALT_BOOTDIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist all)
make[3]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jaxp/make'
cd .. && JAVA_HOME=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0 /mnt/sda2/oe-core/build/out-eglibc/sysroots/x86_64-linux/usr/bin/ant -Djavac.target=7 -Djavac.source=7 -Ddrops.dir=/java/devtools/share/jdk7-drops -Doutput.dir=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxp -Djdk.home=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0 -Dbootstrap.dir=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap -version
Apache Ant version 1.8.1 compiled on Sat, 10 Jan 2015 20:18:40 +0530
cd .. && JAVA_HOME=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0 /mnt/sda2/oe-core/build/out-eglibc/sysroots/x86_64-linux/usr/bin/ant -Djavac.target=7 -Djavac.source=7 -Ddrops.dir=/java/devtools/share/jdk7-drops -Doutput.dir=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxp -Djdk.home=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0 -Dbootstrap.dir=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap all
Buildfile: /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jaxp/build.xml

-banner:
     [echo] +---------------------------------------+
     [echo] + Starting ant project jaxp +
     [echo] +---------------------------------------+

-javac-jar-exists:

sanity:
     [echo] Sanity Settings:
     [echo] ant.home=/mnt/sda2/oe-core/build/out-eglibc/sysroots/x86_64-linux/usr/share
     [echo] ant.version=Apache Ant version 1.8.1 compiled on Sat, 10 Jan 2015 20:18:40 +0530
     [echo] ant.java.version=1.6
     [echo] java.home=/mnt/sda2/oe-core/build/out-eglibc/sysroots/x86_64-linux/usr/lib/jvm/icedtea6-native/jre
     [echo] java.version=1.6.0_18
     [echo] os.name=Linux
     [echo] os.arch=amd64
     [echo] os.version=3.14.27-1-lts
     [echo] bootstrap.dir=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap
     [echo] javac.jar=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar
     [echo] javac.memoryInitialSize=256m
     [echo] javac.memoryMaximumSize=512m
     [echo] javac.source=7
     [echo] javac.debug=true
     [echo] javac.target=7
     [echo] javac.version.opt=
     [echo] javac.lint.opts=
     [echo] javac.no.jdk.warnings=-XDignore.symbol.file=true
     [echo] output.dir=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxp
     [echo] build.dir=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxp/build
     [echo] dist.dir=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxp/dist
     [echo] 

init:

compile:

-build-setup:

build:

-dist-classes-jar-uptodate:

-dist-classes-jar:

-dist-src-zip:

dist:

all:
     [echo] +---------------------------------------+
     [echo] + Finishing ant project jaxp
     [echo] +---------------------------------------+

BUILD SUCCESSFUL
Total time: 2 seconds
make[3]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jaxp/make'
########################################################################
##### Leaving jaxp for target(s) all                               #####
########################################################################
##### Build time 00:00:03 jaxp for target(s) all                   #####
########################################################################

/bin/mkdir -p /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxws


########################################################################
########################################################################
##### Entering jaxws for target(s) all                             #####
########################################################################

(cd  ./jaxws/make && \
 /usr/bin/make JDK_TOPDIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jdk JDK_MAKE_SHARED_DIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b30 JDK_BUILD_NUMBER=b30 FULL_VERSION=1.7.0_25-b30 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_25 JDK_MKTG_VERSION=7u25 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=32 COOKED_JDK_UPDATE_VERSION=250 COOKED_BUILD_NUMBER=30 ALT_OUTPUTDIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxws ALT_BOOTDIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0 ALT_JDK_IMPORT_PATH=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist all)
make[3]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jaxws/make'
cd .. && JAVA_HOME=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0 /mnt/sda2/oe-core/build/out-eglibc/sysroots/x86_64-linux/usr/bin/ant -Djavac.target=7 -Djavac.source=7 -Doutput.dir=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxws -Djdk.home=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0 -Dbootstrap.dir=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap -version
Apache Ant version 1.8.1 compiled on Sat, 10 Jan 2015 20:18:40 +0530
cd .. && JAVA_HOME=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0 /mnt/sda2/oe-core/build/out-eglibc/sysroots/x86_64-linux/usr/bin/ant -Djavac.target=7 -Djavac.source=7 -Doutput.dir=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxws -Djdk.home=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0 -Dbootstrap.dir=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap all
Buildfile: /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jaxws/build.xml

-banner:
     [echo] +---------------------------------------+
     [echo] + Starting ant project jaxws +
     [echo] +---------------------------------------+

-javac-jar-exists:

sanity:
     [echo] Sanity Settings:
     [echo] ant.home=/mnt/sda2/oe-core/build/out-eglibc/sysroots/x86_64-linux/usr/share
     [echo] ant.version=Apache Ant version 1.8.1 compiled on Sat, 10 Jan 2015 20:18:40 +0530
     [echo] ant.java.version=1.6
     [echo] java.home=/mnt/sda2/oe-core/build/out-eglibc/sysroots/x86_64-linux/usr/lib/jvm/icedtea6-native/jre
     [echo] java.version=1.6.0_18
     [echo] os.name=Linux
     [echo] os.arch=amd64
     [echo] os.version=3.14.27-1-lts
     [echo] bootstrap.dir=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap
     [echo] javac.jar=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist/bootstrap/lib/javac.jar
     [echo] javac.memoryInitialSize=256m
     [echo] javac.memoryMaximumSize=512m
     [echo] javac.source=7
     [echo] javac.debug=true
     [echo] javac.target=7
     [echo] javac.version.opt=
     [echo] javac.lint.opts=
     [echo] javac.no.jdk.warnings=-XDignore.symbol.file=true
     [echo] output.dir=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxws
     [echo] build.dir=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxws/build
     [echo] dist.dir=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxws/dist
     [echo] 

init:

compile:
    [javac] Compiling 1 source file to /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/jaxws/build/classes

-build-setup:

build:

-dist-classes-jar-uptodate:

-dist-classes-jar:

-dist-src-zip:

dist:

all:
     [echo] +---------------------------------------+
     [echo] + Finishing ant project jaxws
     [echo] +---------------------------------------+

BUILD SUCCESSFUL
Total time: 4 seconds
make[3]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jaxws/make'
########################################################################
##### Leaving jaxws for target(s) all                              #####
########################################################################
##### Build time 00:00:05 jaxws for target(s) all                  #####
########################################################################

/bin/mkdir -p /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir
/bin/mkdir -p /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/import


########################################################################
########################################################################
##### Entering hotspot for target(s) all_productzero               #####
########################################################################

cd  ./hotspot/make && \
    /usr/bin/make JDK_TOPDIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jdk JDK_MAKE_SHARED_DIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/jdk/make/common/shared EXTERNALSANITYCONTROL=true SOURCE_LANGUAGE_VERSION=7 TARGET_CLASS_VERSION=7 MILESTONE=fcs BUILD_NUMBER=b30 JDK_BUILD_NUMBER=b30 FULL_VERSION=1.7.0_25-b30 PREVIOUS_JDK_VERSION=1.6.0 JDK_VERSION=1.7.0_25 JDK_MKTG_VERSION=7u25 JDK_MAJOR_VERSION=1 JDK_MINOR_VERSION=7 JDK_MICRO_VERSION=0 PREVIOUS_MAJOR_VERSION=1 PREVIOUS_MINOR_VERSION=6 PREVIOUS_MICRO_VERSION=0 STATIC_CXX=false ARCH_DATA_MODEL=32 COOKED_JDK_UPDATE_VERSION=250 COOKED_BUILD_NUMBER=30 ALT_OUTPUTDIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir ALT_EXPORT_PATH=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/import BUILD_FLAVOR=productzero ALT_SLASH_JAVA=/NOT-SET ALT_BOOTDIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0 ALT_LANGTOOLS_DIST=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/langtools/dist all_productzero
make[3]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/make'
INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
INFO: cross compiling for ARCH arm, skipping .debuginfo generation.
INFO: no objcopy cmd found so cannot create .debuginfo files.
INFO: ENABLE_FULL_DEBUG_SYMBOLS=0
cd /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/make; \
/usr/bin/make BUILD_FLAVOR=product VM_TARGET=productzero \
  generic_buildzero ALT_OUTPUTDIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir
make[4]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/make'
INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
INFO: cross compiling for ARCH arm, skipping .debuginfo generation.
INFO: no objcopy cmd found so cannot create .debuginfo files.
INFO: ENABLE_FULL_DEBUG_SYMBOLS=0
mkdir -p /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir
cd /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir; \
	/usr/bin/make -f /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/make/linux/Makefile \
		 JAVA_HOME=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/bootstrap/jdk1.6.0 OUTPUTDIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir GAMMADIR=/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot MAKE_VERBOSE=y HOTSPOT_RELEASE_VERSION=23.7-b01 JRE_RELEASE_VERSION=1.7.0_25-b30 HOTSPOT_BUILD_VERSION= productzero
make[5]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir'
INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
INFO: cross compiling for ARCH arm, skipping .debuginfo generation.
INFO: no objcopy cmd found so cannot create .debuginfo files.
INFO: ENABLE_FULL_DEBUG_SYMBOLS=0
cd linux_arm_zero/product && /usr/bin/make -w " LP64=1 "
make[6]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir/linux_arm_zero/product'
make[7]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir/linux_arm_zero/product'
make[7]: Nothing to be done for 'all'.
make[7]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir/linux_arm_zero/product'
make[7]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir/linux_arm_zero/product'
if [ -d /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/agent -a "zero" != "ia64" \
             -a "zero" != "arm" \
             -a "zero" != "ppc" \
             -a "zero" != "zero" ] ; then \
   /usr/bin/make -f sa.make /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir/linux_arm_zero/product/../generated/sa-jdi.jar; \
fi
make[7]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir/linux_arm_zero/product'
make[7]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir/linux_arm_zero/product'
make[7]: 'precompiled.hpp.gch' is up to date.
make[7]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir/linux_arm_zero/product'
make[7]: Entering directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir/linux_arm_zero/product'
Generating ARM assembler bytecode sequences
arm-angstrom-linux-gnueabi-gcc  -mfpu=vfpv3-d16 -march=armv7-a -mthumb -mthumb-interwork -mfloat-abi=hard --sysroot=/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20 -DLINUX -D_GNU_SOURCE -DCC_INTERP -DZERO -DTARGET_ARCH_NYI_6939861=1 -DARM -DZERO_LIBARCH=\"arm\" -DPRODUCT -I. -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/share/vm/prims -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/share/vm -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/share/vm/precompiled -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/os_cpu/linux_zero/vm -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/os/linux/vm -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.7-b01\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"sanchayan\"" -DHOTSPOT_LIB_ARCH=\"arm\" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -O2 -pipe -g -feliminate-unused-debug-types -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 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/lib/libffi-3.0.13/include   -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden  -pipe -g -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 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/lib/libffi-3.0.13/include  -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden  -pipe -g -O2 -pipe -g -feliminate-unused-debug-types -fno-strict-aliasing -DHOTSPOT_ASM -DVM_LITTLE_ENDIAN -DINCLUDE_TRACE  -Wpointer-arith -Wsign-compare    -E -x c++ - < /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/bytecodes_arm.def | qemu-arm -cpu cortex-a8 -s 2097152 -L /mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20 -E LD_LIBRARY_PATH=/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/lib ./mkbc - bytecodes_arm.s 
Compiling /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp
rm -f thumb2.o
arm-angstrom-linux-gnueabi-g++  -mfpu=vfpv3-d16 -march=armv7-a -mthumb -mthumb-interwork -mfloat-abi=hard --sysroot=/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20 -DLINUX -D_GNU_SOURCE -DCC_INTERP -DZERO -DTARGET_ARCH_NYI_6939861=1 -DARM -DZERO_LIBARCH=\"arm\" -DPRODUCT -I. -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/share/vm/prims -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/share/vm -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/share/vm/precompiled -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/os_cpu/linux_zero/vm -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/os/linux/vm -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.7-b01\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"sanchayan\"" -DHOTSPOT_LIB_ARCH=\"arm\" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -O2 -pipe -g -feliminate-unused-debug-types -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 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/lib/libffi-3.0.13/include   -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden  -pipe -g -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 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/lib/libffi-3.0.13/include  -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden  -pipe -g -O2 -pipe -g -feliminate-unused-debug-types -fno-strict-aliasing -DHOTSPOT_ASM -DVM_LITTLE_ENDIAN -DINCLUDE_TRACE  -Wpointer-arith -Wsign-compare    -c -MMD -MP -MF ../generated/dependencies/thumb2.o.d -o thumb2.o /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp 
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
/bin/sh: line 1:  4053 Done(2)                 arm-angstrom-linux-gnueabi-gcc -mfpu=vfpv3-d16 -march=armv7-a -mthumb -mthumb-interwork -mfloat-abi=hard --sysroot=/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20 -DLINUX -D_GNU_SOURCE -DCC_INTERP -DZERO -DTARGET_ARCH_NYI_6939861=1 -DARM -DZERO_LIBARCH=\"arm\" -DPRODUCT -I. -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/share/vm/prims -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/share/vm -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/share/vm/precompiled -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/os_cpu/linux_zero/vm -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/os/linux/vm -I/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/os/posix/vm -I../generated -DHOTSPOT_RELEASE_VERSION="\"23.7-b01\"" -DHOTSPOT_BUILD_TARGET="\"product\"" -DHOTSPOT_BUILD_USER="\"sanchayan\"" -DHOTSPOT_LIB_ARCH=\"arm\" -DHOTSPOT_VM_DISTRO="\"OpenJDK\"" -O2 -pipe -g -feliminate-unused-debug-types -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 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/lib/libffi-3.0.13/include -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -pipe -g -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 -I/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/usr/lib/libffi-3.0.13/include -fpic -fno-rtti -fno-exceptions -D_REENTRANT -fcheck-new -fvisibility=hidden -pipe -g -O2 -pipe -g -feliminate-unused-debug-types -fno-strict-aliasing -DHOTSPOT_ASM -DVM_LITTLE_ENDIAN -DINCLUDE_TRACE -Wpointer-arith -Wsign-compare -E -x c++ - < /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/bytecodes_arm.def
      4054 Segmentation fault      (core dumped) | qemu-arm -cpu cortex-a8 -s 2097152 -L /mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20 -E LD_LIBRARY_PATH=/mnt/sda2/oe-core/build/out-eglibc/sysroots/colibri-t20/lib ./mkbc - bytecodes_arm.s
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/make/linux/makefiles/zeroshark.make:46: recipe for target 'bytecodes_arm.s' failed
make[7]: *** [bytecodes_arm.s] Error 139
make[7]: *** Waiting for unfinished jobs....
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'void load_local(Thumb2_Info*, Reg, unsigned int, unsigned int)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:3698:41: error: 'FRAME_SIZE' was not declared in this scope
     ldr_imm(jinfo->codebuf, r, Ristate, FRAME_SIZE + (nlocals-1-local) * 4, 1, 0);
                                         ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:3689:68: error: 'FRAME_SIZE' was not declared in this scope
 #define LOCAL_OFFSET(local, stackdepth, nlocals) ((stackdepth)*4 + FRAME_SIZE + ((nlocals)-1-(local))*4)
                                                                    ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:3700:40: note: in expansion of macro 'LOCAL_OFFSET'
     ldr_imm(jinfo->codebuf, r, Rstack, LOCAL_OFFSET(local, stackdepth, nlocals), 1, 0);
                                        ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'void store_local(Thumb2_Info*, Reg, unsigned int, unsigned int)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:3707:41: error: 'FRAME_SIZE' was not declared in this scope
     str_imm(jinfo->codebuf, r, Ristate, FRAME_SIZE + (nlocals-1-local) * 4, 1, 0);
                                         ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:3689:68: error: 'FRAME_SIZE' was not declared in this scope
 #define LOCAL_OFFSET(local, stackdepth, nlocals) ((stackdepth)*4 + FRAME_SIZE + ((nlocals)-1-(local))*4)
                                                                    ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:3709:40: note: in expansion of macro 'LOCAL_OFFSET'
     str_imm(jinfo->codebuf, r, Rstack, LOCAL_OFFSET(local, stackdepth, nlocals), 1, 0);
                                        ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'void Thumb2_Safepoint(Thumb2_Info*, int, int, int)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4295:41: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
     mov_imm(jinfo->codebuf, ARM_R1, bci+CONSTMETHOD_CODEOFFSET);
                                         ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'void Thumb2_Exit(Thumb2_Info*, unsigned int, unsigned int, unsigned int)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4436:41: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
     mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                         ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'void Thumb2_Return(Thumb2_Info*, unsigned int, int, int)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4497:39: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
     mov_imm(jinfo->codebuf, ARM_R0, 0+CONSTMETHOD_CODEOFFSET);
                                       ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4533:44: error: 'THREAD_LAST_JAVA_SP' was not declared in this scope
   str_imm(jinfo->codebuf, ARM_LR, Rthread, THREAD_LAST_JAVA_SP, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4534:44: error: 'THREAD_LAST_JAVA_FP' was not declared in this scope
   str_imm(jinfo->codebuf, ARM_LR, Rthread, THREAD_LAST_JAVA_FP, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4535:44: error: 'THREAD_TOP_ZERO_FRAME' was not declared in this scope
   ldr_imm(jinfo->codebuf, Rstack, Rthread, THREAD_TOP_ZERO_FRAME, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4550:44: error: 'THREAD_JAVA_SP' was not declared in this scope
   str_imm(jinfo->codebuf, Rstack, Rthread, THREAD_JAVA_SP, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'int Thumb2_Accessor(Thumb2_Info*)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4597:44: error: 'THREAD_JAVA_SP' was not declared in this scope
   ldr_imm(jinfo->codebuf, ARM_R1, Rthread, THREAD_JAVA_SP, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'void Thumb2_Enter(Thumb2_Info*)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4654:44: error: 'THREAD_JAVA_SP' was not declared in this scope
   ldr_imm(jinfo->codebuf, Rstack, Rthread, THREAD_JAVA_SP, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4659:18: error: 'FRAME_SIZE' was not declared in this scope
     stacksize += FRAME_SIZE + STACK_SPARE;
                  ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4661:48: error: 'THREAD_JAVA_STACK_BASE' was not declared in this scope
       ldr_imm(jinfo->codebuf, ARM_R3, Rthread, THREAD_JAVA_STACK_BASE, 1, 0);
                                                ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4680:43: error: 'METHOD_CONSTANTS' was not declared in this scope
   ldr_imm(jinfo->codebuf, ARM_IP, ARM_R0, METHOD_CONSTANTS, 1, 0);
                                           ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4684:43: error: 'FRAME_SIZE' was not declared in this scope
   sub_imm(jinfo->codebuf, Rstack, Rstack, FRAME_SIZE);
                                           ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4687:31: error: 'ISTATE_SELF_LINK' was not declared in this scope
   store_istate(jinfo, Rstack, ISTATE_SELF_LINK, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4689:31: error: 'ISTATE_MONITOR_BASE' was not declared in this scope
   store_istate(jinfo, Rstack, ISTATE_MONITOR_BASE, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4691:32: error: 'ISTATE_LOCALS' was not declared in this scope
   store_istate(jinfo, Rlocals, ISTATE_LOCALS, stackdepth);
                                ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4697:47: error: 'CONSTANTPOOL_POOL_HOLDER' was not declared in this scope
       ldr_imm(jinfo->codebuf, ARM_R3, ARM_IP, CONSTANTPOOL_POOL_HOLDER, 1, 0);
                                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4698:47: error: 'KLASS_PART' was not declared in this scope
       ldr_imm(jinfo->codebuf, JAZ_V1, ARM_R3, KLASS_PART+KLASS_JAVA_MIRROR, 1, 0);
                                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4698:58: error: 'KLASS_JAVA_MIRROR' was not declared in this scope
       ldr_imm(jinfo->codebuf, JAZ_V1, ARM_R3, KLASS_PART+KLASS_JAVA_MIRROR, 1, 0);
                                                          ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4705:31: error: 'ISTATE_MSG' was not declared in this scope
   store_istate(jinfo, ARM_R1, ISTATE_MSG, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4706:31: error: 'ISTATE_OOP_TEMP' was not declared in this scope
   store_istate(jinfo, ARM_R1, ISTATE_OOP_TEMP, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4711:31: error: 'ISTATE_STACK_BASE' was not declared in this scope
   store_istate(jinfo, Rstack, ISTATE_STACK_BASE, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4714:31: error: 'ISTATE_STACK_LIMIT' was not declared in this scope
   store_istate(jinfo, ARM_R3, ISTATE_STACK_LIMIT, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4716:44: error: 'THREAD_TOP_ZERO_FRAME' was not declared in this scope
   ldr_imm(jinfo->codebuf, ARM_R3, Rthread, THREAD_TOP_ZERO_FRAME, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4717:31: error: 'ISTATE_NEXT_FRAME' was not declared in this scope
   store_istate(jinfo, ARM_R3, ISTATE_NEXT_FRAME, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4720:31: error: 'ISTATE_FRAME_TYPE' was not declared in this scope
   store_istate(jinfo, ARM_R3, ISTATE_FRAME_TYPE, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4724:44: error: 'THREAD_LAST_JAVA_SP' was not declared in this scope
   str_imm(jinfo->codebuf, ARM_R1, Rthread, THREAD_LAST_JAVA_SP, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4727:44: error: 'THREAD_LAST_JAVA_FP' was not declared in this scope
   str_imm(jinfo->codebuf, ARM_R3, Rthread, THREAD_LAST_JAVA_FP, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4731:43: error: 'CONSTANTPOOL_CACHE' was not declared in this scope
   ldr_imm(jinfo->codebuf, ARM_R3, ARM_IP, CONSTANTPOOL_CACHE, 1, 0);
                                           ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4732:31: error: 'ISTATE_CONSTANTS' was not declared in this scope
   store_istate(jinfo, ARM_R3, ISTATE_CONSTANTS, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4734:32: error: 'ISTATE_THREAD' was not declared in this scope
   store_istate(jinfo, Rthread, ISTATE_THREAD, stackdepth);
                                ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4735:31: error: 'ISTATE_METHOD' was not declared in this scope
   store_istate(jinfo, ARM_R0, ISTATE_METHOD, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4771:39: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
     mov_imm(jinfo->codebuf, ARM_R0, 0+CONSTMETHOD_CODEOFFSET);
                                       ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'bool handle_special_method(methodOop, Thumb2_Info*, unsigned int)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:4953:48: error: 'THREAD_JNI_ENVIRONMENT' was not declared in this scope
       add_imm(jinfo->codebuf, ARM_R0, Rthread, THREAD_JNI_ENVIRONMENT);
                                                ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5072:44: error: 'THREAD_JNI_ENVIRONMENT' was not declared in this scope
   add_imm(jinfo->codebuf, ARM_R0, Rthread, THREAD_JNI_ENVIRONMENT);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'void Thumb2_codegen(Thumb2_Info*, unsigned int)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5295:28: error: 'ISTATE_METHOD' was not declared in this scope
      load_istate(jinfo, r, ISTATE_METHOD, stackdepth+1);
                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5296:36: error: 'METHOD_CONSTANTS' was not declared in this scope
      ldr_imm(jinfo->codebuf, r, r, METHOD_CONSTANTS, 1, 0);
                                    ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5297:36: error: 'CONSTANTPOOL_BASE' was not declared in this scope
      ldr_imm(jinfo->codebuf, r, r, CONSTANTPOOL_BASE + (index << 2), 1, 0);
                                    ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5299:38: error: 'KLASS_PART' was not declared in this scope
        ldr_imm(jinfo->codebuf, r, r, KLASS_PART+KLASS_JAVA_MIRROR, 1, 0);
                                      ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5299:49: error: 'KLASS_JAVA_MIRROR' was not declared in this scope
        ldr_imm(jinfo->codebuf, r, r, KLASS_PART+KLASS_JAVA_MIRROR, 1, 0);
                                                 ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5307:42: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
      mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                          ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5312:47: error: 'THREAD_VM_RESULT' was not declared in this scope
      ldr_imm(jinfo->codebuf, ARM_R0, Rthread, THREAD_VM_RESULT, 1, 0);
                                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5881:40: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
    mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                        ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5944:40: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
    mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                        ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5960:29: error: 'ISTATE_CONSTANTS' was not declared in this scope
    load_istate(jinfo, r_lo, ISTATE_CONSTANTS, stackdepth+2);
                             ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5961:42: error: 'CP_OFFSET' was not declared in this scope
    ldr_imm(jinfo->codebuf, r_addr, r_lo, CP_OFFSET + (index << 4) + 4, 1, 0);
                                          ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5969:26: error: 'ISTATE_CONSTANTS' was not declared in this scope
    load_istate(jinfo, r, ISTATE_CONSTANTS, stackdepth+1);
                          ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:5970:34: error: 'CP_OFFSET' was not declared in this scope
    ldr_imm(jinfo->codebuf, r, r, CP_OFFSET + (index << 4) + 4, 1, 0);
                                  ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6009:40: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
    mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                        ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6075:40: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
    mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                        ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6097:30: error: 'ISTATE_CONSTANTS' was not declared in this scope
    load_istate(jinfo, r_obj, ISTATE_CONSTANTS, stackdepth-2);
                              ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6098:42: error: 'CP_OFFSET' was not declared in this scope
    ldr_imm(jinfo->codebuf, r_obj, r_obj, CP_OFFSET + (index << 4) + 4, 1, 0);
                                          ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6107:30: error: 'ISTATE_CONSTANTS' was not declared in this scope
    load_istate(jinfo, r_obj, ISTATE_CONSTANTS, stackdepth-1);
                              ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6108:42: error: 'CP_OFFSET' was not declared in this scope
    ldr_imm(jinfo->codebuf, r_obj, r_obj, CP_OFFSET + (index << 4) + 4, 1, 0);
                                          ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6144:31: error: 'ISTATE_METHOD' was not declared in this scope
    load_istate(jinfo, ARM_R2, ISTATE_METHOD, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6145:44: error: 'METHOD_CONSTMETHOD' was not declared in this scope
    ldr_imm(jinfo->codebuf, ARM_R2, ARM_R2, METHOD_CONSTMETHOD, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6146:48: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
    add_imm(jinfo->codebuf, ARM_R2, ARM_R2, bci+CONSTMETHOD_CODEOFFSET);
                                                ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6147:32: error: 'ISTATE_BCP' was not declared in this scope
    store_istate(jinfo, ARM_R2, ISTATE_BCP, stackdepth);
                                ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6157:40: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
    mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                        ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6208:40: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
    mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                        ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6218:29: error: 'ISTATE_METHOD' was not declared in this scope
  load_istate(jinfo, ARM_R2, ISTATE_METHOD, stackdepth);
                             ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6223:31: error: 'ISTATE_CONSTANTS' was not declared in this scope
    load_istate(jinfo, ARM_R0, ISTATE_CONSTANTS, stackdepth);
                               ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6224:42: error: 'METHOD_CONSTMETHOD' was not declared in this scope
  ldr_imm(jinfo->codebuf, ARM_R2, ARM_R2, METHOD_CONSTMETHOD, 1, 0);
                                          ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6229:3: error: 'CP_OFFSET' was not declared in this scope
   CP_OFFSET + (index << 4) + (opcode == opc_invokevirtual ? 8 : 4), 1, 0);
   ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6231:44: error: 'INSTANCEKLASS_VTABLE_OFFSET' was not declared in this scope
    ldr_imm(jinfo->codebuf, ARM_R0, ARM_R3, INSTANCEKLASS_VTABLE_OFFSET + cache->f2() * 4, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6232:46: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
  add_imm(jinfo->codebuf, ARM_R2, ARM_R2, bci+CONSTMETHOD_CODEOFFSET);
                                              ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6233:44: error: 'THREAD_LAST_JAVA_SP' was not declared in this scope
   str_imm(jinfo->codebuf, ARM_R1, Rthread, THREAD_LAST_JAVA_SP, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6234:43: error: 'THREAD_LAST_JAVA_FP' was not declared in this scope
  str_imm(jinfo->codebuf, ARM_R1, Rthread, THREAD_LAST_JAVA_FP, 1, 0);
                                           ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6235:43: error: 'METHOD_FROM_INTERPRETED' was not declared in this scope
   ldr_imm(jinfo->codebuf, ARM_R1, ARM_R0, METHOD_FROM_INTERPRETED, 1, 0);
                                           ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6236:30: error: 'ISTATE_BCP' was not declared in this scope
  store_istate(jinfo, ARM_R2, ISTATE_BCP, stackdepth);
                              ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6237:44: error: 'THREAD_JAVA_SP' was not declared in this scope
   str_imm(jinfo->codebuf, Rstack, Rthread, THREAD_JAVA_SP, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6241:30: error: 'ISTATE_STACK' was not declared in this scope
  store_istate(jinfo, Rstack, ISTATE_STACK, stackdepth+1);
                              ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6247:29: error: 'ISTATE_STACK_LIMIT' was not declared in this scope
  load_istate(jinfo, ARM_R2, ISTATE_STACK_LIMIT, stackdepth);
                             ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6248:44: error: 'THREAD_TOP_ZERO_FRAME' was not declared in this scope
   ldr_imm(jinfo->codebuf, ARM_R1, Rthread, THREAD_TOP_ZERO_FRAME, 1, 0);
                                            ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6256:43: error: 'THREAD_PENDING_EXC' was not declared in this scope
  ldr_imm(jinfo->codebuf, ARM_R3, Rthread, THREAD_PENDING_EXC, 1, 0);
                                           ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6276:38: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
  mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                      ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6300:40: error: 'ISTATE_CONSTANTS' was not declared in this scope
    ldr_imm(jinfo->codebuf, r, Ristate, ISTATE_CONSTANTS, 1, 0);
                                        ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6301:34: error: 'CP_OFFSET' was not declared in this scope
    ldr_imm(jinfo->codebuf, r, r, CP_OFFSET + (index << 4) + 4, 1, 0); // offset to cache->f1()
                                  ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6407:40: error: 'KLASS_PART' was not declared in this scope
  ldr_imm(jinfo->codebuf, r_tmp, r_tmp, KLASS_PART+KLASS_ACCESSFLAGS, 1, 0);
                                        ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6407:51: error: 'KLASS_ACCESSFLAGS' was not declared in this scope
  ldr_imm(jinfo->codebuf, r_tmp, r_tmp, KLASS_PART+KLASS_ACCESSFLAGS, 1, 0);
                                                   ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6412:29: error: 'ISTATE_METHOD' was not declared in this scope
  load_istate(jinfo, ARM_R0, ISTATE_METHOD, stackdepth);
                             ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6413:42: error: 'METHOD_CONSTMETHOD' was not declared in this scope
  ldr_imm(jinfo->codebuf, ARM_R0, ARM_R0, METHOD_CONSTMETHOD, 1, 0);
                                          ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6414:46: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
  add_imm(jinfo->codebuf, ARM_R0, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                              ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6415:30: error: 'ISTATE_BCP' was not declared in this scope
  store_istate(jinfo, ARM_R0, ISTATE_BCP, stackdepth);
                              ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6417:30: error: 'ISTATE_STACK' was not declared in this scope
  store_istate(jinfo, ARM_R0, ISTATE_STACK, stackdepth);
                              ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6423:43: error: 'THREAD_PENDING_EXC' was not declared in this scope
  ldr_imm(jinfo->codebuf, ARM_R3, Rthread, THREAD_PENDING_EXC, 1, 0);
                                           ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6437:38: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
  mov_imm(jinfo->codebuf, ARM_R3, bci+CONSTMETHOD_CODEOFFSET);
                                      ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6461:38: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
  mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                      ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6480:38: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
  mov_imm(jinfo->codebuf, ARM_R3, bci+CONSTMETHOD_CODEOFFSET);
                                      ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6500:38: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
  mov_imm(jinfo->codebuf, ARM_R3, bci+CONSTMETHOD_CODEOFFSET);
                                      ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6513:38: error: 'CONSTMETHOD_CODEOFFSET' was not declared in this scope
  mov_imm(jinfo->codebuf, ARM_R0, bci+CONSTMETHOD_CODEOFFSET);
                                      ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6548:43: error: 'THREAD_VM_RESULT' was not declared in this scope
  ldr_imm(jinfo->codebuf, ARM_R0, Rthread, THREAD_VM_RESULT, 1, 0);
                                           ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6571:43: error: 'THREAD_VM_RESULT' was not declared in this scope
  ldr_imm(jinfo->codebuf, ARM_R0, Rthread, THREAD_VM_RESULT, 1, 0);
                                           ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:6590:43: error: 'THREAD_VM_RESULT' was not declared in this scope
  ldr_imm(jinfo->codebuf, ARM_R0, Rthread, THREAD_VM_RESULT, 1, 0);
                                           ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'long long unsigned int Thumb2_Compile(JavaThread*, unsigned int)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:7070:19: error: 'ARCH_THUMB2' was not declared in this scope
   if (!(CPUInfo & ARCH_THUMB2))
                   ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'int Thumb2_Check_Null(unsigned int*, unsigned int)':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:7416:19: error: 'ARCH_THUMB2' was not declared in this scope
   if (!(CPUInfo & ARCH_THUMB2)) return 0;
                   ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp: In function 'void Thumb2_Initialize()':
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:7434:19: error: 'ARCH_THUMB2' was not declared in this scope
   if (!(CPUInfo & ARCH_THUMB2)) {
                   ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:7640:38: error: 'THREAD_TOP_ZERO_FRAME' was not declared in this scope
   ldr_imm(&codebuf, ARM_R0, Rthread, THREAD_TOP_ZERO_FRAME, 1, 0);
                                      ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:7641:37: error: 'ISTATE_NEXT_FRAME' was not declared in this scope
   sub_imm(&codebuf, ARM_R0, ARM_R0, ISTATE_NEXT_FRAME);
                                     ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:7642:37: error: 'ISTATE_METHOD' was not declared in this scope
   ldr_imm(&codebuf, ARM_R2, ARM_R0, ISTATE_METHOD, 1, 0);
                                     ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:7644:37: error: 'METHOD_CONSTMETHOD' was not declared in this scope
   ldr_imm(&codebuf, ARM_R2, ARM_R2, METHOD_CONSTMETHOD, 1, 0);
                                     ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:7647:37: error: 'ISTATE_STACK' was not declared in this scope
   str_imm(&codebuf, ARM_R3, ARM_R0, ISTATE_STACK, 1, 0);
                                     ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:7648:37: error: 'ISTATE_BCP' was not declared in this scope
   str_imm(&codebuf, ARM_R2, ARM_R0, ISTATE_BCP, 1, 0);
                                     ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/src/cpu/zero/vm/thumb2.cpp:7684:37: error: 'METHOD_CONSTANTS' was not declared in this scope
   ldr_imm(&codebuf, ARM_R1, ARM_R1, METHOD_CONSTANTS, 1, 0);
                                     ^
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/make/linux/makefiles/rules.make:150: recipe for target 'thumb2.o' failed
make[7]: *** [thumb2.o] Error 1
make[7]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir/linux_arm_zero/product'
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/make/linux/makefiles/top.make:115: recipe for target 'the_vm' failed
make[6]: *** [the_vm] Error 2
make[6]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir/linux_arm_zero/product'
/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/make/linux/Makefile:318: recipe for target 'productzero' failed
make[5]: *** [productzero] Error 2
make[5]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk.build/hotspot/outputdir'
Makefile:231: recipe for target 'generic_buildzero' failed
make[4]: *** [generic_buildzero] Error 2
make[4]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/make'
Makefile:161: recipe for target 'productzero' failed
make[3]: *** [productzero] Error 2
make[3]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk/hotspot/make'
make/hotspot-rules.gmk:109: recipe for target 'hotspot-build' failed
make[2]: *** [hotspot-build] Error 2
make[2]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk'
Makefile:244: recipe for target 'build_product_image' failed
make[1]: *** [build_product_image] Error 2
make[1]: Leaving directory '/mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/icedtea-2.3.12/build/openjdk'
Makefile:2200: recipe for target 'stamps/icedtea.stamp' failed
make: *** [stamps/icedtea.stamp] Error 2
ERROR: oe_runmake failed
WARNING: /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/temp/run.do_compile.1249:1 exit 1 from
  exit 1
ERROR: Function failed: do_compile (log file is located at /mnt/sda2/oe-core/build/out-eglibc/work/armv7at2hf-vfp-angstrom-linux-gnueabi/openjdk-7-jre/25b30-2.3.12-r5.1/temp/log.do_compile.1249)


More information about the Openembedded-devel mailing list