-
Notifications
You must be signed in to change notification settings - Fork 130
ARM Support #359
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
base: master
Are you sure you want to change the base?
ARM Support #359
Conversation
|
Applying the following patch, leads to a different compiler error, not sure if they are related: PatchError |
|
Run in a debugger to find out where that |
|
The line if fails to compile is apprently this rustc-1.74.0-src/library/core/src/ascii/ascii_char.rs:587 const HEX_DIGITS: [AsciiChar; 16] = *b"0123456789abcdef".as_ascii().unwrap();It doesn't make sense, because the exact same setup works for RISC-V and native, but not for ARM. For context: The |
Build Instructions
First build/get an arm-linux musl toolchain (like from https://toolchains.bootlin.com/, if you're on Linux).
Building
libcorefailsTODO
arith_offset<T>(ptr: *const T, off: isize) -> *const T@thepowersgang would you be able to help me with this?