Releases: NoMore201/tricore-gcc-toolchain
Releases · NoMore201/tricore-gcc-toolchain
11.3.1-20250101
What's Changed
- Add material mkdocs docs with github actions trigger by @NoMore201 in #2
- Enable GDB build in tricore-binutils-gdb
- Merge GDB patches from go2sh/tricore-binutils-gdb, enable gdb in build script by @NoMore201 in #3
- Update tricore-binutils-gdb with LD crash fix by @NoMore201 in #4
- Fix static build of GDB requiring external dependencies
Full Changelog: 11.3.1-20241211...11.3.1-20250101
11.3.1-20241211
What's Changed
- Added QEMU 9.2.0 static executable to the toolchain, compiled with tricore support enabled
- Switch build script to a GNU autoconf based solution, insipired by RiscV toolchain repository
- Switched from commit SHA based release number to date release number. From now on, all releases will be tagged as
11.3.1-<date>
to better recognize different versions
Full Changelog: v11.3.1-5e4ca74...11.3.1-20241211
v11.3.1-5e4ca74
Changes in this release:
- [tricore-binutils-gdb] Rename padding data, check for null pointer when dereferencing
- [script] Use
-gdwarf-3
option for win32 build
v11.3.1-258811c
Changes in this release:
- [tricore-binutils-gdb] Fix issue in extended map table showing garbage
data for memory sections - [tricore-gcc] Fix build for macOS
- [tricore-gcc] Add support for Tricore TC33x family MCUs
v11.3.1-6eca707
Fixes:
- binutils: Fix issue in LD linker that caused crashes with some linker scripts 2283fc76ce2114a41de3478fa533b8f80a1bc9d1
v11.3.1-cb09676
Test release to validate Github Actions release pipeline. Once release is created, CI should upload build artifact from last build in this branch.