Hacking How to compile Cafiine! (Tutorial)

Anonymous209

Active Member
Newcomer
Joined
Feb 1, 2015
Messages
28
Trophies
0
Age
30
XP
61
Country
United States
Seriously?

Hit your windows key -> type "environ" -> Click Edit the System Environment variables -> Click Environment Variable (its on the fucking bottom) -> Click New on the Top half of the window -> variable name "PATH" -> variable value "C:\devkitPro\devkitPPC\bin" or wherever the fuck you installed devkitPro. click "Ok" a bunch of times. You obviously have to relaunch your cygwin and command prompt so they import your new PATH. It literally doesn't get easier than this.

i tried that and it still give me a error so how hard is to create a video example to fix this issue.
 

wj44

Well-Known Member
Member
Joined
Jun 18, 2015
Messages
477
Trophies
0
XP
506
Country
Gambia, The
i tried that and it still give me a error so how hard is to create a video example to fix this issue.
$ python build.py examples/cafiine
Building for your cygwin_nt-10.0 platform...
mkdir -p ./bin
# Build findcode
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=532+ ./src/findcode532.c
make: powerpc-eabi-gcc: Command not found
make: *** [findcode532] Error 127
mkdir -p ./bin/532/
mkdir -p ./bin/500/
mkdir -p ./bin/410/
mkdir -p ./bin/400/
mkdir -p ./bin/310/
mkdir -p ./bin/300/
mkdir -p ./bin/210/
mkdir -p ./bin/200/
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=532 ./src/*.c
/bin/sh: powerpc-eabi-gcc: command not found
make: *** [libwiiu532] Error 127
mkdir -p C:/cygwin64/home/Damon/examples/cafiine/bin/
powerpc-eabi-gcc -std=gnu99 -nostdinc -fno-builtin -c -DVER=532 src/*.c
/bin/sh: powerpc-eabi-gcc: command not found
make: *** [main532] Error 127
Traceback (most recent call last):
File "/home/Damon/framework/generate_html.py", line 169, in <module>
main()
File "/home/Damon/framework/generate_html.py", line 68, in main
code = open(ar1, 'rb').read()
IOError: [Errno 2] No such file or directory: '/home/Damon/examples/cafiine/bin/
code532.bin'
Traceback (most recent call last):
File "/home/Damon/framework/generate_html.py", line 169, in <module>
main()
File "/home/Damon/framework/generate_html.py", line 68, in main
code = open(ar1, 'rb').read()
IOError: [Errno 2] No such file or directory: '/home/Damon/examples/cafiine/bin/
code500.bin'
Traceback (most recent call last):
File "/home/Damon/framework/generate_html.py", line 169, in <module>
main()
File "/home/Damon/framework/generate_html.py", line 68, in main
code = open(ar1, 'rb').read()
IOError: [Errno 2] No such file or directory: '/home/Damon/examples/cafiine/bin/
code410.bin'
Traceback (most recent call last):
File "/home/Damon/framework/generate_html.py", line 169, in <module>
main()
File "/home/Damon/framework/generate_html.py", line 68, in main
code = open(ar1, 'rb').read()
IOError: [Errno 2] No such file or directory: '/home/Damon/examples/cafiine/bin/
code400.bin'
Traceback (most recent call last):
File "/home/Damon/framework/generate_html.py", line 169, in <module>
main()
File "/home/Damon/framework/generate_html.py", line 68, in main
code = open(ar1, 'rb').read()
IOError: [Errno 2] No such file or directory: '/home/Damon/examples/cafiine/bin/
code310.bin'
Traceback (most recent call last):
File "/home/Damon/framework/generate_html.py", line 169, in <module>
main()
File "/home/Damon/framework/generate_html.py", line 68, in main
code = open(ar1, 'rb').read()
IOError: [Errno 2] No such file or directory: '/home/Damon/examples/cafiine/bin/
code300.bin'
Traceback (most recent call last):
File "/home/Damon/framework/generate_html.py", line 169, in <module>
main()
File "/home/Damon/framework/generate_html.py", line 68, in main
code = open(ar1, 'rb').read()
IOError: [Errno 2] No such file or directory: '/home/Damon/examples/cafiine/bin/
code210.bin'
Traceback (most recent call last):
File "/home/Damon/framework/generate_html.py", line 169, in <module>
main()
File "/home/Damon/framework/generate_html.py", line 68, in main
code = open(ar1, 'rb').read()
IOError: [Errno 2] No such file or directory: '/home/Damon/examples/cafiine/bin/
code200.bin'
Traceback (most recent call last):
File "build.py", line 100, in <module>
main()
File "build.py", line 63, in main
rootIndexGen(wwwDir);
File "build.py", line 91, in rootIndexGen
f.write(versionsSupported[-1])
IndexError: list index out of range

pls help I don't know what I did wrong
The attached zip includes cafiine.
Code:
python build.py examples/cafiine
 

Attachments

  • libwiiu-master.zip
    181.4 KB · Views: 230
  • Like
Reactions: VinsCool

Anonymous209

Active Member
Newcomer
Joined
Feb 1, 2015
Messages
28
Trophies
0
Age
30
XP
61
Country
United States
$ python build.py examples/cafiine
Building for your cygwin_nt-6.1 platform...
Traceback (most recent call last):
File "build.py", line 102, in <module>
main()
File "build.py", line 40, in main
subprocess.call(['make'])
File "/usr/lib/python2.7/subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

i almost forgot i change the path and now i'm getting this error what in the hell im suppose to do.
 

Marionumber1

Well-Known Member
Member
Joined
Nov 7, 2010
Messages
1,234
Trophies
3
XP
4,045
Country
United States
$ python build.py examples/cafiine
Building for your cygwin_nt-6.1 platform...
Traceback (most recent call last):
File "build.py", line 102, in <module>
main()
File "build.py", line 40, in main
subprocess.call(['make'])
File "/usr/lib/python2.7/subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

i almost forgot i change the path and now i'm getting this error what in the hell im suppose to do.

Install make and make sure it's in PATH.
 

Anonymous209

Active Member
Newcomer
Joined
Feb 1, 2015
Messages
28
Trophies
0
Age
30
XP
61
Country
United States
Install make and make sure it's in PATH.
ok, what do you mean by install make

please check the picture to see if i put it on the right path.
 

Attachments

  • Untitled.png
    Untitled.png
    182.8 KB · Views: 233

Onion_Knight

Well-Known Member
Member
Joined
Feb 6, 2014
Messages
878
Trophies
0
Age
45
XP
997
Country
ok, what do you mean by install make

please check the picture to see if i put it on the right path.
Re-install Cygwin. When it brings up the packages to use, click the "devel" box and they "python" box. It will take quite a while with those boxes checked, but will fix any issues you may have.
 

redbunnyer

Well-Known Member
Newcomer
Joined
Oct 4, 2015
Messages
68
Trophies
0
XP
86
Country
United States
How do you install make

--------------------- MERGED ---------------------------

I don't have PATH. How do I get it. Please help

--------------------- MERGED ---------------------------

For path do you just make a new variable or what?

--------------------- MERGED ---------------------------

I have path but not PATH
 

Don Jon

Well-Known Member
Member
Joined
Nov 20, 2015
Messages
1,057
Trophies
0
Age
38
XP
1,496
Country
United States
When
if
the exploit is released will this thread be updated?
many users are interested but with no hack access, its impossible at the moment.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Veho @ Veho:
    Illinois is working to ban toxic food additives that have been banned for decades in other countries; additives that can be replaced and all those countries still have Skittles and Mountain Dew. Title of the piece: GUBMINT WANTS TO TAKE AWAY YOUR CANDY
  • Veho @ Veho:
    Gee, I wonder if the author is biased?
  • SylverReZ @ SylverReZ:
    @Veho, Sounds and smells like bullshit. They don't give you cancer, and California should know that. I don't get why they stick labels that say "may or may not cause reproductive harm or cancer".
  • Veho @ Veho:
    Arsenic doesn't give you cancer either.
    +2
  • Veho @ Veho:
    California has already banned those additives BTW.
    +2
  • Veho @ Veho:
    Psi has been banned in the state of California.
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    I am the cancer!!! lol
  • Psionic Roshambo @ Psionic Roshambo:
    Yayyy got arcade games on the Pi working lol
  • Veho @ Veho:
    Cool.
  • Psionic Roshambo @ Psionic Roshambo:
    Now to spend 6 months deleting all the garbage lol
  • Psionic Roshambo @ Psionic Roshambo:
    Mame should be two sets one for preservation of everything and one set for people who just want to play and enjoy the old old ganes
  • SylverReZ @ SylverReZ:
    @Psionic Roshambo, Shouldn't preservation be legal tho?
    +1
  • SylverReZ @ SylverReZ:
    @Psionic Roshambo, I always see this dude's shorts, he sounds pretty annoying.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Preservation yeah it absolutely should be legal
    +1
  • SylverReZ @ SylverReZ:
    @Psionic Roshambo, Believe Japan was going to make it legal at some point, according to a Kotaku story.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I swear like 99% of arcade games wouldn't even exist these days outside of MAME the arcade machines are old and busted very few ever saw any sort of home conversion
  • Psionic Roshambo @ Psionic Roshambo:
    We get 37 versions of Super Mario Bros but 0 of Beast Busters
    +1
  • SylverReZ @ SylverReZ:
    @Psionic Roshambo, There's a lot of obscure Japanese arcade titles that are either lost to time or dumped.
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    It's so unfair, maybe AI can save us lol
  • Psionic Roshambo @ Psionic Roshambo:
    I mean if a company could use AI to do the work of a home conversion for essentially free why not? The rights for some games are completely lost though
  • SylverReZ @ SylverReZ:
    @Psionic Roshambo, AI is taking our jobs!
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Just tried the Master System version.... Ugghh
    Psionic Roshambo @ Psionic Roshambo: Just tried the Master System version.... Ugghh