Search found 9 matches
- Sat Sep 24, 2005 2:15 am
- Forum: PSP Development
- Topic: kernel unresolved externals
- Replies: 2
- Views: 1487
Just in case anybody has this problem in the future, I fixed it changing a makefile line to look like this: LIBS = -lc -lZombieTests -lZombieCore -lZombieGame -lZombieGUI -lZombieInput -lZombieDisplay -lpspgu I'm not very used to makefiles and it seems like the order of the libraries is very importa...
- Thu Sep 22, 2005 2:55 am
- Forum: PSP Development
- Topic: kernel unresolved externals
- Replies: 2
- Views: 1487
kernel unresolved externals
Hi. I am building a project based on different libraries and at this point I am getting some unresolved externals that I can't find a way to fix them. I get this: /usr/local/pspdev/lib/gcc/psp/4.0.1/../../../../psp/lib/libc.a(_Exit.o): In function `_exit': ../../../../../../newlib/libc/sys/psp/libcg...
- Mon Jul 11, 2005 9:43 am
- Forum: PSP Development
- Topic: KernelPollCallbacks?
- Replies: 6
- Views: 2513
- Mon Jul 11, 2005 4:23 am
- Forum: PSP Development
- Topic: How to compile, link and transfer PSP programs from VS.NET
- Replies: 71
- Views: 125900
- Mon Jul 11, 2005 3:41 am
- Forum: PSP Development
- Topic: KernelPollCallbacks?
- Replies: 6
- Views: 2513
- Mon Jul 11, 2005 2:42 am
- Forum: PSP Development
- Topic: How to compile, link and transfer PSP programs from VS.NET
- Replies: 71
- Views: 125900
- Sun Jul 10, 2005 2:02 am
- Forum: PSP Development
- Topic: On C++ with PSPSDK... again...
- Replies: 4
- Views: 2791
- Sun Jul 10, 2005 1:49 am
- Forum: PSP Development
- Topic: GU blit for snes9x
- Replies: 28
- Views: 17807
Inside the snes directory first I used: ./autoconf ./configure ./make but to make for psp I think you simply need to rename the Makefile.psp to Makefile and then make. However I tried it on the psp and while it launches ok and the rom list appear I select the chronotrigger rom to play and the emulat...
- Sat Jul 09, 2005 1:53 pm
- Forum: PSP Development
- Topic: working C++ samples?
- Replies: 9
- Views: 5148
I've been taking a look at the samples from the sdk in svn and in one of my tests I wanted to compile some samples in c++ (it should be just changing the extension to cpp right?). The result was that some projects compiled and linked ok but others (specially when using the psppower lib) wouldn't lin...