[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] Cannot compile 1.16 on baremental rtos enviroment
From: |
Bruno Haible |
Subject: |
Re: [bug-gnu-libiconv] Cannot compile 1.16 on baremental rtos enviroment with "arm-none-eabi-gcc" toolchain. |
Date: |
Wed, 13 May 2020 10:20:52 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-177-generic; KDE/5.18.0; x86_64; ; ) |
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