-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Cross platform precompiled binaries available for download #570
Comments
Hi. Great news, thanks! Do you think its possible to compile for ppc 32 and ppc64? I have an old NAS with this architecture. Regards |
I'm not really sure if I can do that but I will try my best and report back
if there is any news to be shared.
…On Fri, Dec 18, 2020, 6:37 PM elbekgt ***@***.***> wrote:
Hi. Great news, thanks!
Do you think its possible to compile for ppc 32 and ppc64? I have an old
NAS with this architecture.
Regards
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#570 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGDQTFUYOR4E3HRPM6YHKFLSVMWH7ANCNFSM4U45CIQA>
.
|
I’m only able to compile for PowerPC 64-bit as golang currently doesn’t support compiling for any PowerPC 32-bit target. If you try, it will give you an error, “cmd/go: unsupported GOOS/GOARCH pair linux/ppc” |
gdrive-linux-amd64 works perfectly on the Centos7 HPC cluster at my university :) Thanks for the awesome work for the community! Cheers and happy new year. To sum up for anyone who might be new to all this: |
No problem. Cheers to you too and thanks for the wonderful guide! |
I'm unable to run gdrive on linux:
Do I need anything else installed? |
Did you try what I commented? Are you sure .gdrive is in your present working directory? |
Sorry. I thought the shell was complaining about not finding the binary. You could add a more explicit message for this. Something along the lines of "Configuration directory not found". Anyway, I made it work. Thanks! |
Hello everyone, as precompiled gdrive binaries in this repository is removed. I’ve made an initiative to fix the OAuth error and compile cross platform binaries for all possible architecture. Currently, I’ve not been able to compile for mips and mipsle and all other major architecture are successfully compiled.
Code is open sourced with the OAuth hotfix commit. Anyone is welcome to review the repository.
This is my release page with all of the compiled binaries gdrive
The text was updated successfully, but these errors were encountered: