XT Toolchain
Go to file
Rafal Kupiec 2e7c7ec1d7
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/tag/build Pipeline was successful Details
Update LLVM to 15.0.2
2022-10-05 08:25:06 +02:00
patches Add missing cmake patch 2022-10-02 14:29:45 +02:00
scripts Allow xtchain to be launched by root 2022-07-22 22:48:22 +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 readme. 2021-02-02 18:17:12 +01:00
build-linux.sh Update LLVM to 15.0.2 2022-10-05 08:25:06 +02:00

README.md

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
  • LLVM
  • Make
  • Mingw-w64
  • NASM
  • 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.