Another Linux vs Windows issue. We have a TCL script that works under Linux when we use "vitis -s <scriptname>", but it gives us problems at the following line under Windows. Any idea what's going wrong here?

Another Linux vs Windows issue. We have a TCL script that works under Linux when we use "vitis -s <scriptname>", but it gives us problems at the following line under Windows. Any idea what's going wrong here?

I think you should make that a relative pathname like ./temp/workspace/system_build.xsa for better portability.
Sometimes putting the path in {} brackets helps. I think it tells Xilinx TCL to convert to the native path format of the local machine.
I think you should make that a relative pathname like ./temp/workspace/system_build.xsa for better portability.
Sometimes putting the path in {} brackets helps. I think it tells Xilinx TCL to convert to the native path format of the local machine.