Search found 1839 matches

by WinterMute
Sun Nov 15, 2009 10:45 pm
Forum: DS/DSi Development
Topic: linker error
Replies: 9
Views: 15352

Re: linker error

What exactly do you hope to achieve building tremor with -fPIC?
by WinterMute
Sun Nov 15, 2009 1:11 pm
Forum: DS/DSi Development
Topic: linker error
Replies: 9
Views: 15352

Re: linker error

Linking against the supplied libs will cause problems with -fPIC.

The only real way around this, afaik, is to not use anything from the standard libraries in your code. On arm this includes divides since the chip has no native divide instruction.
by WinterMute
Wed Nov 11, 2009 9:51 pm
Forum: Bug Reports
Topic: Classic Controller Pro analog sticks not working
Replies: 3
Views: 6120

Re: Classic Controller Pro analog sticks not working

As you say, it's difficult to support hardware we don't own. It's a bit difficult to do this sort of thing remotely so ideally donating a CCPro to one or more of the main devs is probably the best way to get it supported. Making a small donation & encouraging others to donate would be a good thi...
by WinterMute
Sat Nov 07, 2009 10:15 pm
Forum: Suggestions and Feedback
Topic: debugging over wifi
Replies: 1
Views: 4152

Re: debugging over wifi

This patch was rejected a few days ago after testing proved it to be rather seriously unstable.
by WinterMute
Fri Nov 06, 2009 2:14 pm
Forum: Gamecube/Wii Development
Topic: Is lighting broken in libogc?
Replies: 7
Views: 8889

Re: Is lighting broken in libogc?

Shagkur is currently looking into this one, more news as we have it.
by WinterMute
Fri Nov 06, 2009 12:57 pm
Forum: Suggestions and Feedback
Topic: Request for devkitPPC_r19-i686-linux.tar.bz2 (non-64) binary
Replies: 3
Views: 6163

Re: Request for devkitPPC_r18-i686-linux.tar.bz2 (non-64) binary

It was mentioned in the announcement that the 32bit linux binary would follow shortly. The machine I was using for 32bit linux died unfortunately so I'm in the middle of setting up another box.

It hasn't been discontinued so don't panic :p
by WinterMute
Wed Nov 04, 2009 1:28 am
Forum: Announcements
Topic: devkitPPC release 19
Replies: 0
Views: 7233

devkitPPC release 19

devkitPPC release 19 is now available for download, see the main site post for details of changes. http://www.devkitpro.org/devkitppc/devk ... elease-19/

As usual these updates are available through the windows installer/updater.
by WinterMute
Tue Nov 03, 2009 2:19 am
Forum: devkitPPC
Topic: Possibility of loading dynamic modules at runtime
Replies: 2
Views: 4415

Re: Possibility of loading dynamic modules at runtime

devkitPPC is a bare metal toolchain which means that applications are running without any OS support making dynamic modules rather awkward. I'm really not sure what advantages you hope to get from dynamic linking - this tends to use more memory than static linking since the entire library is loaded ...
by WinterMute
Tue Nov 03, 2009 2:13 am
Forum: devkitPPC
Topic: problem with audio
Replies: 1
Views: 3301

Re: problem with audio

What are you using to create/record audio and what format are the files in?

There are many available Linux sound editors and I'm pretty sure most, if not all, provide the means to output .wav files. See http://www.linuxjournal.com/article/7274 for some examples.