You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build the system & the emulator on Ubuntu 16.04 64bit. I got 2 problems.
The first problem is the command CFLAGS="-m32" LDFLAGS="-m32" ./configure
provides the following error : checking for udev_monitor_unref... configure: error: udev_monitor_unref not found, use ./configure LIBUDEV_LIBS=...
The second problem is the linking of the pcsc-lite to memcpy@glibc2.14 (at the 64bit build). If I try to use it for building the system I encountered to error about it.
I asked Ludovic Rousseau (the pcsc-lite creator) about it. He didn't provided any answer.
I'm trying to build the system & the emulator on Ubuntu 16.04 64bit. I got 2 problems.
The first problem is the command
CFLAGS="-m32" LDFLAGS="-m32" ./configureprovides the following error :
checking for udev_monitor_unref... configure: error: udev_monitor_unref not found, use ./configure LIBUDEV_LIBS=...The second problem is the linking of the pcsc-lite to memcpy@glibc2.14 (at the 64bit build). If I try to use it for building the system I encountered to error about it.
I asked Ludovic Rousseau (the pcsc-lite creator) about it. He didn't provided any answer.
Does anyone has fixes for those issues?