Search found 6 matches
- Wed Dec 23, 2009 4:37 pm
 - Forum: PSP Development
 - Topic: [solved]tinyxml bus error
 - Replies: 2
 - Views: 3178
 
- Wed Dec 23, 2009 2:58 am
 - Forum: PSP Development
 - Topic: [solved]tinyxml bus error
 - Replies: 2
 - Views: 3178
 
[solved]tinyxml bus error
Hi, I tried to parse a utf-8 xml file with tinyxml while get a bus error. main.cpp #include "tinyxml.h" #include <pspkernel.h> PSP_MODULE_INFO("sample", 0, 1, 1); PSP_MAIN_THREAD_ATTR(THREAD_ATTR_USER | THREAD_ATTR_VFPU); PSP_HEAP_SIZE_KB(2...
					- Mon Nov 30, 2009 12:21 pm
 - Forum: PSP Development
 - Topic: Http file download, howto
 - Replies: 9
 - Views: 9961
 
YES, IT WORKS!
Thanks Mon Ouïe!
					Thanks Mon Ouïe!
Mon Ouïe wrote:I guess the order is wrong (but -lz is correct): A library which depends on other has to be linked before the libraries it depends on. So, it should be :Code: Select all
-lcurl -lz
- Mon Nov 30, 2009 1:11 am
 - Forum: PSP Development
 - Topic: Http file download, howto
 - Replies: 9
 - Views: 9961
 
- Sat Nov 28, 2009 7:10 pm
 - Forum: PSP Development
 - Topic: Http file download, howto
 - Replies: 9
 - Views: 9961
 
zlib error
Looking for help, I got problem when try to do make. /usr/local/pspdev/lib/gcc/psp/4.3.2/../../../../psp/lib/libcurl.a(content_encodi ng.o): In function `exit_zlib': content_encoding.c:(.text+0xa0): undefined reference to `inflateEnd' /...
					- Sun Dec 07, 2008 2:10 pm
 - Forum: PSP Development
 - Topic: Sample exec problem
 - Replies: 1
 - Views: 1351
 
Sample exec problem
Hi all, I am a newbie in PSP howbrew program dev. I use windows XP installed with minpspw 0.8.10. I compiled sdk sample net/resolver then exec on my psp slim CF 3.71-M4 It simpily reply nothing and shutdown within 4 seconds.(I read this would an fatal exception in my program that cause PSP shutdown)...