Hi All, I tried running this command on ARM "qemu-arm /usr/local/bin/qemu-arm" and it gives 'uncaught target signal 11: segmentation fault'. However, the QEMU manual says QEMU is built for self-emulation. The manual also says that for the same reason, the binary is a shared object file but qemu-arm does not have the ET_DYN flag enabled. Am I missing something here?
Thanks, Rajat.