GreenteaOS/Tofita

build fails on Windows

aviumcaravan opened this issue · 1 comments

Describe the bug

aside from "error eperm operation not permitted unlink" on init-or-clean, getting to the NASM stage throws a bunch of "file not found" errors, which is pretty confusing.

Reproduction

  1. fetch all of the 4 repos
  2. go to Tofita
  3. run cmd /c build
  4. watch the syscall error on init-or-clean
  5. if you skip init-or-clean, nasm will throw a bunch of "file not found" errors

Platform

  • VMware Workstation 17 virtual machine running Windows 11 x64 on a host machine running Linux on a Ryzen 5 2600
  • i fetched the kawaii branch using the git clone commands from the readme

Expected behavior

build is supposed to just fly through the projects

Screenshots

No response

Additional context

No response

Agreements

PeyTy commented

I fail to see the problem. Maybe Windows 11 does some controlled folder access?

Try disk D: at tempFolder of config.json (or some other path)