toltec-dev / toolchain

Set of Docker images for cross-compiling binaries targeting the reMarkableĀ tablet.
MIT License
34 stars 12 forks source link

toolchain build how-to #17

Closed cesss closed 1 year ago

cesss commented 1 year ago

Do you have any documentation (or a bash script) showing how you build the toolchain? I'd like to build my own toolchain for crosscompiling from Mac (I mean a toolchain for building my apps, not the whole toltec tree).

Thanks!

Eeems commented 1 year ago

You can take a look at the workflow files, that would show you what it does. In the end it just calls the build script: https://github.com/toltec-dev/toolchain/blob/v2.x/scripts/build

cesss commented 1 year ago

Sorry I didn't reply before, @Eeems ...for the moment I discarded building my own toolchains, because I needed to be able to compile soon, so I'm using the Docker images that rmkit generates.

I'm closing this issue for the moment. Thanks a lot!!

Eeems commented 1 year ago

Oh, if you just needed prebuilt images to work with, they are also available for the toltec toolchains.

cesss commented 1 year ago

Yes, I know, but my original plan was to build them myself. Then time constraints changed the plan šŸ˜„