Linux Problem

  • Thread starter Thread starter godreborn
  • Start date Start date
  • Views Views 2,454
  • Replies Replies 25

godreborn

Welcome to the Machine
Member
Joined
Oct 10, 2009
Messages
38,464
Solutions
14
Reaction score
24,176
Trophies
3
XP
29,466
Country
United States
I'm not sure what's causing this, but I'd tried chown and chmod with all privileges, but this. splashtool is in the devkitpro directory (/opt/devkitpro/splashtool). I've not had this issue before with this stuff:

godreborn@GODREBORN-LAPTOP:~/fastboot3DS$ make
make[2]: '/home/godreborn/fastboot3DS/arm9/fastboot3DS9.bin' is up to date.
make[2]: '/home/godreborn/fastboot3DS/superhax/superhax.bin' is up to date.
banner.png
menu.png
make[2]: splashtool: Permission denied
make[2]: *** [/home/godreborn/fastboot3DS/arm11/Makefile:168: menu.spla.o] Error 127
make[2]: *** Waiting for unfinished jobs....
make[2]: splashtool: Permission denied
make[2]: *** [/home/godreborn/fastboot3DS/arm11/Makefile:168: banner.spla.o] Error 127
make[1]: *** [Makefile:115: all] Error 2
make: *** [Makefile:44: checkarm11] Error 2
 
yes, I got it just now. I had to chmod +x each individual file, but I did all in one folder in a lump sum. not sure why this folder was doing that:

1653338424865.png
 
yes, I got it just now. I had to chmod +x each individual file, but I did all in one folder in a lump sum. not sure why this folder was doing that:

Did you do something like 'chmod (permission) (folder)' or 'chmod -R (permission) (folder)'?
 
for some reason, the command was not being recursive, so all subfolders were unchanged.
 
  • Like
Reactions: godreborn
Be careful as -r removes read permissions, -R is recursive. In theory "chmod -R +x (folder)" should work, but the page also uses the number variation for permissions.

It may be worth reading around, this site seems to give a bit more detail:
https://www.pluralsight.com/blog/it-ops/linux-file-permissions
how do you get new files to inherit the same permissions? I mean I'm trying to build an sm64-port, but when it extracts the assets, tons of permission denied errors.
 
how do you get new files to inherit the same permissions? I mean I'm trying to build an sm64-port, but when it extracts the assets, tons of permission denied errors.

1) Where did you get the source code?
2) Was it a zip folder or did you use e.g. 'git clone'
3) Is this within your home folder?

I ask because I just tried to compile a version of SM64 for Linux and it worked just fine following it's instructions and I used my (home)/Downloads folder
https://github.com/sm64-port/sm64-port
 
I got it by downgrading openorbis to 0.5, which the dev said he used. tons of permission errors, but they turned out to be faulty ones, so something must've been wrong with the make file or something:

1653591912886.png
 
do you know how to use a specific version of llvm or clang if you have several installed? I think my system is using the latest.
 
sudo apt remove package name

now, I get a cpu read error for installing or removing anything.
 

Site & Scene News

Popular threads in this forum