Search found 7 matches

by koziadupa
Fri Jan 27, 2006 2:07 am
Forum: PSP Development
Topic: sdk samples run problems
Replies: 10
Views: 3233

these are those files: 2006-01-21 15:31 libc.a 2006-01-23 14:13 ../sdk/lib/libpspuser.a Hm, could it be possible that linker works inappropiate because i've installed it in different prefix? (/opt/pspdev instead usr/local/pspdev) I mean is there any else place than beginning of toolchain script, tha...
by koziadupa
Thu Jan 26, 2006 9:07 pm
Forum: PSP Development
Topic: sdk samples run problems
Replies: 10
Views: 3233

Ok, i did what you say.

Here's the file:

http://rapidshare.de/files/11860537/elf ... e.zip.html

I hope I helped
by koziadupa
Thu Jan 26, 2006 8:18 am
Forum: PSP Development
Topic: sdk samples run problems
Replies: 10
Views: 3233

hmm, do you mean compiled one?
by koziadupa
Thu Jan 26, 2006 7:35 am
Forum: PSP Development
Topic: sdk samples run problems
Replies: 10
Views: 3233

Hi!

I've finally find out why it didn't work !
I had to add this line to the Makefile:

USE_PSPSDK_LIBC = 1

with this, everything is working now! :)

I hope this thread (written all by me :D) will help anyone in the future.

Bye
by koziadupa
Tue Jan 24, 2006 1:42 am
Forum: PSP Development
Topic: PSP assembler begining
Replies: 8
Views: 3912

PSP assembler begining

Hi there! Recently I started my journey with PSP programing :) Like you can read from my previous post, I still can't run any homebrew compiled by me. But, I'd like to play some with assembler. So, there's my noob quiestion: What is minimal program, that can run on PSP and doen't crash it? I though ...
by koziadupa
Sun Jan 22, 2006 7:48 am
Forum: PSP Development
Topic: sdk samples run problems
Replies: 10
Views: 3233

hmm... I was messing up with others samples from sdk and it still does the same - screen going black and psp turns off.

It seems like the compiler generates bad executables - I really don't know what's going on :/
by koziadupa
Sun Jan 22, 2006 2:55 am
Forum: PSP Development
Topic: sdk samples run problems
Replies: 10
Views: 3233

sdk samples run problems

Hi! I recently downloaded newtoolchain and builded it. Everything went fine. For start, I wanted to try running some samples provided in sdk on my psp. The few I tried (ie. template) compiles fine (using "make kxploit", because I've got 1.50). But when I tried run it on my PSP screen go bl...