-
-
Notifications
You must be signed in to change notification settings - Fork 40
Build from Source
Daniel Nilsson edited this page Sep 8, 2022
·
9 revisions
- Make for Windows
- SDCC 4.2
- Visual Studio 2022 (to build configuration tool)
- Install SDCC, make sure to check the box to add the compiler to your PATH
- Install Make for Windows (not needed if you already have make through cygwin/msys2 etc.)
- Open a cmd window inside the firmware source directory and run make.
- The built firmware file is named "main.hex".
- Open configuration tool solution in Visual Studio
- Build