Search found 5 matches

by LCID Fire
Sat May 30, 2009 11:12 am
Forum: devkitPPC
Topic: Sdlwii vs. devkitPPC defines
Replies: 2
Views: 4612

Re: Sdlwii vs. devkitPPC defines

WinterMute wrote:Probably because it's improperly built - just one of the reasons why it's not supported here.
Is there any reason why on places like

Code: Select all

$(DEVKITPRO)/libogc/include/wiiuse/wiiuse.h
or

Code: Select all

$(DEVKITPRO)/libogc/include/SDL/SDL_config_wii.h
they hardcode typedefs instead of including them of devkitppc?
by LCID Fire
Thu May 28, 2009 5:57 pm
Forum: devkitPPC
Topic: Sdlwii vs. devkitPPC defines
Replies: 2
Views: 4612

Sdlwii vs. devkitPPC defines

Could someone tell me why the following is happening? Trying to compile with standard gcc (yes, I know what I'm doing) I get <mydir>/devkitpro/libogc/include/SDL/SDL_config_wii.h:39: error: conflicting types for ‘size_t’ <mydir>/devkitpro/devkitPPC/lib/gcc/powerpc-gekko/4.2.4/include/stddef.h:214: er ...
by LCID Fire
Wed May 27, 2009 8:52 am
Forum: devkitPPC
Topic: siginfo_t not defined?
Replies: 8
Views: 12835

Re: siginfo_t not defined?

WinterMute wrote:Defining a triplet for devkitPPC is worthwhile where we want to differentiate the toolchain from a standard powerpc cross compiler.
No problem with that - but someone should then go forward and send the triplet patch to the config guys.
by LCID Fire
Mon May 25, 2009 10:02 pm
Forum: devkitPPC
Topic: siginfo_t not defined?
Replies: 8
Views: 12835

Re: siginfo_t not defined?

Hi, I'm trying to port the pixman library to the gc/wii. I ran the configure script on the source using ./configure --host=ppc The thing I tried using autoconf is ./configure --host=powerpc-gekko-eabi Apparently config does not care about the Manufacture - so powerpc-bubu-eabi should work, too. IMO ...
by LCID Fire
Mon May 25, 2009 5:50 pm
Forum: devkitPPC
Topic: Automake wii support
Replies: 1
Views: 3222

Automake wii support

As I'm currently trying to port a bigger app to the Wii I have to figure out how to compile the whole thing via automake (which doesn't seem supported right now). One of the first problems I'm encountering is that ./configure --host=powerpc-gekko is not working since config does not know powerpc ...