Linux 系统 CENTOS 7 ,CH384驱动编译错误,请帮忙分析下问题 。

icon_jpg.gifch384.jpg 

  操作系统:centos 7 

   内核: 3.10.0-1160.el7.x86 64

   版本版本:V1.5 ,  官方可下载最新驱动 。

   驱动编译出错,提示:结构体struct tty struct不包含成员 termios mutexmutex 。

   erron: 'struct tty struct' has no member named 'termios mutex'

    mutex lock(&tty->termios mutex);

    

image.png


如图:wch_serial.c   文件中  mutex_lock(&tty->termios_mutex);   和  mutex_unlock(&tty->termios_mutex);  注释掉就可以了 。

 


Hi,如上问题是因为centos的kernel src比较特殊导致,可以按照上面的方法注释,对使用无影响。


只有登录才能回复,可以选择微信账号登录