mitchellh / gox

A dead simple, no frills Go cross compile tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for riscv64

qdm12 opened this issue · comments

riscv64 is supported by the Go toolchain, it would be nice to add it to gox.

Thanks!

commented

Hi,

I installed the gox with following command.

go get github.com/mitchellh/gox

But gox -h is not working, It says bash: gox: command not found

@kirana1996 I think that's irrelevant right? This issue is about adding the compilation option of riscv64 to gox, not to build gox differently. Maybe make sure your $GOBIN is in your environment path.

I added support for linux/riscv64 to my fork, if you need it.
https://github.com/dsorm/gox

Will this be included in the mainstream?

up