Search found 1844 matches

by WinterMute
Tue Feb 27, 2024 5:51 pm
Forum: devkitPPC
Topic: devkitPPC cannot find powerpc-eabi-gcc
Replies: 19
Views: 1164

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: 1164

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: 1164

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: 457

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: 457

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...
by WinterMute
Sat Feb 24, 2024 6:47 pm
Forum: devkitPPC
Topic: libatomic support
Replies: 8
Views: 457

Re: libatomic support

You don't need to add -latomic to use atomics.
by WinterMute
Thu Feb 22, 2024 2:34 pm
Forum: Switch Development
Topic: NTFS-3G and lwext4 portlibs.
Replies: 3
Views: 4884

Re: NTFS-3G and lwext4 portlibs.

Apologies for leaving this hanging so long. I looked and then managed to take myself down a rabbit hole followed by a whole bunch of yak shaving for something else. This section of your ntfs-3g patch shouldn't be needed https://github.com/DarkMatterCore/libusbhsfs/blob/dev/libntfs-3g/switch-libntfs-...
by WinterMute
Thu Feb 22, 2024 1:55 pm
Forum: Announcements
Topic: February 2024 updates
Replies: 11
Views: 7389

3ds-yaml_cpp, ppc-yaml_cpp: 0.8.0

  • New package
Useful for some ports.

Supported installation for all our releases is via devkitPro pacman
by WinterMute
Thu Feb 22, 2024 1:53 pm
Forum: 3DS Development
Topic: No sound in Citra or New 3DS
Replies: 2
Views: 345

Re: No sound in Citra or New 3DS

It's normal and probably not that obvious. Homebrew requires a copy of the DSP firmware to be placed on the SD card. See https://github.com/devkitPro/3ds-exampl ... /README.md which I really should have added some time ago.
by WinterMute
Thu Feb 22, 2024 10:48 am
Forum: devkitPPC
Topic: Big problem: include files with same name
Replies: 7
Views: 446

Re: Big problem: include files with same name

Porting OpenXcom is not so hard. "Standard" Makefile seem to do his work :D Well, sure. The Makefiles I wrote many years ago were intended to "just work" for most things people would want. They were written in a time when most homebrew programmers used .bat files or shell script...