XT Toolchain
Go to file
Rafal Kupiec 14f2f7cf1f
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/tag/build Pipeline was successful Details
Update used software list
2023-03-29 22:43:20 +02:00
patches Import missing binutils patches 2023-03-26 09:40:15 +02:00
scripts Update versioning strategy 2023-03-29 22:42:25 +02:00
tools Return 0 when printing help or version in the windres tool. 2021-02-02 18:20:19 +01:00
.build.yml Reimplement new pipeline and allow limiting number of cores used fo build 2022-07-25 15:21:17 +02:00
COPYING.md Update license. 2020-08-17 17:38:43 +02:00
README.md Update used software list 2023-03-29 22:43:20 +02:00
build-linux.sh Update versioning strategy 2023-03-29 22:42:25 +02:00

README.md

GIT Repository Build Status 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.