libjit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libjit] Compiling on ARM linux


From: Pierre Schwarz
Subject: [Libjit] Compiling on ARM linux
Date: Sat, 24 Jan 2015 10:08:22 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

I tried to compile the latest git source: ./auto_gen_sh , ./configure , ./make.
Unfortunately jit-alloc.c creates the following error:
/tmp/cc7e3AIj.s:139: Error: value of 10420226 too large for field of 2 bytes at 80

It seems that a thumb instruction is generated. So i added the switch -marm to the
CFLAGS definition in ./jit/MAKEFILE.
After that "patch" the compiling stops at jit-rules-arm.c with an error that struct jit_gencode
has no member 'limit'.

Is the LibJit arm port compileable/useable?

Greetings Pierre




reply via email to

[Prev in Thread] Current Thread [Next in Thread]