Forum Discussion
Thanks for your reply! I did read the link:sopc-create-header-files: Failed writing output file to /tmp/sopc-create-header-files.206.tmp.swinfo | Altera Community - 275326 , and I tried, but it still report the same failed result:
Failed writing output file to /sopc-create-header-files.38.tmp.swinfo sopc-
create-header-files: sopcinfo2swinfo.exe --input=c:/my_de25_nano_workplace/my_first_qsys_system/qsys_top/qsys_top.sopcinfo --output=/sopc-create-header-files.38.tmp.swinfo failed
Hi DLiu5
Do you know or able to see where this directory located /sopc-create-header-files.38.tmp.swinfo or /tmp/sopc-create-header-files.38.tmp.swinfo failed?
I suspect it might be trying to access linux folder in WSL which Windows cannot translate.
Could you try again using the Nios Shell command prompt (i think this might resolve the directory issue where the script is trying to use linux native folder but windows cannot access) , but as you get command not found, it means that you dont have this path in your environment . Could you try add that inside the nios command shell (eg PATH=/altera_pro/25.1.1/quartus/sopc_builder/bin:$PATH <--make sure directory path is correct) and see whether still got the command not found error?