You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Either mrustc doesn't know that x32 has 32-bit pointers, or the asserts in rustc are being included when they shouldn't (due to the mrustc x32 target still saying the arch is amd64)
Update: Thinking through this, it's just that rustc's source doesn't support x32 (it assumes that if the arch is amd64, pointers are 8 bytes long).
I don't believe that x32 has a different architecture name.
@gmatht If you want this to work, can you check what happens if you comment out those assertions (and/or see if rustc can compile itself for x32)
Uh oh!
There was an error while loading. Please reload this page.
I keep getting
Type mismatch between [(); 16] and [(); 8] - sizes differ
errors.I have tried adding to
build-1.54.0.sh
:And replacing
RUSTC_TARGET ?= x86_64-unknown-linux-gnu
within minicargo.mk.
The first command to fail was:
Some diagnostic commands:
The text was updated successfully, but these errors were encountered: