-
-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mipsel-linux-musl #12
Comments
Upstream issue: ziglang/zig#4887 |
With ziglang/zig#4924 applied, the next issue is:
|
Upstream issue: ziglang/zig#4925 |
I'm able to compile/run the C++ example and the |
Looks like the toolchain binaries will not run, as they all fail with |
This works for me now. |
closing process is opening a PR changing the README to say OK for this target in the main table |
Closes ziglang#12. Closes ziglang#24. Closes ziglang#111. Closes ziglang#112. Closes ziglang#114.
@alexrp Checked again on my device, still have the same error. Can you share what system you used to test? I'm running off a MediaTek MT7621 OpenWRT router in little-endian mode. |
@The-King-of-Toasters I tested in QEMU. If there are any bugs running on a particular device, I think that should be tracked on ziglang/zig; would you mind filing an issue there with as many details as possible? (The ideal would be getting the crash in GDB with debug symbols, a backtrace, and disassembly.) |
Is baseline perhaps including CPU features unavailable in the MediaTek MT7621 OpenWRT router? Is it possible to get a disassembly using gdb and see the illegal instruction? |
I'll give it a shot. The problem is that it's a very constrained device, so I need to move things onto USBs or an NFS mount. Another problem is when I tried using GDB on device, it couldn't even make a backtrace (again, I'll get more specific soon). |
Could you share the reported CPU features on that device (output of |
From what I can find, that router is using a MIPS 1004Kc, i.e. MIPS32 R2 (not to be confused with the older MIPS II). Our baseline for 32-bit MIPS is |
Looks like a missing compiler-rt function.
The text was updated successfully, but these errors were encountered: