Xilinx / embeddedsw

Xilinx Embedded Software (embeddedsw) Development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error building libmetal: libudev

gabrielrodcanal opened this issue · comments

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.

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.