Search found 2 matches

by segers_j
Fri Mar 06, 2009 4:14 am
Forum: Gamecube/Wii Development
Topic: Exception handling
Replies: 2
Views: 6019

Re: Exception handling

As far as I've been able to tell, the only 2 things you can do from the black screen of death is 1 unplug the wii, or 2 hold the power button about 10 seconds.

HTH - Jerry
by segers_j
Fri Mar 06, 2009 4:04 am
Forum: Gamecube/Wii Development
Topic: cannot find -lfreetype??
Replies: 5
Views: 10080

Re: cannot find -lfreetype??

ld is the linker, the linker has nothing to do with .h files. The .a file is what the linker wants. It must be named lib<whatever the linker is looking for>.a and it must be in the paths the linker searches as defined in the make file. http://wiichat.googlecode.com/files/mxml-wii.tgz includes the .a ...