Search found 3 matches
- Sun Jan 31, 2021 11:06 pm
- Forum: Gamecube/Wii Development
- Topic: devkitPPC gdb
- Replies: 2
- Views: 13711
Re: devkitPPC gdb
Any updates on this? Remote debugging with a USB Gecko is still not possible (tested myself on both Mac OS and Linux) with the current versions of GDB being provided with devkitPPC. After some investigation with manually building older versions of GDB, I found that anything past v7.7.1 will fail to ...
- Sat Mar 01, 2008 2:42 pm
- Forum: Bug Reports
- Topic: libogc: (wii) gu.c:(.text.guPerspective+0x44): undefined ref
- Replies: 2
- Views: 7635
Re: libogc: (wii) gu.c:(.text.guPerspective+0x44): undefined ref
Yeah, sorry about that, wasn't sure as I was posting if this was the right forum for it.WinterMute wrote:This isn't really a bug as such, the template doesn't use libm so it wasn't added to the libraries in there.
Anyway, thanks for the quick solution!
- Sat Mar 01, 2008 4:06 am
- Forum: Bug Reports
- Topic: libogc: (wii) gu.c:(.text.guPerspective+0x44): undefined ref
- Replies: 2
- Views: 7635
libogc: (wii) gu.c:(.text.guPerspective+0x44): undefined ref
guPerspective works fine for GameCube projects, but as soon as you switch it to a Wii project makefile you get this: E:\devkitPro\examples\wii\template>make template.c linking ... template.elf e:/devkitPro/libogc/lib/wii\libogc.a(gu.o): In function `guPerspective': gu.c:(.text.guPerspective+0x44 ...