Search found 15 matches

by CHERTS
Fri Jan 22, 2010 3:12 pm
Forum: PSP Development
Topic: [RELEASE] Minimalist PSPSDK Addon v1.0.2
Replies: 0
Views: 1403

[RELEASE] Minimalist PSPSDK Addon v1.0.2

Minimalist PSPSDK Addon - a set of additional tools, libraries, documentation and example programs for the Minimalist PSPSDK. Minimalist PSPSDK Addon includes the following components: Additional libraries: aalib, libAac, cppunit, libpng, libconfig, crypto++-5.5.2, hashlib++, libid3tag, libLZR, lib...
by CHERTS
Fri Jan 22, 2010 2:45 pm
Forum: PSP Development
Topic: [release] PSPHBC - homebrew common
Replies: 5
Views: 4445

everything works, thanks for the library TARGET = PSPHBC OBJS = main.o HbcGuSampleApp.o CFLAGS = -O2 -g -G0 -Wall CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti ASFLAGS = $(CFLAGS) LIBDIR= LDFLAGS= LIBS = -lstdc++ -lpsphbc -lpspgum -lpspgu -lm EXTRA_TARGETS=EBOOT.PBP ...
by CHERTS
Fri Jan 22, 2010 2:36 pm
Forum: PSP Development
Topic: [release] PSPHBC - homebrew common
Replies: 5
Views: 4445

show the full Makefile

thanks!
by CHERTS
Mon Jan 18, 2010 5:22 pm
Forum: PSP Development
Topic: [RELEASE] Minimalist PSPSDK Addon v1.0.1
Replies: 0
Views: 1366

[RELEASE] Minimalist PSPSDK Addon v1.0.1

Minimalist PSPSDK Addon - a set of additional tools, libraries, documentation and example programs for the Minimalist PSPSDK. Minimalist PSPSDK Addon includes the following components: Additional libraries: aalib, libAac, cppunit, libpng, libconfig, crypto++-5.5.2, hashlib++, libid3tag, libLZR, lib...
by CHERTS
Mon Jul 20, 2009 5:31 pm
Forum: PSP Development
Topic: [RELEASE] Minimalist PSPSDK Addon
Replies: 3
Views: 2885

jojojoris wrote:BTW You can remove aalib. no one uses it and it doesn't work.
aalib library works, see the example of C:\pspsdk\psp\sdk\samples\libaa\
jojojoris wrote:EDIT:
Can run ./configure with bash.exe???
yes, it is usual for mingw environment to run bash.exe within ./configure
by CHERTS
Fri Jul 17, 2009 12:57 pm
Forum: PSP Development
Topic: [RELEASE] Minimalist PSPSDK Addon
Replies: 3
Views: 2885

[RELEASE] Minimalist PSPSDK Addon

Minimalist PSPSDK Addon - a set of additional tools, libraries, documentation and example programs for the Minimalist PSPSDK. Minimalist PSPSDK Addon includes the following components: Additional libraries: aalib, libAac, cppunit, libpng, libconfig, crypto++-5.5.2, hashlib++, libid3tag, libLZR, lib...
by CHERTS
Tue Dec 23, 2008 1:13 pm
Forum: PSP Development
Topic: PSPDEV for Windows
Replies: 5
Views: 4890

Sorry if you thought that advertising, but it's not. I draw attention to the development of community and know your opinion.
Minimalist PSPSDK convenient, but it lacks many of the library! In PSPDEV v1.0.1 set of libraries much more.
by CHERTS
Thu Dec 18, 2008 3:25 pm
Forum: PSP Development
Topic: PSPDEV for Windows
Replies: 5
Views: 4890

PSPDEV for Windows

PSPDEV v1.0.1 for Windows - is ready to use development environment for PSP, assembled under Windows environment Cygwin and includes the following libraries and tools...

http://code.google.com/p/pspdev-win/
by CHERTS
Sun Nov 09, 2008 7:17 pm
Forum: PSP Development
Topic: aalib patch
Replies: 1
Views: 1804

aalib patch

When compiling aalib error: $ make make -C src all make[1]: Entering directory `/cygdrive/c/svn/aalib/src' psp-gcc -I../include -I. -I/usr/local/pspdev/psp/sdk/include -G0 -g -O2 -D_ PSP_FW_VERSION=150 -c -o aastdin.o aastdin.c aastdin.c: In function 'stdin_getchar': aastdin.c:58: error: 'fd_set' un...
by CHERTS
Thu Nov 06, 2008 10:35 pm
Forum: PSP Development
Topic: psptoolchain patch - new gcc-4.3.2 and newlib-1.16.0
Replies: 1
Views: 2215

psptoolchain patch - new gcc-4.3.2 and newlib-1.16.0

Hi! I have prepared an update to psptoolchain: gcc-4.3.2 and newlib-1.16.0 Installation: Delete files: psptoolchain/scripts/002-gcc-4.3.1-stage1.sh psptoolchain/scripts/004-newlib-1.15.0.sh psptoolchain/scripts/005-gcc-4.3.1-stage2.sh Add new files: psptoolchain/patches/gcc-4.3.2-PSP.patch psptoolch...
by CHERTS
Wed Oct 22, 2008 6:11 pm
Forum: PSP Development
Topic: cal3D patch
Replies: 2
Views: 2569

cal3D patch

When building a repository cal3D ps2dev.org (revision 2435), a few errors: psp-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src -I../../src -O2 -fno-rtti - G0 -MT hardwaremodel.lo -MD -MP -MF .deps/hardwaremodel.Tpo -c hardwaremodel.cpp -o hardwaremodel.o hardwaremodel.cpp: In member function 'int Ca...
by CHERTS
Wed Oct 22, 2008 5:36 pm
Forum: PSP Development
Topic: cpplibs patch
Replies: 1
Views: 1722

cpplibs patch

When building a repository cpplibs ps2dev.org (revision 2435), a few errors: $ make cd libpsp2d && make make[1]: Entering directory `/cygdrive/c/svn/cpplibs/libpsp2d' psp-g++ -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -D_PSP_FW_VERSION =150 -I.. -c -o framebuffer.o framebuffer.cpp...
by CHERTS
Mon Oct 13, 2008 8:58 pm
Forum: PSP Development
Topic: Errors compiling SDL_image library
Replies: 5
Views: 2395

J.F. wrote:I'd suspect you don't have the full toolchain installed then. It looks like it's looking for a library that is supposed to be built by the toolchain script. The vfpu lib it looks like.
PSPSDK recompiled and everything worked!

Very good! Thank you!
by CHERTS
Mon Oct 13, 2008 7:36 pm
Forum: PSP Development
Topic: Errors compiling SDL_image library
Replies: 5
Views: 2395

Try running the psplibraries script from the repo. That will make and install most of the major libs, including all the SDL libs. Start script 019-SDL_image.sh of psplibraries, the same error: ........ psp-gcc -g -O2 -G0 -I/usr/local/pspdev/psp/sdk/include -I/usr/local/pspdev/psp/i nclude/SDL -Dmai...
by CHERTS
Mon Oct 13, 2008 6:23 pm
Forum: PSP Development
Topic: Errors compiling SDL_image library
Replies: 5
Views: 2395

Errors compiling SDL_image library

I'm using the latest versions of libraries from the repository svn://svn.ps2dev.org/psp/trunk/... So I am getting all of the required libraries from SVN (in order) zlib - maked & installed bzip2 - maked & installed freetype - maked & installed jpeg - maked & installed libbulletml - m...