Search found 1839 matches

by WinterMute
Wed Feb 28, 2024 10:42 am
Forum: devkitPPC
Topic: devkitPPC cannot find powerpc-eabi-gcc
Replies: 19
Views: 778

Re: devkitPPC cannot find powerpc-eabi-gcc

limegradient wrote: Wed Feb 28, 2024 4:54 am The other permissions look ok but when I run the xattr command I dont get any attributes. I am running this: xattr -l /opt/devkitpro/devkitPPC/bin/powerpc-eabi-gcc*
You said the problem was powerpc-eabi=g++ this time though? Are you still getting that @ on the end of the permissions list?
by WinterMute
Tue Feb 27, 2024 11:35 pm
Forum: devkitPPC
Topic: devkitPPC cannot find powerpc-eabi-gcc
Replies: 19
Views: 778

Re: devkitPPC cannot find powerpc-eabi-gcc

The @ is gone from the end of the files? The other permissions look OK?
by WinterMute
Tue Feb 27, 2024 8:49 pm
Forum: devkitPPC
Topic: devkitPPC cannot find powerpc-eabi-gcc
Replies: 19
Views: 778

Re: devkitPPC cannot find powerpc-eabi-gcc

It's definitely odd. Are you getting that com.apple.provenance attribute on files in the fresh install? What macOS version is this?
by WinterMute
Tue Feb 27, 2024 7:29 pm
Forum: devkitPPC
Topic: devkitPPC cannot find powerpc-eabi-gcc
Replies: 19
Views: 778

Re: devkitPPC cannot find powerpc-eabi-gcc

Are you using some kind of vpn? The installer downloads some machine specific files and I see recent blocked attempts to download those files from a Microsoft ip. Unfortunately people choose to ignore us when we ask them not to use pacman in CI so we've had to block the ip ranges that run github CI.
by WinterMute
Tue Feb 27, 2024 6:26 pm
Forum: devkitPPC
Topic: devkitPPC cannot find powerpc-eabi-gcc
Replies: 19
Views: 778

Re: devkitPPC cannot find powerpc-eabi-gcc

That is the complete output. myuser@MacBook-Pro gdwii % xattr -l /opt/devkitpro/devkitPPC/bin/powerpc-eabi-gcc* /opt/devkitpro/devkitPPC/bin/powerpc-eabi-gcc-bak: com.apple.provenance: I don't really understand why you get this output - the @ on the end of all the files in the directory listing you...
by WinterMute
Tue Feb 27, 2024 5:51 pm
Forum: devkitPPC
Topic: devkitPPC cannot find powerpc-eabi-gcc
Replies: 19
Views: 778

Re: devkitPPC cannot find powerpc-eabi-gcc

limegradient wrote: Tue Feb 27, 2024 2:42 pm The output is: /opt/devkitpro/devkitPPC/bin/powerpc-eabi-gcc-bak: com.apple.provenance:
There are 6 files in that folder which should be shown along with the extended attributes. Can you post the complete output as you did for the previous one with ls -al?
by WinterMute
Tue Feb 27, 2024 10:24 am
Forum: devkitPPC
Topic: devkitPPC cannot find powerpc-eabi-gcc
Replies: 19
Views: 778

Re: devkitPPC cannot find powerpc-eabi-gcc

What's the output of xattr -l /opt/devkitpro/devkitPPC/bin/powerpc-eabi-gcc*?
by WinterMute
Mon Feb 26, 2024 10:37 am
Forum: devkitPPC
Topic: devkitPPC cannot find powerpc-eabi-gcc
Replies: 19
Views: 778

Re: devkitPPC cannot find powerpc-eabi-gcc

It doesn't seem likely that pulling from your git repo could have changed anything unless you're keeping toolchain binaries in there. I can only speculate that something has changed permissions on that binary which shouldn't really be possible on linux or macOS unless you're running as root. Out of ...
by WinterMute
Mon Feb 26, 2024 2:50 am
Forum: devkitPPC
Topic: libatomic support
Replies: 8
Views: 337

Re: libatomic support

libatomic configury currently says no

Code: Select all

configure: error: Configuration powerpc-unknown-eabi is unsupported.
There are some other dependencies we need to satisfy that aren't straightforward unfortunately. It's unlikely we'll get back to looking at this soon, sorry.
by WinterMute
Mon Feb 26, 2024 2:19 am
Forum: devkitPPC
Topic: libatomic support
Replies: 8
Views: 337

Re: libatomic support

So I'm still kind of stuck. I threw the config into the template: OK. It seems that libatomic is needed for 64bit atomics on 32bit processors. I'm told this is probably going to be slow so it might be worth considering whether or not you really need this. It's not a request I've had before anyway s...