XT Toolchain
Go to file
Rafal Kupiec 9025a85bcc
All checks were successful
Builds / XTChain (push) Successful in 52m51s
Update software and get rid of binutils
2024-05-15 21:14:53 +02:00
.github/workflows Better way to check if building from tag 2023-07-15 09:00:33 +02:00
patches Update software and get rid of binutils 2024-05-15 21:14:53 +02:00
scripts Add 'help' and 'xbuild' commands; fix 'version' command overriding build settings 2023-11-08 19:41:22 +01:00
tools Update PE file subsystem together with signature 2024-01-18 14:35:55 +01:00
.gitignore Improve performance with Git shallow clone and add .gitignore 2023-11-23 23:13:06 +01:00
build-linux.sh Update software and get rid of binutils 2024-05-15 21:14:53 +02:00
COPYING.md Import readme and license. 2020-08-17 07:59:45 +02:00
README.md Update release badge color 2023-11-07 15:09:38 +01:00

GIT Repository Build Status Releases License Sponsors Discord


XT Toolchain

This is a LLVM/Clang/LLD based mingw-w64 toolchain. It currently supports C and C++, and provides a variety of tools including IDL, message and resource compilers. The XT Toolchain is also the official build environment for compiling XT software, including the XT OS. Currently, it is targeted at Linux host only, however it should be possible to build it in MSYS2 as well.

Benefits of a LLVM based MinGW toolchain are:

  • Single toolchain targeting all architectures (i686, x86_64, armv7 and aarch64),
  • Support for generating debug info in PDB format,
  • Support for targeting ARM/AARCH64 architectures and ability to produce Windows ARM binaries.

This software includes:

  • CMake
  • GNU Assembler
  • LLVM
  • Make
  • Mingw-w64
  • Ninja
  • Wine

This software is based on LLVM MinGW Toolchain.

Licensing

The XTchain project includes the scripts for building and assembling a toolchain as well as wrappers for LLVM tools and environmental shell. These are licensed under the GPLv3 license. It covers only mentioned components that are provided by XTchain directly. For more information on that, refer to the COPYING.md file. The final pre-built toolchain is covered by the licenses of the individual, external projects. The full list of software incorporated into this toolchain is available in the README.md file.