Search found 5 matches

by gameFunner
Sat Mar 13, 2010 8:17 pm
Forum: devkitPPC
Topic: devkitPPC make Error 1
Replies: 8
Views: 14748

Re: devkitPPC make Error 1

Thanks. I didnt know that. That was important.
But what about the compiling Error???
(I mean that I´ve written before)
by gameFunner
Sat Mar 13, 2010 11:53 am
Forum: devkitPPC
Topic: devkitPPC make Error 1
Replies: 8
Views: 14748

Re: devkitPPC make Error 1

It just works when my path is:

c:\projects\wii\helloworld.

When I copy the template file to my desktop it doesn´t works. It always says Error 2.
I´ve copied the text and changed the "printf hello world" part to "printf written with devkitppc"
but it doesn´t works. I copy the .dol file and rename ...
by gameFunner
Wed Mar 10, 2010 4:38 pm
Forum: devkitPPC
Topic: devkitPPC make Error 1
Replies: 8
Views: 14748

Re: devkitPPC make Error 1

Now it´s running when I follow these steps:

http://wiki.devkitpro.org/index.php/Getting_Started/devkitPPC[/color]


I copied the program and changed the part

printf "Hello World!"

to something like

printf "written with devkit"

but if I run the program it always says Hello World!
by gameFunner
Thu Mar 04, 2010 8:09 pm
Forum: devkitPPC
Topic: devkitPPC make Error 1
Replies: 8
Views: 14748

Re: devkitPPC make Error 1

Windows XP Home Edition
Service Pack 2
by gameFunner
Tue Mar 02, 2010 10:47 pm
Forum: devkitPPC
Topic: devkitPPC make Error 1
Replies: 8
Views: 14748

devkitPPC make Error 1

Hi,
I´m trying to write programs with devkitPPC but always when I want to run the program I become Error 1:

"make": *** [run] Error 1

I don´t know what it means. Does anyone know the answere of these problem?
(I copied the program from these Thread (the code):

http://forums.devkitpro.org ...