Forum Discussion

Manu30's avatar
Manu30
Icon for New Contributor rankNew Contributor
5 months ago

Nios II Software Build Tools for Eclipse (Intel Quartus Prime 22.1 std lite edition) Installation re

have installed Intel Quartus Prime 22.1 Lite Edition along with the Nios II Software Build Tools for Eclipse. However, the Nios II IDE is not functioning properly. When I try to open the IDE, the Eclipse IDE does not display its proper name, and the tool icon shows as a generic Windows icon instead of the usual Eclipse icon.

Additionally, I am unable to debug the project created within the IDE; the "Suspend" and "Terminate" buttons are non-functional. Nios II requires WSL 1 with the Ubuntu 18.04 distribution, which is already installed on my system.

Could you please help me resolve this issue? I have attached a screenshot for reference.

6 Replies

  • Hi @Manu30,


    Greetings, as we do not receive any further clarification/updates on the matter, hence would assume challenge are overcome.


    Please login to ‘ https://supporttickets.intel.com/s/?language=en_US’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions. For new queries, please feel free to open a new thread and we will be right with you. Pleasure having you here.


    Best Wishes

    BB


  • Hi @Manu30,


    Good day, just following up on the previous clarification.

    By any chances did you managed to look into it?

    Hope to hear from you soon.


    Best Wishes

    BB


  • Hi @Manu30,


    Greetings, just checking in to see if there is any further doubts in regards to this matter.

    Hope your doubts have been clarified.


    Best Wishes

    BB


  • Hi Manu30,

    I can't directly relate to installation on Windows or the particular version that you are using, but I have gotten the Nios II IDE to function in Linux with the 23.1std version of the tools. I would recommend updating to that version...if you can...

    As an additional note, I'd recommend using Nios V for any designs. It's supported going forward. Nios II is deprecated and, frankly, hasn't had adequate support for the better part of 10 years. I'd only use Nios II, these days, if it were my only option.

    Can you point to exactly which installation instructions you tried to follow please?

    I might have to rope someone in who actually uses Windows to help on the "funky" Windows installation fun.

    Best Regards,

    Andor

    • Manu30's avatar
      Manu30
      Icon for New Contributor rankNew Contributor

      Hi,

      For my current application, the use of the Nios II processor is a requirement, which is why I have selected this platform.
      Following the installation procedure outlined on the Intel forum, I am using it as a reference for setting up the environment.
      Installation is done based on the procedure explained the following link,
      https://www.intel.com/content/www/us/en/software-kit/757262/intel-quartus-prime-lite-edition-design-software-version-22-1-for-windows.html
      As part of the Nios SBT IDE setup, installing WSL along with the Ubuntu 18.04 LTS distribution is necessary. I would like to know if improper installation of WSL could potentially cause issues in this context. Then kindly help me to resolve this issue.

      • Andor_Altera's avatar
        Andor_Altera
        Icon for New Contributor rankNew Contributor

        Okay...

        Have you tried something along the lines of what's described here:

        https://www.annabooks.com/Articles/Articles_FPGA/Intel-FPGA-Tools-Setup-Rev1.1.pdf

        It seems to have pretty thorough coverage for what you're attempting to do....I know it's not for exactly the version you're attempting to use, but as Nios V existed by then...I doubt the instructions have changed much between the versions in the linked PDF and what you're attempting to do (perhaps, a more recent version of Eclipse, etc., but otherwise it should look very similar).

        BTW, does it work to build (and run) via the command line? On any platform I'm testing, I check to ensure the CLI works before I attempt to bring up and IDE. At the CLI, I can debug low-level things like JTAG connectivity (using "jtagconfig -d" for example) and (for Nios II) make use of nios2-download and nios2-terminal. You can access most (if not all) necessary commands by entering a "Nios II Command Shell". It sets up your $PATH so that all the Nios II commands are accessible as well as some common Quartus II commands.

        With respect to your specific question...yes, I suppose a "funked up" WSL installation could cause issues. I think it makes sense to get CLI "stuff" working, first, and then move onto using the IDE (Nios II SBT for Eclipse).

        Regards,

        Andor