Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
16 years ago

Unable to running eclipse on centos 5.4 host

Hi,

I installed quartus and nios II 9.1 suite on Centos 5.4 64 bit. I also installed with success the driver for the usb blaster cable.

Quartus works fine as SOPC builder, but when I try to launch Eclipse using dedicated key in SOPC Builder nothing happens.

Then I tried to launch eclipse with command

/apps/altera9.1/nios2eds/bin/eclipse-nios2

but in the command windows is shown

the configured quartus ii version [quartus-unknown] does not match the current nios ii eds version [9.1].

ensure that the quartus_rootdir and sopc_kit_nios2 environment variables are set correctly.

but when I execute the echo for the these enviroment variables i obtain

>$ echo $quartus_rootdir $opc_kit_nios2

/apps/altera9.1/quartus/bin/ /apps/altera9.1/nios2eds/

How can I resolve this iussue?

Thank's a lot

Rocco

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    since it says [quartus-known] it seems like that's where the issue is. change your QUARTUS_ROOTDIR to /apps/altera9.1/quartus it looks like you have an extra /bin on yours.

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    since it says [quartus-known] it seems like that's where the issue is. change your QUARTUS_ROOTDIR to /apps/altera9.1/quartus it looks like you have an extra /bin on yours.

    --- Quote End ---

    Yes, you're right!!! Exporting the QUARTUS_ROOTDIR with path /apps/altera9.1/quartus now is working!

    Thank's a lot! ;)