-
Notifications
You must be signed in to change notification settings - Fork 0
QuestOS/Marlin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Steps for building Quest (See the toolchain Quest white paper for more information about the toolchain and libc build): 1) Set your PATH to include $HOME/bin/cross/bin as this is where the toolchain is installed by default. If you wish to change this you must change the variable TOOLCHAIN_INSTALL_DIR (default value of $HOME/bin/cross) in target-config.mk 2) Run ./install-toolchain. This takes an optional parameter which is the number parallel builds you want to use in the build process (the number for the make -j parameter). On some machines too large of a number will actually slow the build processes down to a halt. If no parameter is specified it defaults to 1. install-toolchain will build binutils, a compiler, and libc (since part of it is needed to finish the compiler build). 3) Run make. This will build the kernel and all user level programs. See kernel/README for instructions on building the kernel specifically.
About
Quest(-V) development for 3D printers using the Marlin firmware
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published