Git Product home page Git Product logo

xcgo's Introduction

xcgo

CGO Cross Compiler, Used for compiling NMSv3

Support Target

  • Linux amd64 | arm | arm64 | mips64el
  • Windows amd64 | 386
  • Darwin amd64 | arm64
  • FreeBSD amd64

Usage

linux amd64

cd project_dir
docker run --rm -v $(pwd):/workdir illuspas/xcgo go build -v

linux amd64 with proxy

cd project_dir
docker run --rm -v $(pwd):/workdir -e HTTPS_PROXY=http://192.168.0.11:8118 illuspas/xcgo go build -v

linux amd64 with local GOPATH

cd project_dir
docker run --rm -v $(pwd):/workdir -v /home/username/go:/go illuspas/xcgo go build -v

windows amd64

cd project_dir
docker run --rm -v $(pwd):/workdir -e CGO_ENABLED=1 -e GOOS=windows -e GOARCH=amd64 -e CC=x86_64-w64-mingw32-gcc illuspas/xcgo go build -v

Arch and GCC

OS Arch CC CXX
Linux amd64 gcc g++
Linux arm arm-linux-gnueabihf-gcc arm-linux-gnueabihf-g++
Linux arm64 aarch64-linux-gnu-gcc aarch64-linux-gnu-g++
Linux mips64el mips64el-linux-gnuabi64-gcc mips64el-linux-gnuabi64-g++
Windows amd64 x86_64-w64-mingw32-gcc x86_64-w64-mingw32-g++
Windows 386 i686-w64-mingw32-gcc i686-w64-mingw32-g++
MacOS amd64 x86_64-apple-darwin20-cc x86_64-apple-darwin20-c++
MacOS arm64 arm64-apple-darwin20-cc arm64-apple-darwin20-c++
FreeBSD amd64 x86_64-pc-freebsd9-gcc x86_64-pc-freebsd9-g++

xcgo's People

Contributors

illuspas avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.