Coder Social home page Coder Social logo

wangyx0055 / go-mips32 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gomini/go-mips32

0.0 1.0 0.0 58.97 MB

Golang1.4.2 based gc compiler ported to MIPS32/LE. Hello OpenWRT~

License: BSD 3-Clause "New" or "Revised" License

C 19.95% C++ 0.96% Shell 0.45% Python 0.50% Go 74.53% Assembly 2.87% Batchfile 0.04% HTML 0.01% JavaScript 0.01% Makefile 0.03% Yacc 0.40% Awk 0.02% Objective-C 0.10% Logos 0.01% Perl 0.14% CSS 0.01%

go-mips32's Introduction

This is the source code repository for the Go programming language.  

For documentation about how to install and use Go,
visit http://golang.org/ or load doc/install-source.html
in your web browser.

After installing Go, you can view a nicely formatted
doc/install-source.html by running godoc --http=:6060
and then visiting http://localhost:6060/doc/install/source.

Unless otherwise noted, the Go source files are distributed
under the BSD-style license found in the LICENSE file.

--

Binary Distribution Notes

If you have just untarred a binary Go distribution, you need to set
the environment variable $GOROOT to the full path of the go
directory (the one containing this README).  You can omit the
variable if you unpack it into /usr/local/go, or if you rebuild
from sources by running all.bash (see doc/install.html).
You should also add the Go binary directory $GOROOT/bin
to your shell's path.

For example, if you extracted the tar file into $HOME/go, you might
put the following in your .profile:

    export GOROOT=$HOME/go
    export PATH=$PATH:$GOROOT/bin

See doc/install.html for more details.

go-mips32's People

Contributors

rsc avatar robpike avatar griesemer avatar adg avatar bradfitz avatar dvyukov avatar ianlancetaylor avatar minux avatar ken avatar alexbrainman avatar cixtor avatar agl avatar nigeltao avatar remyoudompheng avatar dsymonds avatar davecheney avatar randall77 avatar ality avatar niemeyer avatar aclements avatar mpvl avatar 0intro avatar rogpeppe avatar atomsymbol-notifications avatar rhencke avatar mattn avatar lootch avatar cldorian avatar josharian avatar cwedgwood avatar

Watchers

wyx 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.