Usage
Build under Windows 10
Install Windows-Subsystem for Linux. Manual can be found here.
Install Ubuntu 18.04 LTS from Store and follow Ubuntu instructions.
Hint: Home folder can be found under: /c/Users/[username]/
A small Linux Terminal how to can be found here.
Build under Ubuntu 18.04 LTS
Run this script:
Download ARM GNU Toolchain for Linux here. Install the arm-none-eabi Toolchain form Repositories is not recommended! ARM GCC Version 6 is not supported!
This small script for gcc-arm-none-eabi Version 8-2019-q4 download, extract and added toolchain to PATH:
Create Project
For simple initialize a script was created. This can be downloaded here. Run this command to create a new project. A Git repo will be created automatically.
After the creation small sample files will be created at this location plus submodules linkt to the project files at github.
The Build System use Kbuild. To configure the new project with a graphical interface use this command: