Hi,
I'm trying to set up the "TEI0050 Basic Example" from the "TEI0050-test_board-quartus_21.1.1-20220811093807.zip" package:
https://shop.trenz-electronic.de/trenzdownloads/Trenz_Electronic/Modules_and_Module_Carriers/2.5x7.07/TEI0050/Reference_Design/21.1/test_board/TEI0050-test_board-quartus_21.1.1-20220811093807.zipI have installed "Intel® Quartus® Prime Lite Edition Design Software, Version 21.1.1" on Windows 10 Professional, and when I'm running the "create_project_win.cmd" script, the "Create Project" dialog pops up. After clicking the "Create project" button, the script runs for a while, and at the end it fails with the following error messages:
Info: [TE_SDK-05] Create bsp. Please wait ...
Info: [TE_SDK-06] Command results on: exec wsl bash /mnt/c/intelfpga_lite/21.1/nios2eds/nios2_command_shell.sh ./create-this-bsp --no-make:
create-this-bsp: Running "nios2-bsp hal . E:/Users/stm/Documents/FPGA/Altera/test_board-quartus_21.1.1/test_board/quartus/NIOS_test_board.sopcinfo --set hal.enable_small_c_library true --set hal.enable_c_plus_plus false --set hal.enable_reduced_device_drivers true --cpu-name nios2"
nios2-bsp hal . E:/Users/stm/Documents/FPGA/Altera/test_board-quartus_21.1.1/test_board/quartus/NIOS_test_board.sopcinfo --set hal.enable_small_c_library true --set hal.enable_c_plus_plus false --set hal.enable_reduced_device_drivers true --cpu-name nios2 failed
wslpath: .
wslpath: .
mkdir: cannot create directory ââ: No such file or directory
wslpath: .
nios2-bsp: Can't mkdir -p
Info: [TE_SDK-07] Create bsp -> done
------------------------------
Info: [TE_SDK-08] Create app. Please wait ...
Info: [TE_SDK-09] Command results on: exec wsl bash /mnt/c/intelfpga_lite/21.1/nios2eds/nios2_command_shell.sh ./create-this-app --no-make:
create-this-bsp: Running "nios2-bsp hal . E:/Users/stm/Documents/FPGA/Altera/test_board-quartus_21.1.1/test_board/quartus/NIOS_test_board.sopcinfo --set hal.enable_small_c_library true --set hal.enable_c_plus_plus false --set hal.enable_reduced_device_drivers true --cpu-name nios2"
nios2-bsp hal . E:/Users/stm/Documents/FPGA/Altera/test_board-quartus_21.1.1/test_board/quartus/NIOS_test_board.sopcinfo --set hal.enable_small_c_library true --set hal.enable_c_plus_plus false --set hal.enable_reduced_device_drivers true --cpu-name nios2 failed
create-this-bsp failed
wslpath: .
wslpath: .
mkdir: cannot create directory ââ: No such file or directory
wslpath: .
nios2-bsp: Can't mkdir -p
Info: [TE_SDK-10] Create app -> done
------------------------------
Info: [TE_SDK-11] Make all - software. Please wait ...
Info: [TE_SDK-12] Command results on: exec wsl bash /mnt/c/intelfpga_lite/21.1/nios2eds/nios2_command_shell.sh make:
make: *** No targets specified and no makefile found. Stop.
Info: [TE_SDK-13] Make all - software -> done
------------------------------
Info: [TE_SDK-14] Generate hex file. Please wait ...
Error: [TE_DES-42] Script (TE::SDK::generate_hex_file) failed: couldn't open "E:/Users/stm/Documents/FPGA/Altera/test_board-quartus_21.1.1/test_board/software/hello_tei0050_bsp/mem_init.mk": no such file or directory
Error: [TE_DES-31] Script (TE::DES::run_sw_project) failed:
Error: [TE_TK-11] (TE) Script (TE::DES::run_project) failed: .
Note the suspicious "cannot create directory" messages with garbage characters. I tried to follow all the recommendations, e.g. no spaces in the paths and no paths over 250 characters. What am I doing wrong here?
I have attached the full logging output to this message.
Thanks
Stephan