miosix-kernel
miosix-kernel copied to clipboard
Miosix is an OS kernel for embedded systems.
I added the necessary files to make the project compatible with CMake and thus with IDEs such as CLion by JetBrains. The main reason I did this is because I...
# Miosix CMake support ## A brief history Support for CMake was first proposed in #3 by @mscuttari (2019), then further developed by @damianoamatruda at Skyward (2022), and now finalized...
This PR introduces a Dockerfile and a helper script that allow building any supported compiler toolchain in a fully reproducible Docker environment. Once Docker completes the build, it automatically packages...
building from source fails when attempting to build binutils: ``` In file included from zutil.c:8: ./zutil.h:163:11: warning: 'OS_CODE' macro redefined [-Wmacro-redefined] 163 | # define OS_CODE 19 | ^ ./zutil.h:134:11:...
According to https://miosix.org/wiki/index.php? title=Building_GCC_from_sources' tips My step: 1. xcode-select --install 2. cc-v 3. Git clone https://miosix.org/git-public/miosix-kernel.git 4. cd miosix-kernel 5. Git fetch origin 6. git checkout -b testing origin/testing 7....