Quick start: Difference between revisions
Jump to navigation
Jump to search
Add entry for Visual Studio Getting Started |
No edit summary |
||
| (6 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
To start using Miosix you need a patched version of the GCC compiler called [[Miosix Toolchain]] and git to download the kernel sources. Optionally you can also use an IDE to simplify code development, and an in-circuit debugger to speed up bug fixing. | To start using Miosix you need a patched version of the GCC compiler called [[Miosix Toolchain]] and git to download the kernel sources. Optionally you can also use an IDE to simplify code development, and an in-circuit debugger to speed up bug fixing. | ||
= Getting started = | |||
This section will guide you through the installation of the minimum requirements to start using Miosix: installing the compiler, and downloading the kernel. | This section will guide you through the installation of the minimum requirements to start using Miosix: installing the compiler, and downloading the kernel. | ||
| Line 14: | Line 7: | ||
* [[Linux Quick Start|Getting Started on Linux]] | * [[Linux Quick Start|Getting Started on Linux]] | ||
* [[Windows Quick Start|Getting Started on Windows]] | * [[Windows Quick Start|Getting Started on Windows]] | ||
* [[ | * [[MacOS Quick Start|Getting Started on macOS]] | ||
Latest revision as of 16:01, 9 May 2026
To start using Miosix you need a patched version of the GCC compiler called Miosix Toolchain and git to download the kernel sources. Optionally you can also use an IDE to simplify code development, and an in-circuit debugger to speed up bug fixing.
Getting started
This section will guide you through the installation of the minimum requirements to start using Miosix: installing the compiler, and downloading the kernel.