vscode-riscv-venus icon indicating copy to clipboard operation
vscode-riscv-venus copied to clipboard

".import" on Windows is not working

Open Holence opened this issue 11 months ago • 2 comments

I am trying to debug code with .import using relative path on Windows, which gives the error below:

image

Error: ENOENT: no such file or directory, open '/D:/0000/CS61C/CS61C-fa20/proj2/unittests/assembly/TestAbs_test_minus_one.s'

perhaps the '/' prefix is causing the problem?

the code is from cs61c proj2, here is an example

Holence avatar Mar 25 '24 16:03 Holence