Building libm library
Jeff Johnston
jjohnstn@redhat.com
Thu Jul 15 17:48:47 GMT 2021
Hello Harish,
It isn't supported. There are no top Makefile targets for you to do this
and building targets directly from Makefiles in subdirectories often
runs into issues (e.g. missing headers that haven't been copied or
paths/vars set incorrectly since they are supposed to be set by parent
Makefiles).
In addition, the errno/reentrant mechanisms used by libm.a are supplied by
libc.a.
-- Jeff J.
On Thu, Jul 15, 2021 at 7:44 AM Harish <harishcse44@gmail.com> wrote:
> Hi newlib,
>
> I would like to build just libm.a library, is it possible? if yes, please
> let me know how can I do it.
>
>
> Thanks,
> Harish C
>
>
More information about the Newlib
mailing list