You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/07/22 14:37:07 UTC

[GitHub] [mynewt-core] damageg opened a new issue #1925: sys/config test failed on Windows

damageg opened a new issue #1925: sys/config test failed on Windows
URL: https://github.com/apache/mynewt-core/issues/1925
 
 
   Following the install guide on Windows 10 (MSYS2 64 bit),  I created a first project and ran
   
   newt test @apache-mynewt-core/sys/config
   
   I got:
   repos/apache-mynewt-core/hw/mcu/native/src/hal_uart.c:281:9: error: implicit declaration of function ‘openpty’; did you mean ‘openat’? [-Werror=implicit-function-declaration]
     281 |     if (openpty(&fd, &loop_slave, pty_name, NULL, NULL) < 0) {
         |         ^~~~~~~
         |         openat
   cc1: all warnings being treated as errors
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services