2023-03-29 12:45 PM
Hello, After creating a project on the SSD in the computer, I have no problems compiling this project. But I cannot compile the project (over TCP/IP) that I created in the server in the company. I keep getting the error "No such file or directory" when I try to compile. What is the reason of this?
(Example file path where I am trying to build and compile the project: \\10.0.0.4\bnz-fs\AKN02\AKN02-1A\BNZ02-1B-304\ELECTRONICS\SOFTWARE\MyExamplePROJECT )
Solved! Go to Solution.
2023-03-29 12:50 PM
Can you ask your IT person to help? They probably would advise mapping a drive letter to your server (net use N: \\10.0.0.4\bnz-fs .... )
2023-03-29 12:50 PM
Can you ask your IT person to help? They probably would advise mapping a drive letter to your server (net use N: \\10.0.0.4\bnz-fs .... )
2023-03-30 01:58 AM
Thanks Pavel, After mapping the server to a drive letter, the issue was resolved.