-
Notifications
You must be signed in to change notification settings - Fork 17
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
mxe cross-compiler support #3
Comments
For OSX maybe, I thought about it and want to add this feature soon. |
@dukebarman How do you plan to attack this problem? I just generated a GHidra Linux build today:
But I would love to have the OSX target generated as well from a beefy multi-core linux machine. I personally don't know about dockerized cross-compilers for OSX unfortunately: https://github.com/dockcross/dockcross Any ideas other than compiling it natively under OSX? I just have a MacBook 13 and it takes hours to compile GHidra here :/ |
I'm perhaps wrongly assuming that there are some native (C++) components (have not looked closely at the source tree nor build process yet)... if it's 100% java, forget what I said ;) |
Yeap, you're right. You can use this docker's build for macOS or Windows but only java without native components: decompiler, demangler, etc. |
I've been thinking about this and I guess that the only viable option would be to just write a |
And they seem to be fixing that actually: NationalSecurityAgency/ghidra@c97da26 ... perhaps relatively soon. |
It's possible to do with GitHub Actions instead. |
It would be interesting to be able to build for more than one system.
Do you think it could work?
The text was updated successfully, but these errors were encountered: