You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/12/29 12:03:40 UTC

[GitHub] [incubator-nuttx] normanr commented on pull request #5017: libc: Enable terminal api regardless of CONFIG_SERIAL_TERMIOS setting

normanr commented on pull request #5017:
URL: https://github.com/apache/incubator-nuttx/pull/5017#issuecomment-1002561641


   fyi, I get the following with `CONFIG_SERIAL_TERMIOS` disabled (fine without):
   ```
   make[1]: Entering directory '/home/normanr/src/nuttx/nuttx/drivers'
   CC:  serial/serial_io.c
   serial/serial_io.c: In function 'uart_recvchars':
   serial/serial_io.c:210:32: error: 'uart_dev_t' {aka 'struct uart_dev_s'} has no member named 'tc_lflag'
          if (dev->pid >= 0 && (dev->tc_lflag & ISIG) &&
                                   ^~
   serial/serial_io.c:249:15: error: 'uart_dev_t' {aka 'struct uart_dev_s'} has no member named 'tc_lflag'
          if ((dev->tc_lflag & ISIG) && ch == CONFIG_TTY_FORCE_PANIC_CHAR)
                  ^~
   make[1]: *** [Makefile:111: serial_io.o] Error 1
   make[1]: Leaving directory '/home/normanr/src/nuttx/nuttx/drivers'
   make: *** [tools/LibTargets.mk:89: drivers/libdrivers.a] Error 2
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org