Xilinx / embeddedsw

Xilinx Embedded Software (embeddedsw) Development
Other
929 stars 1.06k forks source link

Error building libmetal: libudev #271

Closed gabrielrodcanal closed 11 months ago

gabrielrodcanal commented 11 months ago

Hi, I'm trying to build libmetal in the ThirdParty directory but cmake is complaining with the following error: image

I'm working on Linux Mint and I've installed libudev-dev but that doesn't fix the issue.

gabrielrodcanal commented 11 months ago

Fixed: a FindLibUdev.cmake file had to be provided in cmake/modules. The corresponding files were already provided for other dependencies but not for this one. Just submitted a patch to the mailing list with the fix.