Search found 4 matches

by chrono31
Mon Sep 07, 2009 8:20 am
Forum: devkitPPC
Topic: Hi im Brian. Im new here and I wanted to ask for some help..
Replies: 3
Views: 5625

Re: Hi im Brian. Im new here and I wanted to ask for some help..

First I wanna thank you for answering my post. Ive made this post in 4 different forums
and no one seems to care...


As to your qeustion,

when I run Reboot.elf
with helloworld make file
I get this:
> "make"
linking ... Reboot.elf
c:devkitpro/devkit.ppc/bin/../lib/gcc/power-pcgekko/4.2.4 ...
by chrono31
Mon Sep 07, 2009 7:06 am
Forum: devkitPPC
Topic: Hi im Brian. Im new here and I wanted to ask for some help..
Replies: 3
Views: 5625

Hi im Brian. Im new here and I wanted to ask for some help..

ok so I got helloworld to work through Wiiload

And now im trying to make different programs

Like I was tryin to make this one:
#include
// ...
SYS_ResetSystem(SYS_RESTART,0,0);


Which is reboot.elf

in programmers notepad I try to make it and it
says: make: ***no target specified and no makefile ...
by chrono31
Sun Feb 01, 2009 10:16 am
Forum: devkitPPC
Topic: I figured it out.. Are there others tuts out there??
Replies: 0
Views: 3477

I figured it out.. Are there others tuts out there??

Now that I have the basics, Is there more advanced tutorials out there that go more in depth on how to build programs??
by chrono31
Sun Jan 18, 2009 9:06 am
Forum: devkitPPC
Topic: I dont understand this program...Is there a easier tut??
Replies: 1
Views: 4082

I dont understand this program...Is there a easier tut??

Im taking the hello world tutorial

http://wiibrew.org/wiki/Getting_Started_with_devkitppc

And Its really confusing to me..

I have a folder on the c: drive called Projects/wii

I Copied the folder C:\devkitPro\examples\wii\template\

And I made it so that the full path is c:\projects\wii ...