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

[DISCUSSION] Cross-Compiling solutions #3

Open
nonunknown opened this issue Nov 28, 2020 · 1 comment
Open

[DISCUSSION] Cross-Compiling solutions #3

nonunknown opened this issue Nov 28, 2020 · 1 comment

Comments

@nonunknown
Copy link
Collaborator

Well, for xcompiling stuff we can facilitate the process for the user, Our objective is to archive most platform as possible, avoiding headache for the user so the compiling solution should be N-N (any platform can compile to any other) this is only not true for mobile OSes (cuz we dont have godot editor for those platforms), also I would like to know if compiling for 32bits should be considered or not, in this case I'll consider only 64bits:

C++

  • Windows
    [ ] Linux
    [ ] Mac
    [x] Android (All archs) / requirements => Android NDK
    [ ] Ios ?

  • Linux
    [x] Windows / mingw64 for linux
    [ ] Mac
    [x] Android (All archs) / requirements => Android NDK
    [ ] Ios ?

  • Mac ( I have no idea nor xp with this one)
    [ ] Linux
    [ ] Windows
    [ ] Android ?
    [ ] ios

Rust Lang

This is a special case, I've found this tool which seems to be a MAGIC solution (Need testing):
https://github.com/rust-embedded/cross

however it relies on Docker (only installing it, no extra config)

PS: Rust itself supports all OSx/archs

@SIsilicon
Copy link

I believe for iOS, it requires the path to XCode.

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