However I'm not able to chroot using it to the this ROOT. I copied over the SDE (which is a directory) to ROOT and --
Code: Select all
chroot /usr/x86_64-mypl-linux-gnu/ /sde64 -- /bin/bashCode: Select all
traps: sde64[229146] trap invalid opcode ip:7f56db09475d sp:7ffd55266fa8 error:0 in ld-linux-x86-64.so.2[1e75d,7f56db077000+2c000]Code: Select all
chroot /usr/x86_64-mypl-linux-gnu/ /znver1/ld-linux-x86-64.so.2 --library-path /znver1/ ./sde64 -icl -- /bin/bashCode: Select all
Illegal instruction (core dumped)Code: Select all
traps: pinbin[229213] trap invalid opcode ip:7f92d3d3775d sp:7fffca461648 error:0 in ld-linux-x86-64.so.2[1e75d,7f92d3d1a000+2c000]I tried the other way round by executing chroot using sde64 --
Code: Select all
./sde64 -icl -- /usr/bin/chroot /usr/x86_64-mypl-linux-gnu/I also tried to convert sde64 to static binaries and it did not help.
[Administrator note: this appears to follow from the qemu thread Determining unsupported instructions in qemu softmmu. -Hu]


