GCC Toolchain¶
1. Introduction¶
GCC (GNU Compiler Collection) is a programming language compiler developed by the GNU Project, distributed as free software under the GPL license. It is a key component of the GNU Project. Originally designed as a compiler for the GNU operating system, GCC has become the standard compiler for most Unix-like operating systems (Linux, BSD, macOS, etc.). It supports toolchains for various core architectures, including RISC-V, and includes components such as compilers, assemblers, and linkers for converting source code into executable files.
2. Download¶
Download Chipintelli CI13XX series chip compiler GCC tool from Chipintelli Website: âDownload (riscv-nuclei-elf-gcc), or if you are a registered developer, you can search and download it from âChipintelli AI Speech DevelopmentPlatform - Development Resources.
Note
The GCC version format used by CI13XX series chips is riscv-nuclei-elf-gcc-x.x.x
3. Installation¶
- The downloaded file from the above link should be a compressed archive. Extract this archive to any folder (preferably with a path that contains no spaces or Chinese characters).
- Open Visual Studio Code. If not installed, please refer to the documentation âVisual Studio Code for download and installation instructions.
- Please refer to the “Set Up Compiler Path for CI Tool” section in the documentation âIDE Setup and Usage for configuration.