Activity for Setserial --- serial driver config tool

  • Florian Weimer Florian Weimer posted a comment on discussion Help

    Don't you need #include <stdlib.h> as well, for exit?

  • Khem Raj Khem Raj posted a comment on discussion Help

    While using newer llvm/clang we encountered some compiler errors about implicit function declarations and return type. setserial.c:639:2: error: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declarat ion] close(fd); ^ setserial.c:718:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] main(int argc, char **argv) ^ int setserial.c:728:14: error: call to undeclared...

  • Rob Urban Rob Urban modified a comment on discussion Help

    setserial (v2.17) returns an exit value of 0 for two error cases (and maybe all?)...

  • Rob Urban Rob Urban posted a comment on discussion Help

    setserial (v2.17) returns an exit value of 0 for two error cases (and maybe all?)...

1