metroid-maniac / gba-auto-batteryless-patcher

MIT License
76 stars 4 forks source link

Linux Support #10

Closed Soundtoxin closed 1 year ago

Soundtoxin commented 1 year ago

I just recently learned about this program, but I see on the releases page there are just some .exe files. Are there any plans to support other operating systems?

metroid-maniac commented 1 year ago

The provided build command produces a Linux executable if you have devkitARM (or probably even just ARM binutils) installed. There isn't a binary release.

LucentW commented 1 year ago

Reporting in that it builds fine on Linux. I'm on Void Linux and installing cross-arm-none-eabi is enough to have the toolchain to assemble the payload, base-devel for the host compiler.

Soundtoxin commented 1 year ago

Thanks for confirming. I'll close this then.

LucentW commented 1 year ago

Thanks for confirming. I'll close this then.

Remember that depending on the distribution the packages will have different names, i.e. Ubuntu and Debian's packages are binutils-arm-none-eabi and gcc-arm-none-eabi + build-essentials for the host machine toolchain.