Advertisement
t0mm13b

ICS_WebKit_Source_JavaScriptCore_Error

Nov 22nd, 2011
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. TARGET_ARCH=arm
  2. TARGET_ARCH_VARIANT=armv5te
  3. HOST_ARCH=x86
  4. HOST_OS=linux
  5. HOST_BUILD_TYPE=release
  6. BUILD_ID=ITL41D
  7. ============================================
  8. No private recovery resources for TARGET_DEVICE blade
  9. target thumb C++: libjs <= external/webkit/Source/JavaScriptCore/jit/JIT.cpp
  10. In file included from external/webkit/Source/JavaScriptCore/assembler/AssemblerBufferWithConstantPool.h:32,
  11. from external/webkit/Source/JavaScriptCore/assembler/ARMAssembler.h:32,
  12. from external/webkit/Source/JavaScriptCore/assembler/MacroAssemblerARM.h:33,
  13. from external/webkit/Source/JavaScriptCore/assembler/MacroAssembler.h:36,
  14. from external/webkit/Source/JavaScriptCore/bytecode/Instruction.h:32,
  15. from external/webkit/Source/JavaScriptCore/bytecode/CodeBlock.h:34,
  16. from external/webkit/Source/JavaScriptCore/jit/JIT.h:41,
  17. from external/webkit/Source/JavaScriptCore/jit/JIT.cpp:29:
  18. external/webkit/Source/JavaScriptCore/assembler/AssemblerBuffer.h: In member function 'void JSC::AssemblerBuffer::putIntegral(IntegralType) [with IntegralType = unsigned int]':
  19. external/webkit/Source/JavaScriptCore/assembler/AssemblerBufferWithConstantPool.h:267: instantiated from 'void JSC::AssemblerBufferWithConstantPool<maxPoolSize, barrierSize, maxInstructionSize, AssemblerType>::putIntegralWithConstantInt(IntegralType, uint32_t, bool) [with IntegralType = unsigned int, int maxPoolSize = 2048, int barrierSize = 4, int maxInstructionSize = 4, AssemblerType = JSC::ARMAssembler]'
  20. external/webkit/Source/JavaScriptCore/assembler/AssemblerBufferWithConstantPool.h:218: instantiated from 'void JSC::AssemblerBufferWithConstantPool<maxPoolSize, barrierSize, maxInstructionSize, AssemblerType>::putIntWithConstantInt(uint32_t, uint32_t, bool) [with int maxPoolSize = 2048, int barrierSize = 4, int maxInstructionSize = 4, AssemblerType = JSC::ARMAssembler]'
  21. external/webkit/Source/JavaScriptCore/assembler/ARMAssembler.h:482: instantiated from here
  22. external/webkit/Source/JavaScriptCore/assembler/AssemblerBuffer.h:120: warning: comparison between signed and unsigned integer expressions
  23. /tmp/ccbOjhcR.s: Assembler messages:
  24. /tmp/ccbOjhcR.s:14059: Error: invalid immediate: 983040 is out of range
  25. /tmp/ccbOjhcR.s:14059: Error: value of 983040 too large for field of 2 bytes at 2046
  26. make: *** [out/target/product/blade/obj/STATIC_LIBRARIES/libjs_intermediates/Source/JavaScriptCore/jit/JIT.o] Error 1
  27.  
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement