-
Notifications
You must be signed in to change notification settings - Fork 582
./fasm: Permission denied #288
Comments
Type in the following to proceed. |
Maybe this #260 will help?? Had the same but now I got to this after i run
from the error log
|
Hi, I run cmake ../nheqminer and say this: -- The CXX compiler identification is unknown Tell CMake where to find the compiler by setting either the environment -- Configuring incomplete, errors occurred! please Help me |
Should remove "./" in assemble.sh as it means run from current directory not global. cat assemble.sh
No problems running manually via cmd prompt
|
I got this same issue, when i ran chmod +x fasm, i now get a syntax error. Note i am using the Built in Ubuntu shell for Win 10, so that may be the cause? |
just pull my PR #226 already |
Or just change the lines to At least thats what worked in my setting. |
@JaquesBoum that is not a good idea, to assemble files as root. Why would you do that?! If anything, that's dangerous. And besides, afterwards, the generated binary is then owned by root so the user cannot clean/delete the sources any more without another |
Good Point. For my use case it made no difference - but I remove my suggestion so it does not get used on a production system by someone. |
Sure. As the first comment suggests, it is easier and more secure to just run |
I followed the steps in https://github.com/nicehash/nheqminer
The text was updated successfully, but these errors were encountered: