Search found 5 matches

by Slappy
Sun Jul 26, 2009 10:02 am
Forum: devkitPPC
Topic: Compile problem - libm.a & libc.a on Kubuntu 8.10 [wii, PPC]
Replies: 2
Views: 4470

Re: Compile problem - libm.a & libc.a on Kubuntu 8.10 [wii, PPC]

Hi

Thanks, now it works
Solution: :idea:

Code: Select all

I deleted all libSDL_*.a libraries from /usr/lib/
I copied all of them to devkitpro/libogc/lib/wii/ 
And header files [whole SDL directory] into devkitpro/libogc/include/ 
It works fine now, no libm/libc problems :roll:
by Slappy
Sat Jul 25, 2009 6:58 pm
Forum: devkitPPC
Topic: Compile problem - libm.a & libc.a on Kubuntu 8.10 [wii, PPC]
Replies: 2
Views: 4470

Compile problem - libm.a & libc.a on Kubuntu 8.10 [wii, PPC]

Hi I have problem with compiling my game for Wii. System: AMD-32bit, Kubuntu 8.10, DevkitPPC r17, libogc - latest from svn compiled by myself I got this error: slappy@SlappyhoAsus:~/programming/devkitpro/wii-examples/quadrax$ make linking ... quadrax.elf /usr/lib/libSDL.a(SDL_wii_main.o): In functio...
by Slappy
Tue May 26, 2009 7:39 am
Forum: devkitPPC
Topic: wii testing
Replies: 6
Views: 8742

Re: wii testing

I am developing game on PC - Win and run it in Dolphin emulator http://www.dolphin-emu.com/news.php Final testing is done on Wii console. I suppose the best way is to use USBGecko http://www.usbgecko.com/ but I have no personal experience with it. [there is no vendor in our country, so I do not know...
by Slappy
Tue May 26, 2009 7:31 am
Forum: devkitPPC
Topic: CANNOT COMPILE ANY THING FOR WII! HELP!
Replies: 6
Views: 8927

Re: CANNOT COMPILE ANY THING FOR WII! HELP!

I had the same problem few weeks ago. There were few topics about it somewhere on the forum Devkit does not like paths in this style: C:\directory\subdirectory Try to rewrite all paths to DevkitPro, DevkitPPC, msys ... like this: from: c:\devkitPro\msys\bin; to: /c/devkitPro/msys/bin And make sure y...
by Slappy
Thu May 21, 2009 7:25 am
Forum: devkitPPC
Topic: Compile problem [cc1: error: invalid option 'call-sysv']
Replies: 2
Views: 3979

Compile problem [cc1: error: invalid option 'call-sysv']

Hi I am trying to compile very basic example - helloworld using DevkitPro and Programmers Notepad for Wii [AMD Sempron mobile processor, Win XP SP2, fresh install of DevkitPro] I got this error: > "make" template.c cc1: error: invalid option `call-sysv' cc1: error: invalid option `rvl' cc1...