Invalid Opcode on ogc_crt0?
Posted: Sun Apr 28, 2024 10:13 pm
Hello, I am very new to porting stuff to the Wii and was trying to port Sonic Robo Blast 2.2.13 to the Wii, but when I finally got it to compile, Dolphin printed this:
Weird thing is, addr2line says it's from ogc_crt0, who is responsible for starting the GC Hardware.
Anyone knows what could be the reason for it to be failing there??
Here's a diff of my changes agaisnt the original code of the game
https://github.com/STJr/SRB2/compare/22 ... 9:SRB2:Wii
Weird thing is, addr2line says it's from ogc_crt0, who is responsible for starting the GC Hardware.
Code: Select all
$ /opt/devkitpro/devkitPPC/bin/powerpc-eabi-addr2line.exe -e lsdl2srb2 0x8000407c
ogc_crt0.o:?
Here's a diff of my changes agaisnt the original code of the game
https://github.com/STJr/SRB2/compare/22 ... 9:SRB2:Wii