Skip to content

dedicated-os/dedicated-zero40-toolchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Toolchain Docker image

Based on the Trimui toolchain Docker image by neonloop.

Installation

With Docker installed and running, make builds the toolchain and drops into a shell inside the container. The container's ~/workspace is bound to ./workspace by default.

After building the first time, unless a dependency of the image has changed, make will skip building and drop into the shell.

If a shell is already open, running make from another terminal will join the currently open instance.

Workflow

  • On your host machine, clone repositories into ./workspace and make changes as usual.
  • In the container shell, find the repository in ~/workspace and build as usual.

Docker for Mac

Docker for Mac has a memory limit that can make the toolchain build fail. Follow these instructions to increase the memory limit.

Caveat

This toolchain expects to be run on an Arm/aarch64/arm64/Apple Silicon host and will not work as-is on Intel/x86_64.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors