Forum Discussion

PHeri1's avatar
PHeri1
Icon for New Contributor rankNew Contributor
5 years ago

No templates available after inserting SPOC info file

I am not able to select a template file anymore in Eclipse after selecting an info file.

I also cannot use the BSP Editor. After selecting an info file, Operating system will be empty and I cannot select another one.

Using Quartus 19.1, Elcipse Build id: 20120216-1857

Nios II Software Build Tools & System Console 12.1.0.177

I want to try these tutorials:

The Nios® II Processor: Introduction to Developing Software

https://www.youtube.com/watch?v=lG2I56NKLQk

Designing with NIOS® II Processor Part 1

https://www.youtube.com/watch?v=WGteIQqNfvY

Designing with NIOS® II Processor Part 2

https://www.youtube.com/watch?v=o-K8VBa0Uk8

5 Replies

  • SyafieqS's avatar
    SyafieqS
    Icon for Super Contributor rankSuper Contributor

    Hi Peter,

    Is it first time or working fine then suddenly happen? What type of Quartus prime you use e.g Lite,Standard,Pro ?. It could be due to your .sopcfile is not properly generated or your system design issue in platform designer. Make sure all the connection is connected, module is instantiated and all necessary config is set properly for your system design. Then recompile your design let me know if it works.

    Thanks,

    Regards

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

      Hi,

      I am very new to this, so it was the first time.

      After your reply I did:

      • Removed all Quartus, Altera and Eclipse applications from my computer
      • Installed the full version of Quartus 19.1 Lite
      • Installed the patch for Quartus 19.1 Lite
      • Enabled Windows Subsystem for Linux (WSL)
      • Installed CanonicalGroupLimited.Ubuntu18.04onWindows_1804.2018.817.0_x64
      • Installed Eclipse IDE for C/C++ developers (jre1.8.0_60)
      • Unzipped eclipse_nios2_plugins.zip found at C:\intelFPGA_lite\19.1\nios2eds\bin onto desktop
      • Extracted eclipse-cpp-mars-2-win32-x86_64.zip (hard to find on the web) into C:\intelFPGA_lite\19.1\nios2eds\bin\eclipse_nios2
      • Copied all files and folders in previous created folder on desktop (from eclipse_nios2_plugins.zip) into C:\intelFPGA_lite\19.1\nios2eds\bin\eclipse_nios2, overriding all existing files and folders
      • Nios II Software Build Tools for Eclipse (Quartus Prime 19.1) will work as expected, that is: after loading the SOPC info file, the templates are now still available.

      But continuing will result in: Failed to execute: wsl dos2unix create-this-bsp; ./create-this-bsp --cpu-name nios2_gen2_0 --no-make

      Any idea?

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

        Problem with Failed to execute: wsl dos2unix create-this-bsp; ./create-this-bsp --cpu-name nios2_gen2_0 --no-make

        seems to be solved by doing:

        Open Windows CMD:

        wsl

        sudo apt-get update

        sudo apt-get install dos2unix

        sudo apt-get install make

        exit

        Nois II for Eclipse seems to work, I will further investigate.