Skip to content
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

arm 32 support #58

Open
RobertBerger opened this issue Oct 14, 2024 · 1 comment
Open

arm 32 support #58

RobertBerger opened this issue Oct 14, 2024 · 1 comment

Comments

@RobertBerger
Copy link

Hi,

I managed to get https://crates.io/crates/syscalls on arm 32 with thumb instructions to compile, but now I'll need also here arch/arm support it seems.

Are there any plans to support this?

I'm happy to test it with a pretty recent yocto version on an i.mx6.

@JakWai01
Copy link
Owner

JakWai01 commented Oct 15, 2024

Hi! As this PR shows, supporting additional instruction sets is definitely possible but requires the respective system call mappings (defined in the arch directory). I am personally not having it on my roadmap but feel free to submit a PR with the respective mappings and we'll get it merged ASAP 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants