~/devreads

#cross compilation

3 posts

22 Aug 2015

Dave Cheney 3 min read

Now that Go 1.5 is out, lots of gophers are excited to try the much improved cross compilation support. For some background on the changes to the cross compilation story you can read my previous post, or Rakyll’s excellent follow up piece. I’ll assume that you are using the binary version of Go 1.5, as distributed from […]

goprogrammingcross compilation

2 Mar 2015

8 Jul 2013

Dave Cheney 3 min read

This post is a compliment to one I wrote in August of last year, updating it for Go 1.1. Since last year tools such as goxc have appeared which go a beyond a simple shell wrapper to provide a complete build and distribution solution. Introduction Go provides excellent support for producing binaries for foreign platforms […]

goprogrammingcgocross compilationcross compile