xgo
xgo copied to clipboard
Go CGO cross compiler
I am using xgo to cross compile for release and when downloading and trying to run executable I get:  Building the same source code on Windows 10 does not...
Can we get a stable release for xgo, complete with a git tag? So that it's easier to pin down the version of xgo we use in our projects. Version...
Hello I'm trying to use this library https://github.com/360EntSecGroup-Skylar/excelize but it supports go 1.15 and above, but xgo curently only supports up to go 1.13 would be nice if xgo is...
Hi, I enjoy using xgo to conveniently port my Go applications. Any interest in doing an equivalent tool for native C/C++ applications?
have tried to run this repeatedly, and seems to fail in building/installing the docker image: ``` Checking for required docker image karalabe/xgo-latest... not found! Pulling karalabe/xgo-latest from docker registry... Using...
Hello, I just want to ask (respectfully :)), do you plan to update this project? There are some significant things missing - new go, building for MacOS ARM chips.
Could we get musl/Linux targets going? For example, Alpine Linux, Void Linux, or OpenWrt. That way, our Go apps can deploy in more lean environments! And it would be good...
Hi, I am trying to use xgo to package MIDI applications. Normally, xgo works very well. But when it builds the Windows binaries for my octane application, they don't run...
I'm trying to compile a program which requires systemd's headers. like this: ``` GOPATH=/home/src xgo -x -v -image xgo-latest-sd ./ ``` The Dockerfile of `xgo-latest-sd` looks like this, to add...
I have a problem similar to issue:#197, which can be solved by passing `-e GOPROXY=......` in `docker run`. However, xgo cannot pass custom environments to docker, this PR implements that.