Hi all I configure qemu as: ./configure --prefix=$PREFIX --target-list=mipsel-softmmu,mipsel-linux-user
a.out is compiled by mipsel-linux-gcc. When I run a.out using qemu-mipsel, I get a error like this: Inconsistency detected by ld.so: ../sysdeps/x86_64/dl-machine.h: 466: elf_machine_rela_relative: Assertion `((reloc->r_info) & 0xffffffff) == 8' failed! What should I do? Thanks. --Jia Liu