Hacking How to compile Cafiine! (Tutorial)

  • Thread starter Thread starter MrRean
  • Start date Start date
  • Views Views 18,327
  • Replies Replies 57
  • Likes Likes 11
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.
 
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

  • Like
Reactions: VinsCool
$ 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.
 
$ 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.
 
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: 245
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.
 
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
 
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.
 
Why don't people just compile binaries of Cafiine and release those if it is done in releases and not nightly builds?
 

Site & Scene News

Popular threads in this forum