Forum Discussion
Hi Syam,
Since you are not able to provide the small test case design, I am not able to further replicate and debug the issue. This issue might me related to WSL installation. From the log, you may see the error message like below:
Error: s0: Cannot find sequencer/sequencer.elf
This error occurs when the DDR3 IP generation tries to invoke the Nios2 Command Shell and it fails. In Windows, the most common reason is that Windows Subsystem for Linux (WSL) is not properly installed on the user's machine. In Linux, either or both of the 32-bit libraries and build essentials are not installed correctly.
For Win 10
- Reinstall WSL properly (make sure all the package downladed successfuly).
- Might need to disable vpn/antivirus/security that restrict the package download
Linux
- install below package
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install build-essential