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.