You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.
I'm developing JavaScript REPL with Jerryscript and libtuv on NuttX platform. However, It seems that TTY functions are not ported in libtuv.
I've tried to include the tty.c source file when building, but it fails to link to symbols: ttyname_r, cfmakeraw, and uv__dup2_cloexec. (ttyname_r and cfmakeraw are not found in any source files in NuttX)
Do you have any plans to support TTY?
Thanks.
The text was updated successfully, but these errors were encountered:
Hello,
I'm developing JavaScript REPL with Jerryscript and libtuv on NuttX platform. However, It seems that TTY functions are not ported in libtuv.
I've tried to include the
tty.c
source file when building, but it fails to link to symbols:ttyname_r
,cfmakeraw
, anduv__dup2_cloexec
. (ttyname_r
andcfmakeraw
are not found in any source files in NuttX)Do you have any plans to support TTY?
Thanks.
The text was updated successfully, but these errors were encountered: