Search found 49 matches

by _.-noel-._
Mon Aug 24, 2009 3:20 am
Forum: PSP Development
Topic: why sceAudioChangeChannelVolume not work
Replies: 2
Views: 914

is it solved or not ?!

if it is so, please write your solution =)
by _.-noel-._
Mon Aug 24, 2009 3:08 am
Forum: PSP Development
Topic: Compiling error - Ubuntu 9.04
Replies: 5
Views: 1812

hey =)

i've removed the -lGL from the makefile, and it works perfectly =)

no linking errors

thx
thread can be closed
by _.-noel-._
Sun Aug 23, 2009 10:22 pm
Forum: PSP Development
Topic: Compiling error - Ubuntu 9.04
Replies: 5
Views: 1812

sure it is OpenGL ?!
The project didn't use OpenGL ...
(it's a team project ... that's why i don't know why these libs are in the Makefile ^^)
by _.-noel-._
Sun Aug 23, 2009 8:47 am
Forum: PSP Development
Topic: Compiling error - Ubuntu 9.04
Replies: 5
Views: 1812

Compiling error - Ubuntu 9.04

Hello, i've got a problem with compiling on Ubuntu 9.04 ..

My Problem:

/usr/local/pspdev/lib/gcc/psp/4.3.2/../../../../psp/bin/ld: cannot find -lGL

so, where is my lGL ?!
or, what is lGL ^^

i hope someone can help me ;)
by _.-noel-._
Tue Dec 16, 2008 3:06 am
Forum: PSP Development
Topic: Newbie and Ubuntu 8.10 Intrepid Ibex
Replies: 8
Views: 3349

its called "libmpfr-dev"
it is a mistake in the readme...

_.-noel-._
by _.-noel-._
Tue Nov 04, 2008 8:23 am
Forum: PSP Development
Topic: Toolchain Problem
Replies: 14
Views: 5621

i will try it on ubuntu 8.04.1....

if it works, i will write back =)
by _.-noel-._
Tue Nov 04, 2008 7:36 am
Forum: PSP Development
Topic: Toolchain Problem
Replies: 14
Views: 5621

what should i do now?
by _.-noel-._
Tue Nov 04, 2008 5:08 am
Forum: PSP Development
Topic: Wlan won't initialize under psplink ?
Replies: 12
Views: 4304

hm..

you can copy the files to PSP ;)
by _.-noel-._
Tue Nov 04, 2008 4:36 am
Forum: PSP Development
Topic: Toolchain Problem
Replies: 14
Views: 5621

oh sry...

I've read wrong...

OK, i will try it out...
by _.-noel-._
Tue Nov 04, 2008 4:21 am
Forum: PSP Development
Topic: Toolchain Problem
Replies: 14
Views: 5621

i have already Ubuntu 8.10...
by _.-noel-._
Tue Nov 04, 2008 4:05 am
Forum: PSP Development
Topic: Toolchain Problem
Replies: 14
Views: 5621

i know ;)

now i have tryed one revision earlyer, but i get the same error...

can someone test the toolchain installation on other OS?
by _.-noel-._
Tue Nov 04, 2008 12:35 am
Forum: PSP Development
Topic: Wlan won't initialize under psplink ?
Replies: 12
Views: 4304

hm... which kernel runs psplink ?

if had the same problem...

i always get an exception, then i tryed with psplink OE and it worked ;)


(sry for my bad english...)
by _.-noel-._
Tue Nov 04, 2008 12:30 am
Forum: PSP Development
Topic: Toolchain Problem
Replies: 14
Views: 5621

Toolchain Problem

Hi i tried to install the newesd toolchain (Revision 2440) on my Ubuntu 8.10 system... i have installed gmp & mpfr.... But i get an error: # Early copyback; see "all" above for the rationale. The # early copy is necessary so that the gcc -B options find # the right startup files when l...
by _.-noel-._
Wed Mar 19, 2008 12:23 am
Forum: PSP Development
Topic: Using the original battery symbol?
Replies: 2
Views: 1151

Using the original battery symbol?

Is there a way to blit the original battery symbol (The same as in the XMB...) in a homebrew?
by _.-noel-._
Wed Nov 28, 2007 9:13 am
Forum: PSP Development
Topic: Howto set text higher, for each messange (like afkim) ?
Replies: 10
Views: 3739

lol... beginner? woud you like to call me a noob? i only had a simple question, but you woudnt answer it, because its "to easy" ? lol... then i will test my idea... i woud only ask, if there is a easyer way... no, im not know all about c but with 14 years, it isnt bad if i dont know about ...
by _.-noel-._
Wed Nov 28, 2007 12:06 am
Forum: PSP Development
Topic: Howto set text higher, for each messange (like afkim) ?
Replies: 10
Views: 3739

Howto set text higher, for each messange (like afkim) ?

I want, that when i write a text, and hit then "Down" (Danzeffs OSK), the text jump one or two lines above... like "AFKIM"... (it will be a messanger) But with sceDebugScreenSetXY(15, y); printf(messange); and then: if(strcmp(messange, '\n') == 0) y+=3; or something like this.. d...
by _.-noel-._
Tue Oct 30, 2007 3:41 am
Forum: PSP Development
Topic: main.c:1: error: stray ´\357´ in program ... ??
Replies: 1
Views: 1108

main.c:1: error: stray ´\357´ in program ... ??

Hey ho....

i have a new problem....
main.c:1: error: stray ´\357´ in program
main.c:1: error: stray ´\273´ in program
main.c:1: error: stray ´\277´ in program
i have no idea what this means....

plZ help....

this comes at compilling...
by _.-noel-._
Thu Oct 25, 2007 4:19 am
Forum: PSP Development
Topic: Cursor? Work this code?
Replies: 24
Views: 4765

okay, i dont know, what you mean....
by _.-noel-._
Thu Oct 25, 2007 2:15 am
Forum: PSP Development
Topic: Cursor? Work this code?
Replies: 24
Views: 4765

Another update. You asked about anigif earlier - well here's a compile of giflib for the PSP and modifications to the test app to show how to use anigifs in the program. Maybe not the most efficient method, but simple. It creates one image for the anigif, then converts the current frame into image ...
by _.-noel-._
Thu Oct 25, 2007 12:56 am
Forum: PSP Development
Topic: Cursor? Work this code?
Replies: 24
Views: 4765

okay..

new problem...

How many Images can i put in an array?

only 19?
(with 480 x 272)

Or can i load the images every time from the MS?
but then the PSP is slower....or?

i have 1 animation with 22 Images ant 1 Animation with 20 Iages...

PlZ Help
by _.-noel-._
Wed Oct 24, 2007 8:32 am
Forum: PSP Development
Topic: Cursor? Work this code?
Replies: 24
Views: 4765

oO

and then it works perfectly?
by _.-noel-._
Wed Oct 24, 2007 6:34 am
Forum: PSP Development
Topic: Cursor? Work this code?
Replies: 24
Views: 4765

thx, bit the last thing i didnt understand... i have edited my code, befor you post... now, i load, the "load", and after that, the cursor, the border(at top) and the animated background... but i won't work fine... here is my code: #include <pspkernel.h> #include <pspctrl.h> #include <pspd...
by _.-noel-._
Tue Oct 23, 2007 11:26 pm
Forum: PSP Development
Topic: Cursor? Work this code?
Replies: 24
Views: 4765

okay, i have tested, it show all images... but, now, i have a new problem... hire is my code... i don't know, what is wrong? after splash&#40;&#41;; the psp LCD is black, and it goes to the XMB... Code: #include <pspkernel.h> #include <pspctrl.h> #include <pspdebug.h> #include <pspdisplay.h>...
by _.-noel-._
Tue Oct 23, 2007 9:15 pm
Forum: PSP Development
Topic: Cursor? Work this code?
Replies: 24
Views: 4765

edited!

cool, thx... my last question(i hope) is: what is the last parameter for blitImageToImage&#40;0, 0, 10, 10, cursor, x, y, *?*&#41;; must this be the picture, where "cursor" is over the picture, may be "bg" ? On Image to Image, the last parameter is the destination image ...
by _.-noel-._
Tue Oct 23, 2007 7:37 am
Forum: PSP Development
Topic: Cursor? Work this code?
Replies: 24
Views: 4765

wow...
thanks...

"i love u"
JoKe

you have help me a lot...

and all the others ;)

next question comes in

8-16 hurs
(i musst sleep...
at my time its 11.38 pm [or 23.38])

CyA all
/=0
by _.-noel-._
Tue Oct 23, 2007 7:08 am
Forum: PSP Development
Topic: Cursor? Work this code?
Replies: 24
Views: 4765

cool, thx...

my last question(i hope) is:

what is the last parameter for

Code: Select all

blitImageToImage&#40;0, 0, 10, 10, cursor, x, y, *?*&#41;;
must this be the picture, where "cursor" is over the picture, may be "bg" ?
by _.-noel-._
Tue Oct 23, 2007 6:27 am
Forum: PSP Development
Topic: Cursor? Work this code?
Replies: 24
Views: 4765

nice job, thx... lol...the pad is realy not read inside the loop... but how did I erase the cursor, befor it moves? with pspDebugScreenClear&#40;&#41;; i clean the complete LCD... may be i must disable graphics? and then enable it ? And a question to a animation: can i use: int x = 0; int i;...
by _.-noel-._
Tue Oct 23, 2007 1:58 am
Forum: PSP Development
Topic: Cursor? Work this code?
Replies: 24
Views: 4765

thx, if i have understand all, i must replace

Code: Select all

while&#40;1&#41;
with

Code: Select all

for&#40;;;&#41;
but what did you mean with
Quite a few compilers warn about the former but happily accept the latter.
You use 'break' to get out of the infinite loop as usual.
?
by _.-noel-._
Mon Oct 22, 2007 10:04 pm
Forum: PSP Development
Topic: Cursor? Work this code?
Replies: 24
Views: 4765

Cursor? Work this code?

Hey, hey... I don't know, what is wrong... If I start the program, the PSP LCD is Black, but the Callbacks work. But when i will exit the Program over the Callbacks, the PSP LCD freeze... Got the code: #include <pspkernel.h> #include <pspctrl.h> #include <pspdebug.h> #include <pspdisplay.h> #include...
by _.-noel-._
Fri Oct 19, 2007 7:49 am
Forum: PSP Development
Topic: [SOLVED] Some problems with Ubuntu 7.04
Replies: 4
Views: 1536

wow...
where did you know, that i will compill a sample?

i have used #1...

i compiled the sample, to check the toolchain work...

and it work ^^

befor i had used devkid for windows...

now i will complet my project on linux...

thx for help

SOLVED