|
| 1 | +--- |
| 2 | + |
| 3 | +title: xPack 3rd Party Development Tools |
| 4 | +permalink: /dev-tools/dev-tools/ |
| 5 | + |
| 6 | +summary: Tools from 3rd party projects used during builds. |
| 7 | + |
| 8 | +comments: true |
| 9 | + |
| 10 | +date: 2023-02-07 11:29:00 +0200 |
| 11 | + |
| 12 | +redirect_to: https://xpack-dev-tools.github.io |
| 13 | + |
| 14 | +--- |
| 15 | + |
| 16 | +## Overview |
| 17 | + |
| 18 | +These are tools provided by 3rd party projects, used during builds. |
| 19 | + |
| 20 | +They are generally binary tools, compiled from sources. |
| 21 | + |
| 22 | +The scripts used to build them are open source projects, hosted in the GitHub |
| 23 | +[`xpack-dev-tools`](https://github.com/xpack-dev-tools/) organization. |
| 24 | + |
| 25 | +## Index |
| 26 | + |
| 27 | +The main binary tools packed as xPacks are (in alphabetical order): |
| 28 | + |
| 29 | +- [`@xpack-dev-tools/aarch64-none-elf-gcc`]({{ site.baseurl }}/dev-tools/aarch64-none-elf-gcc/) - the **xPack GNU AArch64 Embedded GCC** toolchain |
| 30 | +- [`@xpack-dev-tools/arm-none-eabi-gcc`]({{ site.baseurl }}/dev-tools/arm-none-eabi-gcc/) - the **xPack GNU Arm Embedded GCC** toolchain |
| 31 | +- [`@xpack-dev-tools/clang`]({{ site.baseurl }}/dev-tools/clang/) - the **xPack LLVM clang** |
| 32 | +- [`@xpack-dev-tools/cmake`]({{ site.baseurl }}/dev-tools/cmake/) - the **xPack CMake** |
| 33 | +- [`@xpack-dev-tools/gcc`]({{ site.baseurl }}/dev-tools/gcc/) - the **xPack GNU Compiler Collection (GCC)** |
| 34 | +- [`@xpack-dev-tools/meson-build`]({{ site.baseurl }}/dev-tools/meson-build/) - the **xPack Meson Build** |
| 35 | +- [`@xpack-dev-tools/mingw-w64-gcc`]({{ site.baseurl }}/dev-tools/mingw-w64-gcc/) - the **xPack MinGW-w64 GCC** toolchain |
| 36 | +- [`@xpack-dev-tools/ninja-build`]({{ site.baseurl }}/dev-tools/ninja-build/) - the **xPack Ninja Build** |
| 37 | +- [`@xpack-dev-tools/openocd`]({{ site.baseurl }}/dev-tools/openocd/) - the **xPack OpenOCD** |
| 38 | +- [`@xpack-dev-tools/qemu-arm`]({{ site.baseurl }}/dev-tools/qemu-arm/) - the **xPack QEMU Arm** |
| 39 | +- [`@xpack-dev-tools/qemu-riscv`]({{ site.baseurl }}/dev-tools/qemu-riscv/) - the **xPack QEMU RISC-V** |
| 40 | +- [`@xpack-dev-tools/riscv-none-elf-gcc`]({{ site.baseurl }}/dev-tools/riscv-none-elf-gcc/) - the **xPack RISC-V Embedded GCC** toolchain |
| 41 | +- [`@xpack-dev-tools/windows-build-tools`]({{ site.baseurl }}/dev-tools/windows-build-tools/) - the **xPack Windows Build Tools** |
| 42 | + |
| 43 | +## Other |
| 44 | + |
| 45 | +Tools used for building the main binary tools: |
| 46 | + |
| 47 | +- [`@xpack-dev-tools/m4`]({{ site.baseurl }}/dev-tools/m4/) - the **xPack GNU M4** |
| 48 | +- [`@xpack-dev-tools/patchelf`]({{ site.baseurl }}/dev-tools/patchelf/) - the **xPack NixOS PatchELF** |
| 49 | +- [`@xpack-dev-tools/pkg-config`]({{ site.baseurl }}/dev-tools/pkg-config/) - the **xPack pkg-config** |
| 50 | +- [`@xpack-dev-tools/realpath`]({{ site.baseurl }}/dev-tools/realpath/) - the **xPack GNU realpath** |
| 51 | +- [`@xpack-dev-tools/sed`]({{ site.baseurl }}/dev-tools/sed/) - the **xPack GNU sed** |
| 52 | +- [`@xpack-dev-tools/wine`]({{ site.baseurl }}/dev-tools/wine/) - the **xPack WineHQ** |
0 commit comments