在"make linux-menuconfig“中,我想为USB-RS232适配器"Moxa UPORT 1110”添加适当的驱动程序。我在"make linux-menuconfig“中做了标记: Device Drivers-> USB support -> USB Serial Converter support-> USB MoxaUPORTSerial Driver 将适配器与设备连接后,linux将无法识别该设备。我是否应该检查"make linux-m
我的问题如下:我正在尝试实现一个C RPC示例,但我总是遇到以下编译器错误:remote_exec.c:13:3: warning: implicit declaration of function ‘svc_create’remote_exec.c:(.text+0x31): undefined reference to `svc_create'我的代码:
#i