You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the SPLIT stage of the ninja script fails with the following error:
[1/2] SPLIT config/GK9EA4/config.yml
FAILED: build/GK9EA4/config.json
build/tools/dtk dol split config/GK9EA4/config.yml build/GK9EA4
INFO Loading config/GK9EA4/config.yml
INFO Loading and analyzing 1 module (using 1 thread)
WARN module{name=main}: Failed to locate _rom_copy_info
WARN module{name=main}: Failed to locate BSS sections
Failed: While loading object 'main.dol'
Caused by:
Couldn't determine alignment for section '.data5' (0x802CC660 -> 0x803B3F80)
ninja: error: rebuilding 'build.ninja': subcommand failed
This appears to be caused by the fact that ProDG GCC for GameCube emits less data sections in the dol than MetroWerks for GameCube does, only having .data0 through .data4 before hitting the .bss sections.
The text was updated successfully, but these errors were encountered:
Repository URL
https://github.com/ieee802dot11ac/krp
Game Name
Karaoke Revolution Party
Game Version
NTSC-U/C
Description
the SPLIT stage of the ninja script fails with the following error:
This appears to be caused by the fact that ProDG GCC for GameCube emits less data sections in the dol than MetroWerks for GameCube does, only having .data0 through .data4 before hitting the .bss sections.
The text was updated successfully, but these errors were encountered: