Code Monkey home page Code Monkey logo

miyoo-toolchain's Introduction

Miyoo Toolchain Docker

Dockerfile to build an image with the toolchain and other dependencies necessary to build software for Miyoo Custom Firmware (CFW)

See https://github.com/TriForceX/MiyooCFW/wiki/Build-Source for more info.

Docker Hub: https://hub.docker.com/r/nfriedly/miyoo-toolchain

The :latest tag contains a musl libc-based toolchain, and should be used for Miyoo 1.4+.

The :steward tag uses the older uClibc toolchain and should be used for Miyoo 1.3.3 and older.

Local Usage

Requires docker - https://www.docker.com/

You have to pass in an absolute path to the source code for the first part of the --volume param.

docker pull nfriedly/miyoo-toolchain:latest
docker run --volume //c/users/desktop/path/to/miyoo/:/src/ -it nfriedly/miyoo-toolchain:latest
# starting here, commands are executed inside the docker image
cd /src
make
exit
# now back to your computer

GitHub Actions Usage

See this example: https://github.com/MiyooCFW/gmenunx/pull/6/files

Development

To build:

docker build --tag nfriedly/miyoo-toolchain .

To publish:

docker push nfriedly/miyoo-toolchain:latest

miyoo-toolchain's People

Contributors

nfriedly avatar

Stargazers

 avatar  avatar Peter Siroki avatar Stephen Best avatar  avatar Ella avatar  avatar Daniel Zauner avatar YoungChief avatar

Watchers

 avatar Erik Kunze avatar James Cloos avatar  avatar

miyoo-toolchain's Issues

Zlib

Your toolchain lack zlib, i compile game and it said "underfined reference to symbol 'gzseek' "

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.