Jump to content

Tutorial Forum
Welcome to our Tutorials and Guides section!

Here you will find all guides written by our members. The guides can also be found in the Tutorial and Guides index and will temporarily be listed on our front page.

If you have used a guide, please don't forget to rate it (open the topic and use the stars on the top right)!

  • Please log in to reply
* * * * * 1 votes

The Journey to Wii Programming

, Learn how to Setup Wii Homebrew Programming! (Go to first unread post)
sirhiro Post #1 Posted 11 May 2011 - 09:19 AM

    Newbie


  • Group: Newcomers
  • Posts: 8
  • Member No.: 131,887
  • Joined: 28-July 08
  • Location: UsA

  •  

Your journey into Wii homebrew programming


So, you're interested in more than just enjoying the entertainment of playing homebrew games? You're ready to begin creating your own adventures and puzzles? Well this guide will teach you how to begin your journey into Wii homebrew and programming!

Separated by Operating System!

Windows
Warning! Spoiler inside. 

Mac OS X
Warning! Spoiler inside. 

Linux
Warning! Spoiler inside. 


Hopefully now that you're machine is setup properly to compile Wii homebrew and you've successfully compiled your first program you have an understanding of the process involved in accomplishing such tasks. From here you should be able to lift-off into your own realm and provide the world with new and inventive homebrew to enjoy on their consoles!

Lua
Warning! Spoiler inside. 



Resources:
Wii Programming Tutorials

Collection of Developer Tutorials

Libraries for Advanced Development

Edited by sirhiro, 11 May 2011 - 03:08 PM.



nintendoom Post #2 Posted 11 May 2011 - 09:30 AM

    Nintendoom


  • Group: Members
  • Posts: 1,044
  • Member No.: 198,816
  • Joined: 12-September 09
  • Location: Viridian City

  •  

tl;dr

looks nice anyway.


sirhiro Post #3 Posted 11 May 2011 - 09:36 AM

    Newbie


  • Group: Newcomers
  • Posts: 8
  • Member No.: 131,887
  • Joined: 28-July 08
  • Location: UsA

  •  

Haha, Thanks for the compliment even though you ';dr' it. =P.


Slimmmmmm Post #4 Posted 25 June 2011 - 04:22 PM

    GBAtemp MoNkEeE


  • Group: Members
  • Posts: 1,614
  • Member No.: 108,462
  • Joined: 01-November 07
  • Location: the land of lol

  •  

I like this guide and I think it should be continued to include libwiigui,portlibs, grrrlib ntfs,ext2fs etc.

Edited by Slimmmmmm, 25 June 2011 - 05:06 PM.


Krafter Post #5 Posted 13 August 2011 - 02:07 AM

    Member

  • Pip

  • Group: Newcomers
  • Posts: 18
  • Member No.: 239,291
  • Joined: 31-December 09
  • Location: US

  •  

What am I missing? I am using Win 7 for this tut. I open the template and I don't see anything about Hello World. I am also getting an error when I try to make it.

Template code
CODE
<Project name="template">
    <MagicFolder excludeFolders="CVS;.svn" filter="*.c;*.cpp;*.h" name="source" path="source\">
        <File path="template.c"></File>
    </MagicFolder>
    <MagicFolder excludeFolders="CVS;.svn" filter="*.h" name="include" path="include\"></MagicFolder>
    <File path="Makefile"></File>
</Project>


Make error
CODE
> "make"

> Failed to create process: The system cannot find the file specified.

> Process Exit Code: 0
> Time Taken: 00:00


edit: the hello world is in the template.c file. I understand that now, lol but why am I getting a compile error?

edit edit: programmers notepade doesn't like Win 7. I compiled it using XP mode and it worked great. Thanks.. Now I just need to test it. smile.gif

Edited by Krafter, 13 August 2011 - 04:20 AM.


Team Fail Post #6 Posted 05 September 2011 - 02:23 AM

    It's like polo. With Chainsaws.


  • Group: Members
  • Posts: 1,402
  • Member No.: 261,213
  • Joined: 01-September 10

  •  

Ok. I dunno what is wrong. I installed it to your specifications, ran Programmer's Notepad in compatibility mode, but I get this when compiling the Hello World template:

CODE
> "make"
template.c
c:/wii/projects/template/source/template.c:3:20: fatal error: gccore.h: No such file or directory
compilation terminated.
make[1]: *** [template.o] Error 1
"make": *** [build] Error 2

> Process Exit Code: 2
> Time Taken: 00:00


What is happening and how can it be fixed?

EDIT: NVM. It was the directory it was in. I had to install it to C:\devkitPro to get it working.

Edited by Team Fail, 05 September 2011 - 02:48 AM.







Users browsing this topic

1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users