The exact line that the problems occur are:
tar xf /home/miner/AMD-APP-SDK-v2.8-lnx64.tgz
When i type that line in terminal i get this error:
"Cannot open: No such file or directory
tar: Error is not recoverable: exiting now"That command needs to be adapted for your specific scenario. Find the path where you downloaded the file to. For me, it was "/home/crazyates/Downloads/AMD-APP-SDK-v2.8-lnx64.tgz"
Oh ofc!
Heres the line i think is right for me:
tar xf /home/RHWN/Downloads/AMD-APP-SDK-v2.8-lnx64.tgz
But i still get that error, also had a look inside the Download folder and yepp! There it was!
Dont really know what to do.
Can you "cd /home/RHWN/Downloads" and run "ls" and see the file? Remember that you need to type your commands case-sensitive.