
The docker images all have new, simpler names and use Ubuntu 20.04 (instead of 18.04) as their base. A few new tools have been added, specifically what is needed for: - Linux on RISC-V - see #980 - Winodows on ARM - see #969 Fixes #976
1.6 KiB
Release Notes and New & Noteworthy page
This is the New & Noteworthy page for CDT 12.0 which is part of Eclipse 2025-03 Simultaneous Release
Release Notes
Minimum version of GLIBC required
The minimum version of GLIBC required is now 2.31. This version can be found in Ubuntu 20.04 and later, RHEL 9.0 and later and other distros as well. CDT's native components will likely work with older versions of glibc too, assuming they provide the required APIs for Eclipse CDT.
Managed Build
Other objects for GNU archive files
The managed build system now provides an option to specify other object files to be included when building GNU archive files:
The new option applies to static library projects using a Cross GCC, Cygwin GCC, Linux GCC or MinGW GCC toolchain.
API Changes, current and planned
Breaking API changes
Please see CHANGELOG-API for details on the breaking API changes in this release as well as future planned API changes.
Noteworthy Issues and Pull Requests
See Noteworthy issues and PRs for this release in the issue/PR tracker.
Improved launch configuration for CMake and other Core Build System projects
The CMake and CBS Makefile project launch configurations for local applications have an improved Main tab and new Arguments, Environment, Debugger, Source, and Common tabs.