is there any configureation to make it compatible with newlib c?
or any guidelines about the libiconv used on barmental environment not linux ?
thank you!
At 2020-05-13 16:20:52, "Bruno Haible" <address@hidden> wrote:
>Hi,
>
>> i try to compile libiconv1.16.tar.gz for arm rtos enviroment with configuraion:
>> ./configure --host=arm-none-eabi --enable-static
>> and it always been failure for the libc function dmands not fullfilled, such as "signal" and "_exit" etc...
>
>Yes, you need a basic libc.
>
>> so, did this means that libiconv only used on linux environmnt with full function libc?
>
>You don't need a full-blown libc. An ISO C compliant libc will do. Or maybe
>even a subset of it.
>
>Bruno