Skip to content

Zephyr crosstool-NG 1.24.0.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@stephanosio stephanosio released this 08 Jun 08:44
· 0 commits to master since this release
zephyr-crosstool-ng-1.24.0.4
70ea194

Summary

This is a beta test release for the Zephyr crosstool-NG based on the crosstool-NG 1.24.0.

Changes

  • Added source code syntax highlighting support in GDB (#37)
  • Removed Python scripting support from GDB and added a separate Python-capable variant: *-gdb-py (#48)
  • Updated Xtensa targets to use GDB 9.1 (#55)
  • Fixed broken GDB command line on Windows when TERM environment variable is not set (#33)
  • Fixed home directory path resolution to use USERPROFILE environment variable on Windows (#38)
  • Removed core runtime dynamic library dependencies from the GDB executable (#32)
  • Fixed inconsistent debug information inclusion in the target libraries (#49)
  • Updated newlib nano variant build to copy libgloss_nano (#41)
  • Added Zephyr host type definition in newlib to ensure consistent configurations across all architectures (#65)

Supported Host OS

  • Linux (Ubuntu 18.04)
  • macOS (Catalina 10.15)
  • Windows (MinGW-w64)

Supported Targets

The following Zephyr targets are supported in this release:

  • ARC (arc-zephyr-elf)
  • ARM 32/64 (arm-zephyr-eabi, aarch64-zephyr-elf)
  • NIOS2 (nios2-zephyr-elf)
  • RISC-V 32/64 (riscv64-zephyr-elf)
  • SPARC (sparc-zephyr-elf)
  • x86/x86-64 (x86_64-zephyr-elf)
  • Xtensa Intel APL ADSP (xtensa-intel_apl_adsp_zephyr-elf)
  • Xtensa Intel BDW ADSP (xtensa-intel_bdw_adsp_zephyr-elf)
  • Xtensa Intel BYT ADSP (xtensa-intel_byt_adsp_zephyr-elf)
  • Xtensa Intel S1000 (xtensa-intel_s1000_zephyr-elf)
  • Xtensa NXP i.MX ADSP (xtensa-nxp_imx_adsp_zephyr-elf)
  • Xtensa NXP i.MX 8M ADSP (xtensa-nxp_imx8m_adsp_zephyr-elf)
  • Xtensa Sample Controller (xtensa-sample_controller_zephyr-elf)