Forum Discussion
Have you follow all the procedures for installing WSL, as stated in the user guide:
Additionally, please check that your machine system met the minimum Hardware and Software Requirements.
If the issue still persists, could you try to uninstall Quartus and reinstall the software with Administrator privileges?
Regards,
Richard Tan
- Hidetaka7 months ago
New Contributor
Hello, Richard-san.
I had already performed the process on this page.
https://www.intel.com/content/www/us/en/docs/programmable/683472/25-1/operating-system-requirements.html
Next, I referred to the Hardware and Software requiremants page and downloaded and installed the Latest Microsoft Visual C++ Redistributable Version.
However, the result was the same script error. Therefore, I reinstalled Quartus Prime standard 24.1.
I confirmed that Nios II SBT for Eclipse via eclipse-nios2.exe started.https://www.intel.com/content/www/us/en/support/programmable/articles/000086893.html
After that, I tried to generate the LPDDR2 IP again, but the result was the same.
What else could you think of?
Regards, Hidetaka.
- Hidetaka7 months ago
New Contributor
Hello, Richard-san.
When I saw the error message, the error was in the "Info: LPDDR2_top2: Generating example design" item,
so I thought maybe I just shouldn't generate the example design, so I ran it, and it was generated without any errors.
Error: Execution of script "/0008_LPDDR2_top2_gen/simulation/generate_sim_example_design.tcl" is causing an error,so I would appreciate it if you could fix this part.
Regards, Hidetaka.
- RichardT_altera7 months ago
Super Contributor
Just to confirm, is it just the IP or the example design is generated successfully without ticking the "Generate Example Design" ?
Regards,
Richard Tan
- RichardT_altera7 months ago
Super Contributor
We might need some debugging on this issue. Just to confirm everything is correct.
• Open the start menu and type Turn Windows features on or off
• In the window that appears, check that the Windows Subsystem for Linux is ticked, when prompted, restart your PC.
• Open a command prompt and type "wsl --list --verbose". You should get something like the following:
C:\Users\xxx> wsl --list --verbose
• Type wsl -u root to enter the Ubuntu terminal and issue the following commands
o apt update
o apt install wsl dos2unix make build-essential
Wait until the installation finishes.
After that, open Quartus and try generating the IP again.
Another thing that is different from what you did is that I do not install the Nios II SBT for Eclipse separately.
It comes along when I installed the Quartus.
As you can see in the picture, I have a few Quartus versions installed in my laptop with different Nios II version respectively.
So perhaps try to uninstall the Nios II SBT for Eclipse.
Or maybe install the Quartus v23.1std and see if the IP generation in v24.1 works.If so, I suspect the environment variable settings might be the issue since I have a few Quartus version installed.
Regards,
Richard Tan- Hidetaka7 months ago
New Contributor
Hello, Richard-san.
I additionally reran the following:But the result was the same.
Only Quartus Prime standard 24.1.0.1077 and Quartus Pro 25.1.0.129 are installed on my PC.
Is the difference that I installed CDT 8.8.1 additionally?
https://www.intel.com/content/www/us/en/support/programmable/articles/000086893.html
I don't think it's a problem with the windows environment variables.I have not yet run it in an environment where CDT 8.8.1 for Windows has been removed. I will try it tomorrow.
Regards, Hidetaka.