Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16595 Discussions

make (e=2): The system cannot find the file specified.

Himanshu_Teotia
Beginner
1,214 Views

We have tried to build C++ with the cli but we got this error .

nios2-elf-insert App.elf --thread_model hal --cpu_name main_cpu --qsys true --simulation_enabled false --stderr_dev jtag_uart_1 --stdin_dev jtag_uart_1 --stdout_dev jtag_uart_1 --sopc_system_name qsys_vip_passthrough --sopcinfo e:/db_uc1_nios_mainapp/db_uc1_nios_mainapp/BSP_mainApp/../resources/sopcinfo/RevH_feb011/qsys_vip_passthrough.sopcinfo
process_begin: CreateProcess(NULL, nios2-elf-insert App.elf --thread_model hal --cpu_name main_cpu --qsys true --simulation_enabled false --stderr_dev jtag_uart_1 --stdin_dev jtag_uart_1 --stdout_dev jtag_uart_1 --sopc_system_name qsys_vip_passthrough --sopcinfo e:/db_uc1_nios_mainapp/db_uc1_nios_mainapp/BSP_mainApp/../resources/sopcinfo/RevH_feb011/qsys_vip_passthrough.sopcinfo, ...) failed.
make (e=2): The system cannot find the file specified.

 

make: *** [App.elf] Error 2
make: *** Deleting file `App.elf'

 

05:57:35 Build Finished (took 50s.437ms)

0 Kudos
1 Reply
EricMunYew_C_Intel
Moderator
1,193 Views

Can you try to add c:\intelFPGA\20.1\nios2eds\sdk2\bin to PATH


0 Kudos
Reply