Forum Discussion
Nios-V C++ Debug Problem
- 10 months ago
Hi Balerion,
Our team have contacted with Ashling, and they have provided the solution to this issue. The latest Ashling* RiscFree* IDE v25.2.1 (version dated 09 May 2025) have resolved this issue.
You may download it separately from Quartus® Prime Pro Edition Installer for software version 25.1.1 download link.
- Click on the link.
- Select your Operating System.
- Download and launch the Installer.
- Select and install these only:
- Add-ons and Standalone Software > Ashling* RiscFree* IDE for Altera
- Add-ons and Standalone Software > Quartus® Prime Pro Edition Programmer and Tools
And use it with your Quartus® Prime Pro Edition software version 24.3.
Note: Refrain from using the 25.3 installer. It is just discovered that it is packaged with an older RiscFree IDE (version dated 31st Jan 2025). Which still have this C++ debug issue.
Regards,
Liang Yu
Hi Balerion,
Can you confirm that when you build your C++ App it has compiled correctly to generate an .elf and .hex file? Here I'm just looking to confirm that your CMake file correctly identifies c++ as the language, but also that your settings.bsp file was configured to enable c++.
Thanks.
Hi,
I just verified that my .elf file and .out file generated successfully. It says "Build Finished. 0 errors, 0 warnings. (took 10s.598ms). İt didn't generate .hex by default. It generated a .out and a .elf file.
Thanks, Balerion