No-OS Build Guide
Note
These build guides are valid for the projects found in the no-OS/projects folder. If your project resides elsewhere under the no-OS repository tree, it is a legacy project. A build guide for legacy projects can be found Build no-OS with GNU make.
Clone no-OS with --recursive flag:
git clone --recursive https://github.com/analogdevicesinc/no-OS
If however you've already cloned no-OS without the --recursive flag, you may initialize all the submodules in an existing no-OS clone with:
git submodule update --recursive --init