Gericom / GBARunner2

A GBA hypervisor for DS. (like nintendont for gc on wii)
732 stars 59 forks source link

PHDR 3 paddr expected at 0x020343D4, got 0x020346AC #314

Open Starwarsfan2099 opened 2 months ago

Starwarsfan2099 commented 2 months ago

Building yields the following error:

ndstool -c GBARunner2.nds -b icon.bmp "GBARunner2;Gericom" -7 arm7/GBARunner2.elf -9 arm9/GBARunner2.elf
Nintendo DS rom tool 2.3.1 - Jan  8 2024
by Rafael Vuijk, Dave Murphy, Alexei Karpenko
PHDR 3 paddr expected at 0x020343D4, got 0x020346AC
make: *** [Makefile:23: GBARunner2.nds] Error 1

Is there a specific version of ndstool that's needed?

Dartz150 commented 2 months ago

GBARunner2 has been deprecated in favor of GBARunner3, which is actively developed and has surpassed its predecessor in many ways, but is still an alpha currently on its testing stage.

You can check its progress here https://github.com/Gericom/GBARunner3