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
  • No one is chatting at the moment.
    BakerMan @ BakerMan: @salazarcosplay yeah cod's still up