toolchain icon indicating copy to clipboard operation
toolchain copied to clipboard

Set of Docker images for cross-compiling binaries targeting the reMarkable tablet.

Results 10 toolchain issues
Sort by recently updated
recently updated
newest added

Building the toltec image locally always fails at breakpad with: ``` 150.9 Updating src/default.xml due to changed src/DEPS 150.9 Running: gclient root 150.9 Running: gclient config --spec 'solutions = [...

This should allow the toolchain to be easily used on apple silicon macs (or any other arm64 device). Closes #28

This updates all libraries in toolchain/base images according to 3.6.0.1865 firmware. Includes patches for glibc 2.35 (to be upstreamed) and for breakpad. Updated crosstool-ng to latest master and regerated crosstool.config...

- [ ] libffi - [ ] libgio-2.0 - [ ] libglib-2.0 - [ ] libgudev - [ ] libsqlite3

When developing on an apple silicon mac, docker uses linux/arm64 by default. Using the amd64 image is possible, but is a lot slower. It'd be nice if the CI also...

It would be useful to have instructions for the expected workflow of this repo. - How to update an image - How to create a new version of images -...