summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_mips/host_missing/accel_missing/909
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/issues_text/target_mips/host_missing/accel_missing/909')
-rw-r--r--gitlab/issues_text/target_mips/host_missing/accel_missing/90911
1 files changed, 11 insertions, 0 deletions
diff --git a/gitlab/issues_text/target_mips/host_missing/accel_missing/909 b/gitlab/issues_text/target_mips/host_missing/accel_missing/909
new file mode 100644
index 000000000..96c0b3c1a
--- /dev/null
+++ b/gitlab/issues_text/target_mips/host_missing/accel_missing/909
@@ -0,0 +1,11 @@
+qemu-mipsn32(el) user mode emulator fails to execute any recently built n32 binaries
+Description of problem:
+**Note: Before trying to reproduce this issue, have a look at issue 843 - the binfmt-misc magic for n32 needs to be fixed.**
+
+Trying to chroot into a mips n32 installation fails with 
+```
+/bin/bash: error while loading shared libraries: /lib32/libc.so.6: cannot read file data
+```
+however, bash, libc.so.6, and qemu all exist and have the proper abi
+
+The problem occurs for both big and little endian N32 ABI. O32 and N64 work fine. The same N32 binaries also work fine on native hardware.