Linux Problem

godreborn

Welcome to the Machine
OP
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,138
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
 

godreborn

Welcome to the Machine
OP
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,138
Country
United States
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
 

tech3475

Well-Known Member
Member
Joined
Jun 12, 2009
Messages
3,659
Trophies
2
XP
6,045
Country
  • Like
Reactions: godreborn

godreborn

Welcome to the Machine
OP
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,138
Country
United States
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.
 

tech3475

Well-Known Member
Member
Joined
Jun 12, 2009
Messages
3,659
Trophies
2
XP
6,045
Country
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
 

godreborn

Welcome to the Machine
OP
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,138
Country
United States
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
 

godreborn

Welcome to the Machine
OP
Member
Joined
Oct 10, 2009
Messages
38,471
Trophies
3
XP
29,138
Country
United States
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.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    cearp @ cearp: Welcome hazbeans