Forum Discussion
15 Replies
- Altera_Forum
Honored Contributor
Hey I have the same problem...
I hope this can be fixed soon... Or we can find out a way to install it "manually" by extracting the files from the installation package. - Altera_Forum
Honored Contributor
OK. Someone figured out in the other thread. Just create an environment variable. I could not post link so I just quoted from the guy.
--- Quote Start --- The variable is called SOPC_KIT_NIOS2 and it should point to “c:\altera\10.0\nios2eds” or whatever the nios2eds directory is. --- Quote End --- It works! - Altera_Forum
Honored Contributor
Thank you!! Didn't see that other thread before. It works :-)
- Altera_Forum
Honored Contributor
I Have installed Quartus 10 with NIOS 10. Later I tried without success to install the Monitor Program (On the Altera site there is only an installer for Quartus 9.1).
It complains that it cannot find Quartus.exe at \bin Can somebody help me? Thanks. - Altera_Forum
Honored Contributor
You need to check if the environment variable QUARTUS_ROOTDIR points to where quartus is installed, default is c:\altera\10.0\quartus.
Hope it helps :) - Altera_Forum
Honored Contributor
Now that I have these variables set:
QUARTUS_ROOTDIR: c:\altera\10.0\quartus SOPC_KIT_NIOS2: C:\altera\10.0\nios2eds It complains that it needs a Quartus version 9.0 or later. The message is: Altera University Program Design suite requires (Version 4.2) Quartus II version 9.0 or later. I am using the installer: altera_upds_setup_vhdl - Altera_Forum
Honored Contributor
Hm. It worked for me after setting those variables.
- Altera_Forum
Honored Contributor
Sorry to bring you back to this old quote, however I have tried adding the env. variable and get the same comment. What is supposed to be in the directory that is pointed to by the environment variable? (is it just where the monitor gets loaded or is it to have the nios files?) /thank you/ wayne
--- Quote Start --- OK. Someone figured out in the other thread. Just create an environment variable. I could not post link so I just quoted from the guy. It works! --- Quote End --- - Altera_Forum
Honored Contributor
Note: To install the University Program Design Suite with Quartus II v10.0, you will need to add the environment variable “SOPC_KIT_NIOS2”. It should point to the nios2eds directory (for example: “c:\altera\10.0\nios2eds”).
i am new and have to use quartus to design a PLC for my final project. please guide me how to set the environment variable and what is it? thanks - Altera_Forum
Honored Contributor
In windows 7, press win+pause to enter system information. Press Advanced system settings -> Environment variables and look for "SOPC_KIT_NIOS2" in the System variables list. If it doesnt exist, create it by hitting "new". If the path is not correct, edit it by pressing "edit" :)
I'm not sure, but I would guess you have to type "export SOPC_KIT_NIOS2="path/to/nioseds"" in system terminal if you're using Linux. wmlouds : it should point to where nios eds is installed Hope it helps :)