Search found 26 matches

by kid101skater
Thu May 29, 2008 11:05 am
Forum: PSP Development
Topic: Launch ISO/CSO using C code...
Replies: 9
Views: 3010

Hey man... did my advice helpz?
by kid101skater
Wed May 28, 2008 5:55 pm
Forum: PSP Development
Topic: Launch ISO/CSO using C code...
Replies: 9
Views: 3010

I solve the freeze and crash with this new code: void load_UMD() { sceKernelDelayThread(500000); struct SceKernelLoadExecVSHParam param; const char target[33] = "disc0:/PSP_GAME/SYSDIR/EBOOT.BIN"; if(sceUmdCheckMediu...
by kid101skater
Thu Oct 18, 2007 8:08 am
Forum: PSP Development
Topic: Image Blitting on 3.71
Replies: 1
Views: 1170

Image Blitting on 3.71

Hello. i origionally dev'd for psp 1.50 and did some 2.8 projects... such as flashers, games and shells... and some little other things. anyways to the point. im trying to start on 3.71 and for some reason i cant get the damn graphics to load even simpily. i have this code below to load the image Ma...
by kid101skater
Thu Jun 28, 2007 12:53 pm
Forum: PS3 Development
Topic: cygwin errors with ps3toolchain
Replies: 8
Views: 6030

for some reason it wont install in cygwin...

thats why i switched to linux :)
by kid101skater
Tue Jun 26, 2007 1:47 pm
Forum: PS3 Development
Topic: The first working ps3toolchain release!
Replies: 177
Views: 262862

ooPo wrote:Open the makefile. Change 'objcopy' into 'ppu-objcopy' Save the makefile.

You're really off to a potentially rocky start if you need your hand held on this.
haha... just wait :)
by kid101skater
Tue Jun 26, 2007 10:03 am
Forum: PS3 Development
Topic: The first working ps3toolchain release!
Replies: 177
Views: 262862

dot_blank wrote:/usr/local/ps3dev/ppu/bin
and
/usr/local/ps3dev/spu/bin
ok and exactly where would i do this in....

etc/Profile?

whats the full code to add
by kid101skater
Mon Jun 25, 2007 8:15 pm
Forum: PS3 Development
Topic: The first working ps3toolchain release!
Replies: 177
Views: 262862

if i figure out this error i can compile on ubuntu on pc

Code: Select all

objcopy -O binary demo.elf demo.bin
objcopy: Unable to recognise the format of the input file `demo.elf'
make: *** [demo.bin] Error 1
by kid101skater
Mon Jun 25, 2007 3:01 pm
Forum: PS3 Linux Development
Topic: Install on ubuntu tutorial
Replies: 4
Views: 4992

ahh ok... still tryin to figure out how to compile on ubuntu... lol... but just was tryin to help out ppl cause i know ppl get confused as did i
by kid101skater
Mon Jun 25, 2007 6:53 am
Forum: PS3 Linux Development
Topic: Install on ubuntu tutorial
Replies: 4
Views: 4992

Install on ubuntu tutorial

I have made a tutorial on how to install the toolchain on ubuntu. it may work on other versions of linux but i tested on ubuntu. If i left out anything please let me know. Here is the tutorial: If you do not have ubuntu then you can get it from http://www.ubuntu.com/ Best linux distro in my opinion ...
by kid101skater
Sun Jun 24, 2007 6:35 pm
Forum: PS3 Development
Topic: OtherOS demo program
Replies: 51
Views: 61418

jimparis wrote:
kid101skater wrote:
jimparis wrote:Build it on a PS3, or build and use a cross compiler.
i got the same problem and im on ubuntu also... any help would be nice
If you have the same problem, then the solution is also the same.
well you can compile on linux on pc... im using ubuntu just as he was.
by kid101skater
Sun Jun 24, 2007 10:32 am
Forum: PS3 Development
Topic: OtherOS demo program
Replies: 51
Views: 61418

I cant compilate it... manuel@manuel-laptop:~/Desktop/source$ make gcc -O -m64 -mregnames -mfull-toc -G0 -ffreestanding -fno-stack-protector -c -o start.o start.S gcc: unrecognized option '-G0' cc1: error: unrecognized command line option "-mregnames" cc1: error: unrecognized command line...
by kid101skater
Sun Jun 24, 2007 9:59 am
Forum: PS3 Development
Topic: The first working ps3toolchain release!
Replies: 177
Views: 262862

So... i downloaded ubuntu 7.04 and did alot of

Code: Select all

sudo get-apt install
and have not gotten the same errors. so i believe that its just a thing with cygwin.
by kid101skater
Sun Jun 24, 2007 1:31 am
Forum: PS3 Development
Topic: The first working ps3toolchain release!
Replies: 177
Views: 262862

ok now what bout my prob with the spu? wheres the one file to change prefix = /usr/local/ps3dev/spu to prefix = usr/local/ps3dev/spu or w/e the code it ........... Look to the makefile in the directory where the error happens Thank you. but i still cant get it to work :( so im gunna try not doing s...
by kid101skater
Sat Jun 23, 2007 6:11 am
Forum: PS3 Development
Topic: The first working ps3toolchain release!
Replies: 177
Views: 262862

ok now what bout my prob with the spu? wheres the one file to change

Code: Select all


prefix = /usr/local/ps3dev/spu 
to
prefix = usr/local/ps3dev/spu 


or w/e the code it
by kid101skater
Fri Jun 22, 2007 5:07 am
Forum: PS3 Development
Topic: The first working ps3toolchain release!
Replies: 177
Views: 262862

-delete -werror Try adding '--disable-werror' to the configure line for gcc in that script. Let me know how it turns out. -run the scripts in ps3toolchain/scripts , one by one If you grab the latest version from subversion, you can use something like './toolchain.sh 1 2 3 4 5' to specify which step...
by kid101skater
Thu Jun 21, 2007 8:25 am
Forum: PS3 Development
Topic: The first working ps3toolchain release!
Replies: 177
Views: 262862

im srry im just really confused on how im supposed to fix it... i got the cygwin thing setup with ur code and everything. what else... explain in detail.. im sure others will have this problem Edit : i tried them in ps3toolchain/scripts indevidually and i get the error in 005... still same error... ...
by kid101skater
Thu Jun 21, 2007 1:57 am
Forum: PS3 Development
Topic: The first working ps3toolchain release!
Replies: 177
Views: 262862

IM STILL GETTING THIS ../../binutils/bin2c.c: In function `main': ../../binutils/bin2c.c:89: warning: implicit declaration of function `_fileno' ../../binutils/bin2c.c:89: warning: implicit declaration of function `_setmode' make&#9...
by kid101skater
Wed Jun 20, 2007 3:34 pm
Forum: PS3 Development
Topic: The first working ps3toolchain release!
Replies: 177
Views: 262862

ok...

have u got cygwin to fully compile the toolchain?
by kid101skater
Wed Jun 20, 2007 2:40 pm
Forum: PS3 Development
Topic: The first working ps3toolchain release!
Replies: 177
Views: 262862

ok...
lol i bet thats it... im doing it on my new amd 3800+ dual core
gosh, i didnt do the cygwin1.dll before too for the psp one on this comp :(


let me try dat
by kid101skater
Wed Jun 20, 2007 2:37 pm
Forum: PS3 Development
Topic: The first working ps3toolchain release!
Replies: 177
Views: 262862

had the same thing, what I did was to copy the compileline and then just remove -Werror and run it again and it builds fine.
explain in english plz.... little confused
by kid101skater
Wed Jun 20, 2007 2:12 pm
Forum: PS3 Development
Topic: The first working ps3toolchain release!
Replies: 177
Views: 262862

Well heres the new problem ../../binutils/bin2c.c: In function `main': ../../binutils/bin2c.c:89: warning: implicit declaration of function `_fileno' ../../binutils/bin2c.c:89: warning: implicit declaration of function `_setmode' make&a...
by kid101skater
Wed Jun 20, 2007 11:20 am
Forum: PS3 Development
Topic: The first working ps3toolchain release!
Replies: 177
Views: 262862

new error make[8]: *** [compatibility.lo] Error 1 make[8]: *** Waiting for unfinished jobs.... make[8]: Leaving directory `/home/kevin/ps3toolchain/build/gcc-4.2.0/build-ppu-s tage2/ppu/32/libstdc++-v3/src' make&...
by kid101skater
Wed Jun 20, 2007 7:29 am
Forum: PS3 Development
Topic: The first working ps3toolchain release!
Replies: 177
Views: 262862

well everytime i open up the .bash_profile in home/kev/ and put those lines at the end from notepad, i open up cygwin and get an error: There lies your problem, Notepad. It does not save in Unix Format, so try adding Vim as a Cygwin package, or using another application like TextPad, PSPad that can...
by kid101skater
Wed Jun 20, 2007 7:00 am
Forum: PS3 Development
Topic: The first working ps3toolchain release!
Replies: 177
Views: 262862

can someone please explain more what to do with export PS3DEV=/usr/local/ps3dev export PATH=$PATH:$PS3DEV/bin export PATH=$PATH:$PS3DEV/ppu/bin export PATH=$PATH:$PS3DEV/spu/bin You need to add it to your path. In Cygwin, there is a file in your users root directory called ....
by kid101skater
Wed Jun 20, 2007 6:56 am
Forum: PS3 Development
Topic: The first working ps3toolchain release!
Replies: 177
Views: 262862

can someone please explain more what to do with

Code: Select all


export PS3DEV=/usr/local/ps3dev 
export PATH=$PATH:$PS3DEV/bin 
export PATH=$PATH:$PS3DEV/ppu/bin 
export PATH=$PATH:$PS3DEV/spu/bin

by kid101skater
Wed Jun 20, 2007 6:15 am
Forum: PS3 Development
Topic: The first working ps3toolchain release!
Replies: 177
Views: 262862

error

Code: Select all

ERROR: Set $PS3DEV before continuing.
../depends/check-ps3dev.sh: Failed.
also i did add

Code: Select all

export PS3DEV=/usr/local/ps3dev 
export PATH=$PATH:$PS3DEV/bin 
export PATH=$PATH:$PS3DEV/ppu/bin 
export PATH=$PATH:$PS3DEV/spu/bin