Hello,
Sometimes when I get error "cannot create a temporary file: no such file or directory" and I delete files like chrome.exe/chrome.dll/chrome.dll.rsp/chrome.7z and start compilation again.
But today I have tried several times without luck and decided to ask advice.
In parallel folder the same sources have build successfully.
Temp folder is empty.
What can be the reason of error?
Regards,
Pavel
ninja -C out/Default chrome
ninja: Entering directory `out/Default'
[1/9] LINK(DLL) chrome_child.dll chrome_child.dll.lib
FAILED: chrome_child.dll chrome_child.dll.lib
ninja -t msvc -e environment.x86 -- ../../third_party/llvm-build/Release+Asserts/bin/lld-link.exe /nologo /IMPLIB:./chrome_child.dll.
lib /DLL /OUT:./chrome_child.dll /PDB:./chrome_child.dll.pdb @./chrome_child.dll.rsp
lld-link: error: cannot create a temporary file: no such file or directory
[3/9] CXX obj/chrome/browser/ui/ui/wallet_dom_handler.obj
ninja: build stopped: subcommand failed.