A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: joy1638765936020
Ixiasoft
Visible to Intel only — GUID: joy1638765936020
Ixiasoft
2.3.1.2. Setting Up Open-Source Tools
Open-source tool | Description and Path Variable |
---|---|
GNU RISC-V Embedded GCC (v10.2.0-1.2 or later) |
A pre-built toolchain to compile programs for RISC-V development. Windows command prompt:
Linux terminal:
|
CMake (v3.14.10 or later) | A system that manages the build process using CMakeLists.txt Windows command prompt:
Linux terminal:
|
xPack Windows Build Tools1 (v3.2.1.1 or later) |
A specific package that includes GNU Make and BusyBox to perform builds on Microsoft* Windows*. Windows command prompt:
|
Eclipse C/C++ Development Tooling (CDT) for Embedded C/C++ Developers2 (v4.2.1-2 or later) |
A development tool that includes Eclipse plug-ins and tools for RISC-V development. |
Refer to the following procedure for setting up the open-source tools:
- Download the respective open-source tools based on your operating system. Refer to the Related Information for the download links.
- Extract the downloaded .zip or .tar file into this directory:
<Intel Quartus Prime installation directory>/niosv
- Setup the environment variable (PATH) to include the installed tools into the design flow. The directory path may vary due to different tool version.
- If you are using Eclipse Embedded CDT, refer to Building the Application Project using Eclipse Embedded CDT.
- If you are using Command-Line Interface (CLI), refer to the Open-source Tools and proceed with the environment variable (PATH) setup commands base on your operating system.