-
Notifications
You must be signed in to change notification settings - Fork 120
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
libobjc2 on risc-v #209
Comments
I'm not actively working on it, but I'm happy to review a PR. You will need to modify three places:
The message-send logic needs to:
|
thanks for the super detailed reply, especially for the message-send logic ill try to take a look at what i can do over the weekend, and if i have any progress or issue ill come back here if its ok with you (ill try not to bother with anything trivial) thank you again! |
See #261 |
hi
is there any work on getting libobjc2 working on risc-v?
i tried to build libobjc2 on riscv64 linux and couldnt get it compiled because it seems most of the primitive functions require assembly implementations, of which risc-v seems missing...
if there is no way to compile without assembly, then those parts would need to be implemented... is anyone already working on those?
if help is needed id by happy to collaborate!
please let me know, and thanks in advance ^^
The text was updated successfully, but these errors were encountered: