Post: HERE IS THE LINK FOR THE FULL SDK PreCompiled **TUTORIAL INCLUDED** AND PIC INCLUDED
07-11-2010, 02:29 PM #1
ITALIANmobsta
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); HELLO GUYS THAT THE LINK DOWNLOAD IT ITS AN EXE FILE AND THEN

You must login or register to view this content.

You must login or register to view this content.

REQUIREMENTS :::::

YOU HAVE TO HAVE WINDOWS x86 OR IT WILL NOT WORK

1 Make a folder called ps3dev to ur c it should look like this C:\ps3dev\
2 then open exe file and when it promt to install just point it at C:\ps3dev\ o just type it
3 let it install and u should have the 610 sdk
then open cmd

HERE IS THE FIX ALL CREDITS GOES TO pavn4 thanx for fixing
TYPE

Now open CMD

Type :

1) cd C:\ps3dev [Hit enter]

2) ps3dev [hit enter]

3) cd ps3sdksrc [Hit enter]

4) sh bootstrap [Hit Enter]

5) sh configure [Hit Enter]

6) make [Hit Enter]

7) make install [Hit Enter]

After u finish all this go download the 156 mb sdk and drag and drop folder cell to the ps3sdk

You must login or register to view this content.

and try the michaels tutorial after all this

hope u guys get it working

it doesnt work i get the folder blus3037 like in michaels picture but nothing inside and he is just bullshitting us what could u expect from a guy without proof aa sorry but at least we tryed and u kno if u dont try u never get something
(adsbygoogle = window.adsbygoogle || []).push({});

The following 14 users say thank you to ITALIANmobsta for this useful post:

Alfa, biggiesmalls, Bluffed, Brochacho, Draama, iNikush, KillaPwner, Macdaddy4sure, MrNightmare, pyongftw, Sandyballz, Strike Venom, the stuff, ViiTaLiZe-
07-11-2010, 07:02 PM #74
Michael's .pkg unpacker is shit it clogs up my ram, sends it to the maximum and freezez my computer. Really annoying, gay fake program removed from my computer.

You must login or register to view this content.

The "make_package_npdrm" Also claims that "package.conf" is missing. Incomplete SDK?
07-11-2010, 07:05 PM #75
Originally posted by ITALIANmobsta View Post
guys it doesnt work michael is just bullshitting us i get the same folder like in his picture but nothing inside this doesnt work please close it mod /


I figured since the directories were different. How did he make a tutorial with the "full" sdk when the instructions were using the "incomplete" sdk. That inconsistency is enough.
07-11-2010, 07:06 PM #76
ghowden
Pokemon Trainer
Right I already had the 1.6 set of files with the cell sdk, but the error is due to the code itself:

    
C:\cygwin\ps3dev\ps3sdksrc>make
make all-recursive
make[1]: Entering directory `/c/cygwin/ps3dev/ps3sdksrc'
Making all in src
make[2]: Entering directory `/c/cygwin/ps3dev/ps3sdksrc/src'
Making all in base
make[3]: Entering directory `/c/cygwin/ps3dev/ps3sdksrc/src/base'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/c/cygwin/ps3dev/ps3sdksrc/src/base'
Making all in av
make[3]: Entering directory `/c/cygwin/ps3dev/ps3sdksrc/src/av'
ppu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/base -I../../src/vuart -g -O2
-MT init.o -MD -MP -MF .deps/init.Tpo -c -o init.o init.c
init.c:11:23: error: sys/types.h: No such file or directory
In file included from ../../src/vuart/ps3vuart.h:14,
from init.c:12:
../../src/base/ps3types.h:13:20: error: stdint.h: No such file or directory
In file included from ../../src/vuart/ps3vuart.h:14,
from init.c:12:
../../src/base/ps3types.h:22: error: expected '=', ',', ';', 'asm' or '__attribu
te__' before 'lpar_addr_t'
../../src/base/ps3types.h:27: error: expected '=', ',', ';', 'asm' or '__attribu
te__' before 'dma_addr_t'
../../src/base/ps3types.h:32: error: expected '=', ',', ';', 'asm' or '__attribu
te__' before 'gpu_memory_handle_t'
../../src/base/ps3types.h:37: error: expected '=', ',', ';', 'asm' or '__attribu
te__' before 'gpu_context_handle_t'
../../src/base/ps3types.h:41: error: expected '=', ',', ';', 'asm' or '__attribu
te__' before 'atomic_t'
In file included from init.c:12:
../../src/vuart/ps3vuart.h:23: error: expected '=', ',', ';', 'asm' or '__attrib
ute__' before 'ps3VuartRead'
../../src/vuart/ps3vuart.h:26: error: expected '=', ',', ';', 'asm' or '__attrib
ute__' before 'ps3VuartWrite'
In file included from init.c:13:
./ps3av.h:70: error: expected 'Winky Winky' before 'eventbit'
./ps3av.h:76: error: expected 'Winky Winky' before 'hdmiMode'
In file included from init.c:15:
avInternal.h:26: error: expected specifier-qualifier-list before 'uint16_t'
avInternal.h:37: error: expected specifier-qualifier-list before 'uint32_t'
avInternal.h:42: error: expected specifier-qualifier-list before 'uint32_t'
avInternal.h:56: error: expected specifier-qualifier-list before 'uint16_t'
avInternal.h:68: error: expected specifier-qualifier-list before 'uint16_t'
avInternal.h:93: error: expected ';', ',' or 'Winky Winky' before '*' token
init.c:17: error: expected 'Winky Winky' before 'eventbit'
init.c: In function 'ps3AvVideoInit':
init.c:25: error: unknown field 'version' specified in initializer
init.c:25: warning: excess elements in struct initializer
init.c:25: warning: (near initialization for 'avCmdGeneric.header'Winky Winky
init.c:25: error: unknown field 'length' specified in initializer
init.c:25: error: 'uint32_t' undeclared (first use in this function)
init.c:25: error: (Each undeclared identifier is reported only once
init.c:25: error: for each function it appears in.)
init.c:25: warning: excess elements in struct initializer
init.c:25: warning: (near initialization for 'avCmdGeneric.header'Winky Winky
init.c:25: error: unknown field 'cmdcode' specified in initializer
init.c:25: warning: excess elements in struct initializer
init.c:25: warning: (near initialization for 'avCmdGeneric.header'Winky Winky
init.c:25: error: expected 'Winky Winky' before 'uint8_t'
init.c:25: warning: cast from pointer to integer of different size
init.c: In function 'ps3AvAudioInit':
init.c:30: error: unknown field 'version' specified in initializer
init.c:30: warning: excess elements in struct initializer
init.c:30: warning: (near initialization for 'avCmdGeneric.header'Winky Winky
init.c:30: error: unknown field 'length' specified in initializer
init.c:30: error: 'uint32_t' undeclared (first use in this function)
init.c:30: warning: excess elements in struct initializer
init.c:30: warning: (near initialization for 'avCmdGeneric.header'Winky Winky
init.c:30: error: unknown field 'cmdcode' specified in initializer
init.c:30: warning: excess elements in struct initializer
init.c:30: warning: (near initialization for 'avCmdGeneric.header'Winky Winky
init.c:30: error: expected 'Winky Winky' before 'uint8_t'
init.c:30: warning: cast from pointer to integer of different size
make[3]: *** [init.o] Error 1
make[3]: Leaving directory `/c/cygwin/ps3dev/ps3sdksrc/src/av'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/c/cygwin/ps3dev/ps3sdksrc/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/cygwin/ps3dev/ps3sdksrc'
make: *** [all] Error 2
07-11-2010, 07:15 PM #77
Guys, the Michael is a gay fag lier bitch. A moderator closed his thread claiming that it can steal information. His topic was locked.
07-11-2010, 07:18 PM #78
DEREKTROTTER
You're Goddamn Right
Originally posted by MrNightmare View Post
Michael's .pkg unpacker is shit it clogs up my ram, sends it to the maximum and freezez my computer. Really annoying, gay fake program removed from my computer.

You must login or register to view this content.

The "make_package_npdrm" Also claims that "package.conf" is missing. Incomplete SDK?


even worse, it could have been binded with a RAT or a keylogger
07-11-2010, 07:18 PM #79
sAmIzErE
< ^ > < ^ >
yeah we know but we need a coder to make an actual skd unpacker
07-11-2010, 07:19 PM #80
Now i might have viruses (virus scan in progress)
07-11-2010, 07:25 PM #81
AlabamaHit
ROLL TIDE!!!
Yup none of this works. I didn't use micheals program, I typed myself in cmd.

I just wonder this. Why post stuff when you have obviously NOT tested it.
07-11-2010, 07:27 PM #82
I don't understand... at the end, all michael's tutorial are fake? The .pkg are unpackable?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo