Build the kernel on Windows or macOS
masterThe build-kernel-qemu script is designed for Debian-based distributions. To build the kernel on Windows or macOS, you must manually replicate the logic found in the build-kernel-qemu script.
Ensure you have the following installed and available:
- An ARM toolchain (e.g.,
gcc-arm-linux-gnueabihfequivalents for your OS). - All other dependencies required by the kernel build process.
Refer to the build-kernel-qemu script line-by-line to guide your manual build process on these platforms.