Problems with Skyeye the ARM simulator on Mac OS X
These days I have tried to make skyeye ARM simulator work on Mac OS X with full options enabled, but still to no avail.
I know it should work without DBCT (direct byte code translation) and BFD as README says, but DBCT is beneficial for my intended workloads.
As of 1.2.4, it does not pass even the configuration check if you enable DBCT and BFD. Though a little hack in the check script for DBCT made it go through the check (with BFD disabled), build fails with:
ld: in binary/libarm.a(arm2x86.o), in section __TEXT,__text reloc 40: R_ABS reloc but no absolute symbol at target address
collect2: ld returned 1 exit statusProbably I need to use gnu ld instead.
I know it should work without DBCT (direct byte code translation) and BFD as README says, but DBCT is beneficial for my intended workloads.
As of 1.2.4, it does not pass even the configuration check if you enable DBCT and BFD. Though a little hack in the check script for DBCT made it go through the check (with BFD disabled), build fails with:
ld: in binary/libarm.a(arm2x86.o), in section __TEXT,__text reloc 40: R_ABS reloc but no absolute symbol at target address
collect2: ld returned 1 exit statusProbably I need to use gnu ld instead.