Search found 1841 matches

by WinterMute
Mon Mar 08, 2010 12:27 pm
Forum: devkitPPC
Topic: Error Compiling
Replies: 8
Views: 8636

Re: Error Compiling

Make sure the Makefile has $(PORTLIBS) on the LIBDIRS line
by WinterMute
Thu Mar 04, 2010 2:13 am
Forum: Suggestions and Feedback
Topic: Nyko Wing Classic Controller Compatibility
Replies: 12
Views: 17003

Re: Nyko Wing Classic Controller Compatibility

I've mentioned it a few times on IRC, maybe even on a forum somewhere.

Anyway, you still have a pm waiting from last time you visited :)
by WinterMute
Thu Mar 04, 2010 2:06 am
Forum: devkitPPC
Topic: devkitPPC make Error 1
Replies: 8
Views: 11058

Re: devkitPPC make Error 1

You haven't really given enough information to say what the problem might be.

What OS are you using? How are you running make? Does it compile and is it just the run target that isn't working?
by WinterMute
Tue Mar 02, 2010 9:16 pm
Forum: devkitPPC
Topic: Installation for Linux Powerpc
Replies: 2
Views: 3952

Re: Installation for Linux Powerpc

Unfortunately it's a bit of a pain to support 10.3, it's much easier to create universal binaries for 10.4+ - aren't there cheap 10.4 disks available now? I found a few on eBay for under £25. As for powerpc ubuntu, the buildscripts should work fine - https://sourceforge.net/projects/devkitpro/files/...
by WinterMute
Fri Feb 26, 2010 12:40 am
Forum: Announcements
Topic: devkitARM release 28 and associated libraries.
Replies: 0
Views: 8624

devkitARM release 28 and associated libraries.

Freshly uploaded for your development pleasure ;)

See the main site post for details http://www.devkitpro.org/devkitarm/devk ... libraries/
by WinterMute
Thu Feb 25, 2010 4:53 am
Forum: Gamecube/Wii Development
Topic: what about USB_DeviceInsertNotifyAsync ?
Replies: 5
Views: 7752

Re: what about USB_DeviceInsertNotifyAsync ?

If you want to be able to plug random USB devices with unknown vid/pids into your wii and have them do something useful then I'd suggest installing Wii Linux and/or learning to port usb drivers. Basically, if you have to ask this kind of question then it's likely that you shouldn't be using the func...
by WinterMute
Thu Feb 25, 2010 4:42 am
Forum: devkitARM
Topic: Makefile question
Replies: 3
Views: 5355

Re: Makefile question

It's good practice to avoid manual conversions if at all possible - automation makes it easier to replicate a build and helps avoid human error. The template & example Makefiles are there for copying as needed so that gnu make novices don't have to spend a lot of time learning the make language ...
by WinterMute
Mon Feb 22, 2010 1:48 pm
Forum: DSerial
Topic: question about MicroSD Wi-FI
Replies: 5
Views: 16474

Re: question about MicroSD Wi-FI

Looks like we need a misc forum or something :p

I think you're probably looking for http://www.eye.fi/
by WinterMute
Mon Feb 22, 2010 11:22 am
Forum: DS/DSi Development
Topic: Streaming sound on NDS
Replies: 6
Views: 6285

Re: Streaming sound on NDS

Both CPUs run on the same bus clock, as do the timers - it's not possible for these to get out of sync, they use the same clock source. You can get away with a single timer provided you use a sample rate which generates an even number of samples per interrupt period, i.e. a power of 2 due to the nee...
by WinterMute
Mon Feb 22, 2010 9:18 am
Forum: Bug Reports
Topic: make: *** [build] Error 127 [solved]
Replies: 4
Views: 21730

Re: make: *** [build] Error 127 [solved]

If you couldn't build the hello world example after installing PALib then it's generally a direct result of installing PALib. PALib is not supported here.

http://wiki.devkitpro.org/index.php/PAlib