In file included from /root/icecat-14.0/js/src/methodjit/MethodJIT.cpp:45:0:
/root/icecat-14.0/js/src/methodjit/BaseAssembler.h: In member function 'JSC::AbstractMacroAssembler<JSC::ARMAssembler>::Call js::mjit::Assembler::callWithABI(void*, bool)':
/root/icecat-14.0/js/src/methodjit/BaseAssembler.h:584:13: warning: unused variable 'initFlushCount' [-Wunused-variable]
{standard input}: Assembler messages:
{standard input}:32: Error: selected processor does not support ARM mode `blx PushActiveVMFrame'
{standard input}:38: Error: selected processor does not support ARM mode `strd r4,r5,[r10,#24]'
{standard input}:40: Error: selected processor does not support ARM mode `blx PopActiveVMFrame'
{standard input}:49: Error: selected processor does not support ARM mode `blx js_InternalThrow'
{standard input}:54: Error: selected processor does not support ARM mode `blx PopActiveVMFrame'
{standard input}:70: Error: selected processor does not support ARM mode `blx js_InternalInterpret'
{standard input}:73: Error: selected processor does not support ARM mode `ldrd r4,r5,[r10,#(4*6)]'
{standard input}:78: Error: selected processor does not support ARM mode `blx PopActiveVMFrame'
{standard input}:87: Error: selected processor does not support ARM mode `blx ip'
make[3]: *** [MethodJIT.o] Error 1
Not sure what to do at this point, unless the js JIT can be disabled (not sure it can) then not much I can do here...
P.S - same issue as in firefox 16.0.1 in case someone notices I was trying to compile icecat