Hacking Devkit ppc issues

  • Thread starter Thread starter jtjj222
  • Start date Start date
  • Views Views 1,545
  • Replies Replies 4

jtjj222

Member
Newcomer
Joined
Nov 9, 2010
Messages
23
Reaction score
0
Trophies
0
XP
23
Country
Canada
how do i install and use devkit ppc for linux? Ive tried the guide but it didn't work. Aso, can someone help me add devkit to code::blocks as the c compiler?
thanks in advance...
 
devkit PPC has its own compilers... gcc, g++. you can use any IDE you want, but you must use PPC (cross)compilers.
 
For starters, look at the wiibrew page for linux setup. At the bottom of the page, there are some alternate installation systems (which are useful as the current build scripts seem pretty borked on Ubuntu 10.10). I found this script as the only reliable one I've found.

The only issue is that it doesn't setup the environment variables correctly - open the .bashrc file in your home directory, and add theses lines to the bottom:-
Code:
EXPORT DEVKITPRO=/home/your-user-name/devkitPro
EXPORT DEVKITPPC=$DEVKITPRO/devkitPPC
Now the make files should all work correctly.


PM me if you have any issues. I'm new to Wii development, but not to linux.


edit: Spelling errors, broken link.
 

Site & Scene News

Popular threads in this forum