Search found 5 matches
- Fri Jan 20, 2006 10:28 am
- Forum: PSP Development
- Topic: Porting glib (some progress, could use some help)
- Replies: 7
- Views: 2534
- Fri Jan 20, 2006 10:03 am
- Forum: PSP Development
- Topic: Porting glib (some progress, could use some help)
- Replies: 7
- Views: 2534
- Fri Jan 20, 2006 9:50 am
- Forum: PSP Development
- Topic: Porting glib (some progress, could use some help)
- Replies: 7
- Views: 2534
So, I managed to add iconv support to newlib -- thanks for the hint! I munged the GLIB code a bit ... they took out --disable-nls, so it really does require gettext...there was old code in glibintl.h that did the work for the old --disable-nls option, which I have reenabled, for now (at least). The ...
- Fri Jan 20, 2006 6:58 am
- Forum: PSP Development
- Topic: Porting glib (some progress, could use some help)
- Replies: 7
- Views: 2534
Okay, I fixed my R_MIPS_GPREL16 error in gettext. Passing -G0 to C[XX]FLAGS helped, atlhough I'm sure that comes at a theoretical performance hit (not that I really care about gettext speed). However, now I got a legit compilation error, in gettext: msgfmt.c:795: error: syntax error before 'sigfpe_e...
- Fri Jan 20, 2006 6:00 am
- Forum: PSP Development
- Topic: Porting glib (some progress, could use some help)
- Replies: 7
- Views: 2534
Porting glib (some progress, could use some help)
Last night I spent many an hour trying to port glib-2.8.6 to the PSP. I reached some major roadblocks. - Newer glib releases seem to require iconv, as well as gettext --+ iconv functions are referenced in the pspsdk headers, but I can't find the symbols in the psp sdk libs, so presumbably it's eithe...