configure: error: udev support requested but libudev header not installed

发布时间 2023-06-27 09:12:23作者: Sankye

./configure  --host=arm-none-linux-gnueabi

错误提示:configure: error: udev support requested but libudev header not installed

解决办法 --disable-udev 取消对libudev的依赖

 

 

 

./configure  --host=arm-none-linux-gnueabi --disable-udev

 

make