Forum Discussion
NiosV µC/OS-II
Hello,
uCOSII is supported for Nios V core.
Can you please try latest Quartus release and use the example design from this location?
Let me know
Thanks
Hello,
Ok, this is working using Quartus Version 25.1.0 Build 129 03/26/2025 Patches 0.36 SC Pro Edition.
Does it mean I have a problem with the Quartus 23 installation?
I also have this message many times during compilation:
/usr/bin/cmake: /home/intelFPGA_pro/25.1/quartus/linux64/libcurl.so.4: no version information available (required by /usr/bin/cmake)Thanks
- tehjingy_Altera5 months ago
Regular Contributor
Hi antoineb
Did you run the cmake from the niosv-shell?
Could you please try running the generation of the cmake files and the make from the niosv-shell.
- antoineb5 months ago
New Contributor
Hello,
Ok, I will do that.
Thanks
- tehjingy_Altera4 months ago
Regular Contributor
- LiangYuG_Altera5 months ago
Contributor
Hi antoineb
Ok, this is working using Quartus Version 25.1.0 Build 129 03/26/2025 Patches 0.36 SC Pro Edition.
Does it mean I have a problem with the Quartus 23 installation?I believe you are facing similar issue explained in this KDB.
Nevertheless, the rule of thumb is always installed the latest Quartus software.Why do I get ERROR: SOPC_KIT_NIOS environment variable not set? | Altera Community - 341170
I also have this message many times during compilation:
/usr/bin/cmake: /home/intelFPGA_pro/25.1/quartus/linux64/libcurl.so.4: no version information available (required by /usr/bin/cmake)I believe it is benign.
But as commented by tehjingy_Altera, it is recommended to "run the cmake from niosv-shell".
This is because the Nios V Command Shell re-establish $PATH to use the cmake in RiscFree IDE, which helps our customer to get the same environment as our system here.Since your case is related to /usr/bin/cmake, you are using the default cmake from OS.
Unfortunately, we have no visibility on how your OS's cmake may behave or affect your compiled binaries.Regards,
Liang Yu