pret / pokestadium

Disassembly and decompilation of Pokémon Stadium
139 stars 34 forks source link

make: *** [Makefile:293: build/pokestadium.elf] Error 1 #44

Open fern-end-o opened 1 year ago

fern-end-o commented 1 year ago

Just after the last make, the output is this

stadium_log.txt

System: Endeavour OS.

dplewis commented 1 year ago

I got this to work on mac by setting the labels in tools/n64split/split.py

https://github.com/ethteck/splat/blob/c260cc921a8646d739cad3d6e0d9eef55f880cc8/split.py#L182

spimdisasm.common.GlobalConfig.ASM_JTBL_LABEL = "glabel"
spimdisasm.common.GlobalConfig.ASM_DATA_LABEL = "glabel"
spimdisasm.common.GlobalConfig.ASM_EMIT_SIZE_DIRECTIVE = False