Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Docker image which contains the rust toolchain and compiler for cross-compilation to the reMarkable tablet.

Notifications You must be signed in to change notification settings

TilBlechschmidt-ProjectGraveyard/remarkable-toolchain-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

reMarkable Toolchain | Docker Edition

In order to ease compilation of Projects utilising libremarkable this Docker image houses the complete toolchain and compilers to build a project for the armv7-unknown-linux-gnueabihf build target.

In order to build a project with this image execute the following command in your crate root:

docker run -v $(pwd):/project --rm --name remarkable-build themegatb/remarkable-toolchain-rust

By default it calls make and thus expects a Makefile to be present. If you would rather call cargo directly you can just append your cargo command at the end e.g.:

docker run -v $(pwd):/project --rm --name remarkable-build themegatb/remarkable-toolchain-rust cargo build --target=armv7-unknown-linux-gnueabihf

Disclaimer

This is a hobby project.

The author(s) and contributor(s) are not associated with reMarkable AS, Norway. reMarkable is a registered trademark of reMarkable AS in some countries. Please see https://remarkable.com for their product.

About

Docker image which contains the rust toolchain and compiler for cross-compilation to the reMarkable tablet.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages