hercules works fine on arm. now compilation fix merged already.
but by default hercules using memory manager, and memory manager not works on arm.
this mean for build on arm need use atleast this configure command
make clean
./configure --disable-manager
make