Search found 12 matches

by kundarmah
Sat Oct 17, 2009 3:34 pm
Forum: PSP Development
Topic: [ERROR] FreeType
Replies: 1
Views: 1238

[ERROR] FreeType

Hi there I'm compiling Freetype in Ubuntu 9.10 and here's the log in my error. Any ideas? This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.64. Invocation co...
by kundarmah
Fri Oct 16, 2009 4:23 am
Forum: PSP Development
Topic: Ubuntu 9.10 and PSPLIBRARIES
Replies: 2
Views: 5317

Ubuntu 9.10 and PSPLIBRARIES

Hi there! Anyone tried compiling psplibraries using Ubuntu 9.10 Karmic Koala Beta version? The toolchain compiled smoothly but I'm having an error with freetype library and other libraries included in the psplibrary. It seems that it has problems with GCC4.4.2.

Any suggestions there?
by kundarmah
Tue Oct 13, 2009 9:17 pm
Forum: PSP Development
Topic: [HELP] How to test your applications
Replies: 6
Views: 2246

Thanks for all the replies. psplinkusb made my programming easy, Thanks to all of you.
by kundarmah
Sun Oct 11, 2009 3:47 am
Forum: PSP Development
Topic: [HELP] How to test your applications
Replies: 6
Views: 2246

[HELP] How to test your applications

Is there a way to test your newly programmed homebrew application without putting it into your psp? or to test it in PC?

I'm tired of compiling then transferring the file to the PSP just to test my app.
by kundarmah
Mon Sep 14, 2009 12:43 am
Forum: PSP Development
Topic: [HELP!] INTERFACE FOR A PLAYER
Replies: 6
Views: 2693

Art wrote:It's the c graphics library used in LUAplayer,
you don't need to actually use LUA.
Thanks! IM already tring to put pics on it using graphics.h and libpng. My problem now is how can I put the text/song names infront of the first pics
by kundarmah
Sun Sep 13, 2009 4:56 pm
Forum: PSP Development
Topic: [HELP!] INTERFACE FOR A PLAYER
Replies: 6
Views: 2693

Torch wrote:Since you don't need high performance graphics for a player interface you can get by with the graphics.c from LuaPlayer.
Thanks! Can I combine lua with C? How can I compile it then?
by kundarmah
Sun Sep 13, 2009 3:37 am
Forum: PSP Development
Topic: [HELP!] INTERFACE FOR A PLAYER
Replies: 6
Views: 2693

[HELP!] INTERFACE FOR A PLAYER

I am planning to create an interface for my player. By using image slices. What things should I know to create an interface for my player.

I already tried to compile some of the examples and it looks like a console. What libraries should I need to learn? Or can you give me an example?
by kundarmah
Sun May 24, 2009 9:57 pm
Forum: PSP Development
Topic: libogg / libvorbis
Replies: 2
Views: 2116

what's the Makefile for this?
by kundarmah
Sun May 24, 2009 6:52 am
Forum: PSP Development
Topic: has anyone got FLAC code?
Replies: 12
Views: 6641

TNX it can play flac files but why cant it play OGG files? Does this support OGG files? If you compile libFLAC with ogg support, you can use libvorbisdec to play ogg files. If you want to use libvorbisidec (tremor) to play ogg, you cannot compile libFLAC with ogg support as the way tremor and flac ...
by kundarmah
Sun May 24, 2009 3:00 am
Forum: PSP Development
Topic: has anyone got FLAC code?
Replies: 12
Views: 6641

TNX it can play flac files but why cant it play OGG files? Does this support OGG files?
by kundarmah
Sat May 23, 2009 5:26 pm
Forum: PSP Development
Topic: has anyone got FLAC code?
Replies: 12
Views: 6641

J.F. wrote:Looks like when you edited config.sub, you screwed something up. Better double check it.

Code: Select all

3 - Edit config.sub: look for

edit:

already installed it TNX.
by kundarmah
Sat May 23, 2009 5:02 pm
Forum: PSP Development
Topic: has anyone got FLAC code?
Replies: 12
Views: 6641

Why is that when I'm installing flac and made the config.sub edit correctly there's an error coming out? $ CFLAGS="-ffast-math -fsigned-char -G0" LDFLAGS="-L$(psp-config --pspsdk-path) /lib -lc -lpspuser" ./configure --enable-maintainer-mode --host=psp --prefix=$&...