[AArch64] nosys.specs and printf

Alexander Fedotov alfedotov@gmail.com
Fri Sep 22 08:06:00 GMT 2017


>>That's not doing anything other than setting errno to ENOSYS to indicate it's not available.
Yes the same as ARM.

So to sum up. We have several points:
1. ARM port doesn't warn user about missing _write(). While this
function is present in final ELF and does nothing.
2. AArch64 warns "warning: _write() is not implemented and will always
fail" while _write() it is present in ELF.
3. libnosys has inconsistent configuration against rdimon. It is
impossible to switch between rdimon.specs and nosys.specs.

Thoughts ?

Alex

On Wed, Sep 20, 2017 at 5:08 PM, Jon Beniston <jon@beniston.com> wrote:
>> Well at least _write is here:
>
> That's not doing anything other than setting errno to ENOSYS to indicate it's not available.
>
>



-- 
Best regards,
AF



More information about the Newlib mailing list