10-15-2024, 09:51 PM
This error means the compiler has no permission to create or write the .tap output file.
There's little I can do. I suspect that either the directory is protected, or there is a file with the same name in read only mode.
Try using -o anotherfile.tap or -o C:\temp\demo1.tapĀ
This version has been tested by other people using Windows, Linux and Mac. So I'm not sure it's related to that version specifically.
There's little I can do. I suspect that either the directory is protected, or there is a file with the same name in read only mode.
Try using -o anotherfile.tap or -o C:\temp\demo1.tapĀ
This version has been tested by other people using Windows, Linux and Mac. So I'm not sure it's related to that version specifically.