This is release of 2025.09 version of the GNU Toolchain for DesignWare ARC 600, ARC 700, EM, HS3x/4x, HS5x, HS6x and ARC-V processors.
More information about ARC-V processors can be found on Synopsys website here Power-Efficient RISC-V Processors for Embedded Applications and here Maximum Performance Efficiency for Real-time Applications.
Toolchain and IDE Components Versions
- GCC 15.2 with ARC patches
- Binutils 2.43 with ARC patches
- GDB 15.2 with ARC patches
- Newlib 4.5.0 with ARC patches
- Picolibc 1.8.10 with ARC patches
- uClibc-ng v1.0.51 with ARC patches
- glibc 2.40 with ARC patches
This release of GNU toolchain is supported by CGEN IPlib (TCF generator) version 1.0.53 and later.
New Features and Enhancements
Most new features and enhancements are related to ARC-V targets:
- Introduced support of
-mtune=arc-v-rpx-100-seriesoption for GCC for RPX-100 targets. It allows tuning a schedular for 64-bit ARC-V targets. - Added support for the ARC-V DSP extensions.
- Added support of APEX - custom extensions for ARC-V.
- The toolchain for ARC-V is distributed in 2 variants with different standard libraries: Newlib and Picolibc.
Binary distribution
- Supported host operating systems: Windows 11 64-bit, Ubuntu 22.04, RHEL/AlmaLinux 8.x
- RHEL/CentOS 7.x are not supported anymore since they are EOL.
- Prebuilt bare-metal toolchains for 64-bit Windows & Linux hosts, see table with references and list of artifacts below.
Toolchain Components
For this release binary distributions of ARC GNU tools for all supported processor families (both ARC Classic and ARC-V) are produced from the same sources of corresponding tools.
Here is a list of GitHub issues addressed in this release: GitHub issues for 2025.09. Note, though, this list only contains issues filed against ARC GNU toolchain. Bugs and enhancements made in upstream open-source projects of each toolchain component could be found in the corresponding bug-tracking system.
- GCC 15.2 with ARC patches
- Sources used for the release: https://github.com/foss-for-synopsys-dwc-arc-processors/gcc/releases/tag/arc-2025.09-rc1
- Uses upstream 15.2 release, see release announcement (15.1 and 15.2) and complete list of changes.
- Introduced support of
-mtune=arc-v-rpx-100-seriesoption for GCC for RPX-100 targets. It allows tuning a schedular for 64-bit ARC-V targets. - Added support for the ARC-V DSP extensions.
- Added support of APEX - custom extensions for ARC-V.
- Binutils 2.43 with ARC patches
- Sources used for the release: https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/releases/tag/arc-2025.09-rc1
- Uses upstream 2.43 release, see release notes.
- GDB 15.2 with ARC patches
- Sources used for the release: https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/tree/arc-2025.09-rc1-gdb
- Uses upstream 15.2 release, see release announcement and complete list of changes for major changes.
- Newlib 4.5.0 with ARC patches
- Sources used for the release: https://github.com/foss-for-synopsys-dwc-arc-processors/newlib/releases/tag/arc-2025.09-rc1
- Uses upstream 4.5.0 release.
- Picolibc 1.8.10 with ARC patches
- Sources used for the release: https://github.com/foss-for-synopsys-dwc-arc-processors/picolibc/releases/tag/arc-2025.09-rc1
- Uses upstream 1.8.10 release, see release announcement.
- uClibc-ng 1.0.51 with ARC patches
- Sources used for the release: https://github.com/foss-for-synopsys-dwc-arc-processors/uClibc/releases/tag/arc-2025.09-rc1
- Uses upstream 1.0.51 release, see release announcement.
- glibc 2.40 with ARC patches
- Sources used for the release: https://github.com/foss-for-synopsys-dwc-arc-processors/glibc/releases/tag/arc-2025.09-rc1
- Uses upstream 2.40 release, see release announcement and complete list of changes.
Fixes and improvements in the final release compared to Release Candidate 1 and Release Candidate 2
- Fixes and improvements for micro-DSP extensions for ARC-V.
Known issues
ARC Classic
-
Newlib's
libglossdoesn't support RF16 configuration of ARC cores when building for nSIM with-specs=nsim.specs, see #231. Use-specs=hl.specsinstead for RF 16 configurations. -
Non-multilib toolchain doesn't contain
libglosslibraries for nSIM and development boards, see #262. -
libcrypt.so.1is not included in the toolchain (starting from glibc 2.38libcrypt.so.1is not built by default and will be removed from glibc in the future), please uselibcryptimplemented by external libraries such as libxcrypt instead of relying on Glibc internal implementation. -
Eclipse IDE for ARCompact does not support selecting
-specs=options in project's configuration menu. Consider passing this options (e.g.,-specs=nsim.specsfor nSIM) in "ARC GNU Linker" field of projects configuration dialog (C/C++ Build -> Settings -> Top Settings -> ARC GNU Linker).
ARC-V
-
Some complex combinations of
-march=and-mabi=options may lead to unpredictable errors during compilation. Such issues are related to general support of RISC-V extensions in GCC. Refer #610 for details. -
Newlib. The size-optimized Newlib Nano configuration (used when
-specs=nano.specsis passed to GCC) does not supportprintf()forfloatanddoubleby default. Nanoprintf()is size-optimized and does not include support offloatanddouble. If you need that feature, pass-u _printf_floatto GCC when you compile your applications. This option picks up support offloatanddoublefor size optimizedprintf()on demand. -
Using selective scheduler with a specific set of options may lead to incorrect code generation. Refer Bug 118153 for details.
-
APEX is currently not supported with LTO (Link-Time Optimization).
Documentation and Getting help
- Documentation and guides for ARC Classic targets may be found here: https://foss-for-synopsys-dwc-arc-processors.github.io/documentation/2025.09/.
- Documentation and guides for ARC-V targets may be found here: https://foss-for-synopsys-dwc-arc-processors.github.io/documentation/2025.09/arcv/.
- Please report any problems by filing an Issue in GitHub here.
Toolchains
| Linux x86_64 | Windows x86_64 | Linux ARC HS | |
|---|---|---|---|
| Baremetal ARC Classic (ARC 600/700, EM, HS3x, HS4x) | Little endian / Big endian | Little endian / Big endian | |
| Baremetal ARC-V [Newlib] | Little endian | Little endian | |
| Baremetal ARC-V [Picolibc] | Little endian | Little endian | |
| Baremetal ARCv3 (ARC HS5x/6x) | Little endian | ||
| Linux/uClibc ARC 700 | Little endian / Big endian | ||
| Linux/uClibc ARC HS | Little endian / Big endian | ||
| Linux/glibc ARC HS | Little endian / Big endian | Little endian | |
| Linux/glibc ARC HS68 | Little endian | Little endian | |
| Linux/uClibc ARC HS58 | Little endian | Little endian | |
| Linux/glibc ARC HS58 | Little endian | Little endian | |
| ARC GNU IDE (ARC 600/700, EM, HS3x, HS4x) | Download | Download |
d83c8876dfde9f335da4d0ce63bb0a9078b06903d6b481c3281914b033ed85c5 *arc_gnu_2025.09_prebuilt_arc32_glibc_linux_install.tar.xz
7b6354c7cbe01943b1c5f54e6229fabfc469a3ce53b7883d5f63b16c6693c16e *arc_gnu_2025.09_prebuilt_arc32_uclibc_linux_install.tar.xz
759ba1f30bf5b5ee4dfcc609b870dd24d9b44c1f53757cc8c9b6c0d072079ecb *arc_gnu_2025.09_prebuilt_arc32_uclibc_native_install.tar.xz
a391d7a20054e9f7a7ecb43a201cf6aab1a32bf1217a432b422d669f94b9d1d9 *arc_gnu_2025.09_prebuilt_arc64_elf_linux_install.tar.xz
c13b91d9cbd06c4d4e74884d37650c7f78dc0e07f53a627c21cafa453bc907bb *arc_gnu_2025.09_prebuilt_arc64_glibc_linux_install.tar.xz
01e48605be34e2e57b18476e01d48807ccd60bb7a2e6f904ad8551d72dd98735 *arc_gnu_2025.09_prebuilt_arc64_glibc_native_install.tar.xz
674152f9588165860a104693a4cdf9e18935bf3296c62176d682ea20a23bf888 *arc_gnu_2025.09_prebuilt_elf32_be_linux_install.tar.xz
348d33b8da903317f149b97a0bcc241c3cd6883b3802064ce0946d7b4f94dd8d *arc_gnu_2025.09_prebuilt_elf32_be_win_install.tar.xz
68fa2269d526c732b763edc45ede43cae440258c460a2e013dd416560586ada0 *arc_gnu_2025.09_prebuilt_elf32_le_linux_install.tar.xz
70104f5df1c1fcd948d47a7b99de2b383e04241b3cae096cfdae960377365376 *arc_gnu_2025.09_prebuilt_elf32_le_win_install.tar.xz
9e835ba827751b283fefe7eeb961d59f65db288a55729c22312536a9b4103857 *arc_gnu_2025.09_prebuilt_glibc_be_archs_linux_install.tar.xz
10e7c610e7e35e83cb7cdcecc98925b65ded681181ad3605998652695afbf640 *arc_gnu_2025.09_prebuilt_glibc_le_archs_linux_install.tar.xz
7fd994c5516a7075eb277bba3d45d6ae23e6ca8ba239ade6d650553aaacb7f28 *arc_gnu_2025.09_prebuilt_glibc_le_archs_native_install.tar.xz
0019f534e7edc7e4ba41a71b450a9fb6403748488253b45aacbb8d4bf9cd8d35 *arc_gnu_2025.09_prebuilt_riscv64_elf_le_linux_install.tar.xz
27ab17299e69529b9f0e4701e606b962bd8a7abcd07366e3a4314b5df3322e57 *arc_gnu_2025.09_prebuilt_riscv64_elf_le_win_install.tar.xz
8fb096ae41f472e1b7f82b19b3dbc3669fb832f061c3d6d18c1bf2be0c77b118 *arc_gnu_2025.09_prebuilt_riscv64_elf_picolibc_le_linux_install.tar.xz
6b3d5eec405f40e6e2e6885a66fd670425be353dd0937b0d41a1707d347404f3 *arc_gnu_2025.09_prebuilt_riscv64_elf_picolibc_le_win_install.tar.xz
ae2ff0d82b7177b07a786283136e5447e1a11628e5419c7513ab2d60734f9efb *arc_gnu_2025.09_prebuilt_uclibc_be_arc700_linux_install.tar.xz
9a70f308ed71cd56666546bcf7a9411a61e963aee308269e3d5b94f3ddc3177b *arc_gnu_2025.09_prebuilt_uclibc_be_archs_linux_install.tar.xz
699278b0eb9a9b1fa8e166462cb7dc1e9e385631b0ac2a5b3c6a2c208554ff00 *arc_gnu_2025.09_prebuilt_uclibc_le_arc700_linux_install.tar.xz
9c603c2743ba3b0dda7a363d75bec8235a779b0e1af83f2f7bcbb9b70b0fe219 *arc_gnu_2025.09_prebuilt_uclibc_le_archs_linux_install.tar.xz
2e87a592c33d5e40ad4d8c1e2092c7dbf1e8345187ec57a0d7e1337af83541ab *arc_gnu_2025.09_ide_linux_install.tar.xz
078b315081107118a10a5ab691269e3ca8f1205ed032f1da88f8bc1c6bd46fa4 *arc_gnu_2025.09_ide_win_install.exe
2983c9db13bca6cbd75eb9ae743079a8fd936478d8ba3fdd89dc901c7089f103 *arc_gnu_2025.09_sources.tar.xz
