Search found 1 match
- Mon Apr 05, 2010 6:16 am
- Forum: devkitARM
- Topic: help me to use iconv
- Replies: 1
- Views: 2890
help me to use iconv
Hi. I'm trying to use iconv. I found iconv.h file is included in devkitARM, but implementation seems didn't included. (when I include iconv.h and use fuction like iconv_open, the compile result is "undefined reference to `....`" so I'm trying to compiling gnu iconv. Someone helpping me to compile it?