Forum Discussion

Waveform's avatar
Waveform
Icon for New Contributor rankNew Contributor
5 years ago
Solved

Quartus 19.1 NIOS II ED error: Makefile:1012: recipe for target '***.elf' failed

Hello! I try to port on Quartus 19.1 working NIOS II project, which was early built on Quartus II 18.1. After installing all the necessaries (Eclipse and WSL , Ubuntu 18.04 and with all packages ...
  • Waveform's avatar
    Waveform
    5 years ago

    Hi!

    The problem is solved, due to help of russian Intel distributor's engineering support. Thanks to Roman!
    He pointed me to two things:
    - need of dividing workspace project and source software directories. It must be different directories inside common project directory.
    - use "New' - "NIOS II Application and Bsp from template" for generaion of new project structure. When I was generating new BSP, I used "New" - "NIOS II Board support package" and got such strange error:

    Executing: wsl;nios2-bsp hal . ../../qsys_system.sopcinfo
    --cpu-name nios2_gen2_0
    (D:\Temp\axie_system_controller_restored\software\qsys_bsp)
    /bin/bash: -c: line 0: syntax error near unexpected token `;'
    /bin/bash: -c: line 0: `;nios2-bsp hal .
    ../../qsys_system.sopcinfo --cpu-name nios2_gen2_0'


    Those advices helps me to build my project succesfuly in Quartus Prime Standart 19.1.