eudev-project / eudev

Repository for eudev development
GNU General Public License v2.0
521 stars 145 forks source link

undefined reference to `epoll_create1' #236

Closed navinagaraj closed 1 year ago

navinagaraj commented 1 year ago

Hi i tried to install latest version but i am facing this error any help. I attached the error log. eudev-3 2 11

eudev-3.2.11.log

bbonev commented 1 year ago

What OS is that?

navinagaraj commented 1 year ago

Hi @bbonev I customization a os for PowerPC, the Kernel-2.6.26 , gcc-4.9.4 and uClibc-0.9.33.3-git,Debian distribution.

ArsenArsen commented 1 year ago

it'd appear uClibc doesn't provide these functions? and, according to linker output, doesn't implement a few others. maybe musl works for you?

navinagaraj commented 1 year ago

Thanks @ArsenArsen for quick respons.