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

bugfixes an mips start #63

Closed
wants to merge 17 commits into from
Closed

bugfixes an mips start #63

wants to merge 17 commits into from

Conversation

aploese
Copy link

@aploese aploese commented Dec 21, 2018

This fixes #60, #61, #51
All native libs have to be recompiled!
mips test are passing

@aploese
Copy link
Author

aploese commented Jan 8, 2019 via email

… the size of the return value only on big endian.

removed define to enable check and fix on little endian too.
@headius
Copy link
Member

headius commented Apr 11, 2019

@aploese Sorry for the long delay, I did not see this until now!

Are we still good to go forward with these changes? Not much has happened in jffi since.

@aploese
Copy link
Author

aploese commented Apr 11, 2019 via email

@headius
Copy link
Member

headius commented Apr 11, 2019

No jffi, just direct calls to the function. There must be a direct jni
mapping for each function.

So...it's autogenerated JNI? And you have to run a native build for each platform and library you intend to use, yes?

The primary purpose of JNR, like FFI, is not having to rebuild anything for each platform and library you use. I guess that is not a requirement for you. JNHW would not work for any of the reasons I use JNR, unfortunately.

Thanks for your effort! Perhaps someone else with MIPS expertise will pick it up so we can have MIPS support in the future.

@aploese
Copy link
Author

aploese commented Apr 12, 2019 via email

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

Successfully merging this pull request may close these issues.

Foreign.getInstance().longDoubleFromString returns garbage
2 participants