Search found 1842 matches

by WinterMute
Mon Feb 26, 2024 10:37 am
Forum: devkitPPC
Topic: devkitPPC cannot find powerpc-eabi-gcc
Replies: 19
Views: 960

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

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

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

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

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

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

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

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...
by WinterMute
Wed Feb 21, 2024 11:44 pm
Forum: Off Topic
Topic: Cloudflare Ray ID: Error 1006 Access denied
Replies: 6
Views: 449

Re: Cloudflare Ray ID: Error 1006 Access denied

Impossible to say without an IP address to check. Email [email protected] if you're prefer not to say what it is in public.
by WinterMute
Wed Feb 21, 2024 10:45 pm
Forum: devkitPPC
Topic: Big problem: include files with same name
Replies: 7
Views: 375

Re: Big problem: include files with same name

No worries. Being honest though I think you're making life hard for yourself by attempting to shoehorn your port into a Makefile. We've spent quite a bit of time on support infrastructure that generally allows people to use existing buildsystems and thus require much less intrusive changes when comp...