Instead of pulling devkitppc binaries, it's easy to build these from source using native nixpkgs infra + devkitpro's patchset. When I need powerpc-eabi-as for gamecube targets, I use this:
Thanks! Yeah, this looks like a better approach, I'll try to get this merged in soon. If I take too long, feel free to submit a PR. I appreciate the info - I'll add you as co-author on any commits.
Instead of pulling devkitppc binaries, it's easy to build these from source using native nixpkgs infra + devkitpro's patchset. When I need
powerpc-eabi-as
for gamecube targets, I use this:This has the benefit of providing other useful tools such as
powerpc-eabi-objdump
,powerpc-eabi-readelf
, etc.