Search found 12 matches

by Rena
Thu Sep 27, 2012 1:30 pm
Forum: Bug Reports
Topic: default-arm7-src-0.5.24.tar.bz2 404
Replies: 7
Views: 15664

Re: default-arm7-src-0.5.24.tar.bz2 404

Excellent. Glad my ranting was helpful. :p
by Rena
Wed Sep 26, 2012 7:44 am
Forum: Bug Reports
Topic: DCDisable crashes program
Replies: 0
Views: 8498

DCDisable crashes program

Calling DCDisable() just instantly kills my Wii program, sometimes displaying a very distorted code dump for a second before blanking out.

And looks like so do DCFlushRange and DCInvalidateRange.
by Rena
Tue Sep 25, 2012 3:50 am
Forum: Bug Reports
Topic: default-arm7-src-0.5.24.tar.bz2 404
Replies: 7
Views: 15664

Re: default-arm7-src-0.5.24.tar.bz2 404

Surprise. The audio example fails to build because of not finding lmm (another maxmod issue), and the biosdumper example fails because of missing -lfat (just like with libogc). Also, libgba was broken (/opt/devkitpro/libgba/lib was a file instead of a directory, just like with libogc) and had to be ...
by Rena
Tue Sep 25, 2012 12:12 am
Forum: Bug Reports
Topic: default-arm7-src-0.5.24.tar.bz2 404
Replies: 7
Views: 15664

Re: default-arm7-src-0.5.24.tar.bz2 404

Sigh. /root/code/wii/devkitppc/buildscripts/.devkitARM/libfat-1.0.11/gba/../include/fat.h:56:25: fatal error: disc_io.h: No such file or directory compilation terminated. make[2]: *** [cache.o] Error 1 make[1]: *** [release] Error 2 make[1]: Leaving directory `/root/code/wii/devkitppc/buildscripts/....
by Rena
Mon Sep 24, 2012 9:57 pm
Forum: Bug Reports
Topic: default-arm7-src-0.5.24.tar.bz2 404
Replies: 7
Views: 15664

Re: default-arm7-src-0.5.24.tar.bz2 404

...so after violently hacking the makefile to patch around that so I could move on to the next hurdle in the way of even beginning my project that doesn't even involve DS or audio...

/opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/4.7.1/../../../../arm-none-eabi/bin/ld: cannot find -lmm7

*facepalm*
by Rena
Mon Sep 24, 2012 9:36 pm
Forum: Bug Reports
Topic: default-arm7-src-0.5.24.tar.bz2 404
Replies: 7
Views: 15664

Re: default-arm7-src-0.5.24.tar.bz2 404

(hmm, no edit button on this forum?)

and then it stops again:
/root/code/wii/devkitppc/buildscripts/.devkitARM/default-arm7-0.5.24/source/main.c:32:21: fatal error: maxmod7.h: No such file or directory
by Rena
Mon Sep 24, 2012 9:18 pm
Forum: Bug Reports
Topic: default-arm7-src-0.5.24.tar.bz2 404
Replies: 7
Views: 15664

Re: default-arm7-src-0.5.24.tar.bz2 404

Looks like in this case it's a simple typo:
default-arm7-src-0.5.24.tar.bz2 should be
default_arm7-src-0.5.24.tar.bz2

After manually downloading that (before noticing the name that I could have just fixed in the script) it spends about 16 hours(!) compiling before also telling me it needs libusb.
by Rena
Mon Sep 24, 2012 1:02 am
Forum: Gamecube/Wii Development
Topic: Sending program to GBA
Replies: 0
Views: 8267

Sending program to GBA

Is there any documentation or sample code on how to send a multiboot program to a Game Boy Advance from a Gamecube/Wii? I can only seem to find tattered, conflicting scraps of documentation of the protocol; some mention some type of encryption, talk of different transfer modes but no explanation how...
by Rena
Sun Sep 23, 2012 9:58 pm
Forum: Bug Reports
Topic: default-arm7-src-0.5.24.tar.bz2 404
Replies: 7
Views: 15664

default-arm7-src-0.5.24.tar.bz2 404

Uhoh, more buildscript issues: $ ./build-devkit.sh Please note, these scripts are provided as a courtesy, toolchains built with them are for personal use only and may not be distributed by entities other than devkitPro. See http://devkitpro.org/wiki/Trademarks Patches and improvements are of course ...
by Rena
Sun Sep 23, 2012 8:13 pm
Forum: Bug Reports
Topic: devkitPPC dependency issues
Replies: 4
Views: 13057

Re: devkitPPC dependency issues

As I suspected the libogc I got from the tarball was faulty and I had to compile it from source. After that, I still can't compile the examples, as oggplayer.c fails claiming it can't find tremor/ivorbiscodec.h, despite it being right there in /usr/include, so I really have no idea how even to fix t...