Content originally posted in LPCWare by FlySnake on Fri Jul 06 10:18:23 MST 2012 Hi everyone! Is there iconv in redlib or newlib? When I use redlib and add #include <iconv.h> I get this message
/opt/lpcxpresso/lpcxpresso/tools/bin/../lib/gcc/arm-none-eabi/4.5.1/../../../../arm-none-eabi/include/iconv.h:4:28: error: no include path in which to search for iconv.h
When I set library to newlib the message above disappears, but I can't use any function from iconv.h with "undefined reference" error.